On 20 May 2007, at 10:02 PM, Designer wrote:

div#menu li{
        width : 250px;
        display : inline;
        list-style-type : none;
}

<snip>

and, of course, the 'width : 250px' is just ignored. I've tried setting a width on the <a> but that doesn't work either.

MUST I use a table?

No, just use float:left instead of display:inline for the li.

N
___________________________
omnivision. websight.
http://www.omnivision.com.au/



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to