nickpelling
-
CSS sprites, display: inline, and WordPress problems...?
Hi Ulrike, Yes, that would be it - so, what I'm actually looking at is the problem that CSS3 solves with the (new) "background-break" property - effectively, IE6 currently defaults to "background-break: bounding-box;" while…
-
CSS sprites, display: inline, and WordPress problems...?
Hi Ulrike, Thanks! That's the CSS I was missing for problem #2 - I thought (wrongly) that you would use padding-top and padding-bottom to control the overall height of a line, but line-height does the trick! I'm now down to the last prob…
-
CSS sprites, display: inline, and WordPress problems...?
I now (after an embarrassingly long period of CSS twiddling) have a fix for problem #3. This was a class that used padding-left to offset the text so that it didn't sit on top of a 24-pixel-wide CSS image: while IE7 renders it OK, FireFox unfor…
-
CSS sprites, display: inline, and WordPress problems...?
All I'm trying to do is (a) produce a list of categories below each post (or summary of each post) that doesn't mess up in different browsers, (b) use CSS sprites creatively so that I can substantially improve the look and functionality of…