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
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
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
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:
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
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
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
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
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
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/
___
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
11 matches
Mail list logo