On Tue, 5 Jun 2007 16:48:22 -0500, Raymond Rodriguez wrote:
> Hi guys, I've got this very unusual issue going on with an unordered list 
> that I've
> just made. This is the first time I've made a "navigation list" with single 
> image
> buttons (three states) and it works fine except for in Explorer 6. I thought 
> it
> might've had something to do with the display: block but I've tried inline 
> and that
> didn't fix it. Any ideas?
>
> Here's the link:
>
> http://raymondrodriguez.net/clients/anita/panel1.html
>
[code snipped]

Your guess is partly correct. Changing the links from "display: block;"
to "display: inline;" fixes the margin doubling. To get them to line up
horizontally, float the LIs as well.

#headerBox li {float: left;}

should do the trick.

Cordially,
David
--


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to