CSS Bugs
1 Jan
This is a list I keep of solutions to common CSS
bugs I encounter during development. Instead of
having to look up my previous websites to figure
out how I worked around browser bugs, I’m aiming to
keep a comprehensive list here over CSS bugs in
various browsers.
Internet Explorer 6 Windows
- IE6 Peekaboo Bug – A liquid
box has a float inside makes content invisible - The IE Three Pixel Text-Jog
– Mysterious 3px padding added to floated
element. - IE-win Shift Bug – Block
element moves about 2 pixels when a link inside
is in hover.
Internet Explorer 5.x Mac
- CSS Bugs in IE5.x Mac – Very
comprehensive list of bugs

No comments yet