Note: This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

the first fully buzzword-compliant weblog engine

Friday, April 26 2024

CSS Bugs Me.

Bugs

I've decided to give up on a couple of CSS bugs that have been driving me bonkers.

There is no workaround for the IE bug, other than to not use floats, which I'm not willing to do, since the alternative, absolute positioning, has problems of its own. I did fix the Mozilla bug by changing the padding in the problem boxes from relative (em) to fixed (px).

Apparently, floats are also problematic for Opera 5, to the point where they're unusable. I've decided that people with oddball browsers like this will just have to live with it if they don't work properly. I'm learning what it's like to live in web developer hell.

posted by Loki on Fri, 15 Nov 2002 17:34:49 -0600