I asked this last night, but only got one answer which didn't really help. I have a horizontal menu navigation bar, and the first item will not line up flush against the left side of the ordered list. Any ideas? Thanks! Here's my code:
#navbar
{
width: 100%;
background: white;
border: 1px dotted;
}
.navbar ul
{
list-style-type:none;
}
.navbar li
{
display: inline;
float: left;
}
2007-12-20
07:09:38
·
5 answers
·
asked by
sunny-d alright!
5
in
Computers & Internet
➔ Programming & Design
YES! With both of your answers, I was able to do it. Thank you both, so much
2007-12-20
07:32:26 ·
update #1