>
> I a crearting a basic horizintal menu with CSS.  The problem is in IE6 is
> looks like a set of steps
>
> First item
>             Second item
>                                 Third item
>                                                 Fourth Item
>
> I have done loads of these and cannot understand what is happening this
> time.
>

Hi Ross,

you need to define the list as the float and then position:relative as per:

#cat_menu  li {float:left;position:relative}

#cat_menu  li a{
color:#ccc;
/*float:left;*/
position:relative;
padding:5px;
border-right:1px solid #fff;
background-color:#333;
font-size:10pt;
height:20px;
display:inline;
}

Cheers

Ian
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.485 / Virus Database: 269.13.10/995 - Release Date: 08/09/2007
13:24

______________________________________________________________________
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