Re: [css-d] Extra vertical space between LI elements in IE :: correction

2008-01-29 Thread Erik Domingo
Ok, the fix for getting the background image on the LI element was to add float:left, and then clear:left so that my list still displayed vertically. The end result was: *:first-child+html #nav-main li {display:inline; margin-bottom:0.05em; float:left; clear:left;} /*fix for IE7*/ Very strange, bu

Re: [css-d] Extra vertical space between LI elements in IE :: correction

2008-01-29 Thread Erik Domingo
Thanks for the tips, David. Adding the display:inline to the #nav-main li element did the trick of removing the extra bottom margin. Unfortunately, I'm still working on getting the background image for the element to display properly, but hopefully I can work that out myself. Thanks also for all t

Re: [css-d] Extra vertical space between LI elements in IE :: correction

2008-01-25 Thread David Laakso
David Laakso wrote: > Erik Domingo wrote: > >> Validated the markup - except for an issue with a bit of javascript in the >> footer, the page is valid Strict XHTML. I also tried removing all the >> whitespace between tags, but the extra vertical space is still showing >> in IE6 & 7. >> >> Erik

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-25 Thread David Laakso
Erik Domingo wrote: > Validated the markup - except for an issue with a bit of javascript in the > footer, the page is valid Strict XHTML. I also tried removing all the > whitespace between tags, but the extra vertical space is still showing > in IE6 & 7. > > Erik > > In reference toyour uri:

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-25 Thread David Hucklesby
On Wed, 23 Jan 2008 15:36:45 -0500, Erik Domingo wrote: > Hi all, > > I'm having a problem with an unordered list, where there is extra vertical > space > between LI elements when viewing in IE6 and IE7. You can see the problem at > http://bdsredesign.bluelangroup.net/index.php, in the navigation

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-25 Thread Geoffrey Hoffman
This may not apply to everyone, but I've found it helpful to use PHP comments - thereby making code readable but having less gunk in the final output: Link 1Link 2Link 3 With that said, having space between ...firstsecond... generally causes an apparent 'margin-right' or 'margin-left' space betw

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-25 Thread Gabriel Padoan
I've done some search, and I found this tip: http://phonophunk.com/articles/ie-fix-for-gaps-between-list-items.php Trying to find this one (that I usually use for this): Item Um Item Dois The second I know that works very well, but the first I have not tested because I use Linux, and I

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-24 Thread Erik Domingo
Validated the markup - except for an issue with a bit of javascript in the footer, the page is valid Strict XHTML. I also tried removing all the whitespace between tags, but the extra vertical space is still showing in IE6 & 7. Thoughts? TIA, Erik On Jan 23, 2008 5:35 PM, David Laakso <[EMAIL P

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-23 Thread David Dorward
On 23/01/2008, Erik Domingo <[EMAIL PROTECTED]> wrote: > I'm having a problem with an unordered list, where there is extra vertical > space between LI elements when viewing in IE6 and IE7. IE has a very fun bug when it comes to list items. Try removing (or commenting out) the whitespace between th

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-23 Thread David Laakso
Erik Domingo wrote: > I'm having a problem with an unordered list...] > > Erik Domingo > Validate the markup. Write back if you still drop the float in IE/6.0 and have more vertical space between the li's in IE6 & 7. -- http://chelseacreekstudio.com/ ___

[css-d] Extra vertical space between LI elements in IE

2008-01-23 Thread Erik Domingo
Hi all, I'm having a problem with an unordered list, where there is extra vertical space between LI elements when viewing in IE6 and IE7. You can see the problem at http://bdsredesign.bluelangroup.net/index.php, in the navigation links at the upper left (Admissions, Faculty, etc). Note that the si