Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-23 Thread Ingo Chao
Philippe Wittenbergh wrote: This only seems to affect list-items (li) with a transitional doc type or in quirks mode. Transitional http://dev.l-c-n.com/safari/padding-inline2.php Strict http://dev.l-c-n.com/safari/padding-inline.php Konqueror 3.5.1 also clips partly when using a strict

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Christy Collins
Fixed after reading this tutorial: http://www.456bereastreet.com/archive/200501/ turning_a_list_into_a_navigation_bar/ added float: right; width: 100%; to #navcontainer and float:left; width:auto; to #navlist li I'm still unclear why some browsers support padding-top on the inline li but

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Ingo Chao
Christy Collins wrote: I'm still unclear why some browsers support padding-top on the inline li but Safari doesn't. Is this a bug or is Safari just more strict? Does it make sense that it would except horizontal padding but not vertical padding? I cannot verify this. The local

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Ingo Chao
Sorry Here a red bordered div containing a simple pink span with a padding-top of 50px and a bg-image http://www.satzansatz.de/cssd/tmp/20060421004039/inlinepadding.html Ingo -- http://www.satzansatz.de/css.html __

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Christy Collins
The difference between your version and mine is the doctype http://ee.berkshireradio.org/test_strict.html http://ee.berkshireradio.org/test_transitional.html Sorry about the moving target - I should have added the css to the test file I originally made. I spent much of my day working on this

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Philippe Wittenbergh
On Apr 22, 2006, at 11:32 AM, Christy Collins wrote: The difference between your version and mine is the doctype http://ee.berkshireradio.org/test_strict.html http://ee.berkshireradio.org/test_transitional.html Sorry about the moving target - I should have added the css to the test file I