Click to See Complete Forum and Search --> : [RESOLVED] What's up with this list item position?


Rodders
08-09-2006, 05:59 PM
Hi

I'm working on a very simple and clean template for my website, see my other thread here (http://www.webdeveloper.com/forum/showthread.php?t=116692)

I'm really happy with it as it stands, but wondered why in IE6 the first item in the list on the left isn't positioned neatly like the others. That is, in the #subleft div, there is a <ul> and the first list item is offset from the others.

Also, I'd like the #topmenu links to be spaced equally across the entire width of the div. What must I do to acheive that, given that there are 6 menu items which means width=17% roughly ???


Thanks

ray326
08-09-2006, 09:59 PM
Got a link to the new one?

Rodders
08-10-2006, 02:02 AM
doh!

http://www.round-the-bend.co.uk/new/

Rodders
08-10-2006, 10:01 AM
Sussed it out.....for some reason the "display: inline" on the <ul> element was causing IE to make the first list item have some left padding or something !?!?!?