1) An IE bug? http://positioniseverything.net/
I’ll take a look at it later
2) Just a note you set height for #navcontainer LI. Set it for #navcontainer A, instead.
And then give id for each item (#item1, #item2, etc) and set no bottom border for last item. That’s about it to resolve the issue on hand.
I don’t get why you have to create an image, unless, it’s just for cosmetic purpose.
Thread Starter
jinsan
(@jinsan)
1) I’ll give it another look, not sure specifically what I’m after
2) done the first part, works great – couldn’t get rid of the bottom border though. I set each item an id, though I think it’s the CSS that’s confused me a little. I tried several variations:
#li #six {
border-bottom: none;
}
#navcontainer li #six {
border-bottom: none;
}
#navlist #six {
border-bottom: none;
}
#navlist #six li{
border-bottom: none;
}
Haven’t got any of those to work.
If Thomas Alva Edison had given up at his fourth filament, we’d possibly still live in age of darkness. 🙂
li#six a {
border-bottom: none;
}
Thread Starter
jinsan
(@jinsan)
lol yeah, Edison would be so proud of me for my persistence:)
Thanks that worked, now I have to decide what content I want, where and why 🙂
1) Set line-height for h1 to normal