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:#999900;
> 
> }

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/

Reply via email to