Re: [css-d] horizontal list in ie 6

2007-12-29 Thread Mark Henderson
Ross Hulford wrote:
> I have done this and fixed it before but I cannot remember how I did it! At
> the moment my list steps in ie 6
> 
> Item1
>   Item2
>   Item3
> 
> 
> The css
> 
> #middleMenu li a{
> height:20px;
> display:block;
> float:left;
> margin-left:20px;
> font-size:11px;
> text-decoration:none;
> color:#FCEE21;
> background-color:#00;
> 
> }

Hi Ross,

Try this:
http://www.positioniseverything.net/explorer/creep.html

It's more than likely you can get away with avoiding the trigger, and 
changing padding-bottom on the outer div (#middleMenu) to margin-bottom. 
However, I'm not entirely sure how that affects your layout.


HTH
Mark
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] horizontal list in ie 6

2007-12-28 Thread Mike Smith
Switch margin-left to padding-left?

On Dec 28, 2007 7:01 AM, Ross Hulford <[EMAIL PROTECTED]> wrote:

> I have done this and fixed it before but I cannot remember how I did it!
> At
> the moment my list steps in ie 6
>
> Item1
>Item2
>Item3
>
>
> The css
>
> #middleMenu li a{
> height:20px;
> display:block;
> float:left;
> margin-left:20px;
> font-size:11px;
> text-decoration:none;
> color:#FCEE21;
> background-color:#00;
>
> }
>
>
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/