Part of: Main

 

Page Actions: Edit PageRecent ChangesPage HistoryPrintable View

Main.ListOfBrowserBugs History

Hide minor edits - Show changes to markup

November 14, 2005, at 06:06 PM by 209.32.200.12 -
Added lines 6-12:

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


July 19, 2005, at 08:39 AM by 209.32.200.12 -
Changed line 1 from:

IE Windows: 3px Jog with floated content

to:

IE Windows: 3 pixel jog with floated content

July 18, 2005, at 04:01 PM by 209.32.200.12 -
Changed lines 7-8 from:

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

to:

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.

Changed lines 16-17 from:

Full documentation of this method is here http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html

to:

Full documentation of this method is http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html here

July 18, 2005, at 04:00 PM by 209.32.200.12 -
Changed line 2 from:

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.

to:

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.

July 18, 2005, at 03:57 PM by 209.32.200.12 -
Added lines 1-2:

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.

Added line 4:

Added line 11:
February 10, 2005, at 09:40 AM by eric -
Changed line 1 from:

Describe List Of Browser Bugs here.

to:
February 10, 2005, at 09:39 AM by eric -
Changed lines 3-5 from:

Extra space after a br when it is inside a floated element.

to:

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

February 09, 2005, at 03:18 PM by eric -
Added lines 3-5:

Extra space after a br when it is inside a floated element.


February 09, 2005, at 03:17 PM by eric -
Changed line 3 from:

IE 5 Mac, Commented Backslash

to:

IE 5 Mac, Commented Backslash

February 09, 2005, at 03:17 PM by eric -
Changed lines 1-9 from:

Describe List Of Browser Bugs here.

to:

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

Page last modified on November 16, 2005, at 03:59 PM
Page Actions: Edit PageRecent ChangesPage HistoryPrintable View