Re: [css-d] IE BugFix Required :)

2006-06-09 Thread Zoe M. Gillenwater
Kieron McIntyre wrote: #left UL LI UL { margin:10px 0 0 10px; padding-bottom:10px; list-style-type:none; } This selector can be simplified to #left ul ul. #left UL LI UL LI { margin:0; padding:0 0 5px 0; } This selector can be simplified to #left

[css-d] IE BugFix Required :)

2006-06-07 Thread Chris C
Hi guys, once again, I'm popping another question about my site on this forum. I'm having a hard time finding the bug that is causing the left navigation pane to not look right in IE7 (I havn't even seen what it looks like in IE6 yet). It looks perfect in Fire Fox. what small detail am I

Re: [css-d] IE BugFix Required :)

2006-06-07 Thread Kieron McIntyre
Chris wrote: I'm having a hard time finding the bug that is causing the left navigation pane to not look right in IE7 (I havn't even seen what it looks like in IE6 yet). I have viewed the page in IE6 and 7 and the issue is identical. Currently, your navigation headings (general, league and

Re: [css-d] IE BugFix Required :)

2006-06-07 Thread Chris C
the source, they to just did the li/li etc... That's kinda my goal... Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kieron McIntyre Sent: Wednesday, June 07, 2006 4:04 PM To: 'Chris C'; css-d@lists.css-discuss.org Subject: Re: [css-d] IE BugFix Required

Re: [css-d] IE BugFix Required :)

2006-06-07 Thread Kieron McIntyre
Chris wrote: That defiantly worked, but I'm curious how I can introduce the padding below each root item list. Chris, Not a problem mate. You can use the following rules: #left UL { margin:0; padding:0; list-item-style:none; } #left UL LI { margin:0;