hi all,
i have an unordered list which is going horizontal. how can i make each list item the same width, so i can apply a background colour and make them look like buttons (which are the same width!).
heres my code:
#menu2{
width:500px;
}
#menu2 li{
display:inline;
}
#menu2 li a {
height: 24px;
text-decoration: none;
}
i think its something to do with the li being inline? if so, is there anyway around this?
many thanks
- D
Bookmarks