Hi, It is not valid because the inner <ul> needs to be contained in a <li> item of the outer <ul>. The only valid thing inside a <ul> tag is a <li>. If you surround the inner <ul> with a <li> with a class/id attached then you should be able to fiddle with that specific <li> in your CSS to sort out paddings/margins as your require.
Hope that helps :-) J -----Original Message----- Hi, Just wondering if any one can help me, i am trying to make a multi level CSS list on my website for navigation, it looks fine and works fine in all browsers, however it is now valid XHTML. The navigation can be seen here; http://jungle-systems.com/~mip/fmn/ I have tried adding a new class for the inner navigation, that makes it valid, however it displays with a gap at the top of the inner navigation on IE. Can anyone guide me in the right direction? ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
