Main.ListOfBrowserBugs History
Hide minor edits - Show changes to markup
IE Windows doesn't display bullet on List Items
If you use list-style-type inside a list (UL or OL) that has had its width set then that list will not display any bullet at all. There is apparently no work around for this.
http://www.quirksmode.org/css/tests/iewin_olwidth.html details on Quirksmode
IE Windows: 3px Jog with floated content
IE Windows: 3 pixel jog with floated content
Internet Explorer for windows doubles the margin on the side of contact for floated elements. To eliminate the extra margin put display:inline; in the style of the floated elements. The following link provides more exhaustive details.
http://www.positioniseverything.net/explorer/doubled-margin.html
Internet Explorer for windows doubles the margin on the side of contact for floated elements. To eliminate the extra margin put display:inline; in the style of the floated elements. The following link provides more http://www.positioniseverything.net/explorer/doubled-margin.html exhaustive details.
Full documentation of this method is here http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html
Full documentation of this method is http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html here
This problem has been well documented on the http://www.positioniseverything.net/explorer/threepxtest.html Position Is Everything Site. Unfortunately their hack to fix it is incredibly elaborate and in my opinion more trouble than it's worth. I've been using a method with two floats that I've documented http://newmedia.walkerart.org/example_files/demo-3px.html here that seems to solve the problem for us nicely.
This problem has been well documented on the http://www.positioniseverything.net/explorer/threepxtest.html Position Is Everything Site. Unfortunately their hack to fix it is elaborate and in my opinion more trouble than it's worth. I've been using a method with two floats that I've documented http://newmedia.walkerart.org/example_files/demo-3px.html here that seems to solve the problem for us nicely.
IE Windows: 3px Jog with floated content
This problem has been well documented on the http://www.positioniseverything.net/explorer/threepxtest.html Position Is Everything Site. Unfortunately their hack to fix it is incredibly elaborate and in my opinion more trouble than it's worth. I've been using a method with two floats that I've documented http://newmedia.walkerart.org/example_files/demo-3px.html here that seems to solve the problem for us nicely.
Extra space after a br when it is inside a floated element.
IE Windows Doubles Margins in Floated Elements
Internet Explorer for windows doubles the margin on the side of contact for floated elements. To eliminate the extra margin put display:inline; in the style of the floated elements. The following link provides more exhaustive details.
http://www.positioniseverything.net/explorer/doubled-margin.html
Extra space after a br when it is inside a floated element.
IE 5 Mac, Commented Backslash
IE 5 Mac, Commented Backslash
Describe List Of Browser Bugs here.
Describe List Of Browser Bugs here.
IE 5 Mac, Commented Backslash
Many of the CSS rendering bugs that occur exclusively in Mac IE 5 can be circumvented using the Commented Backslash method.
Because IE 5 for mac is the only browser that lets you escape characters inside a comment with a backslash this will let you have CSS that gets run by everything besides IE 5 on mac.
Full documentation of this method is here http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html