Unfortunately it's a horizontal menu and I needed to float the elements..., the CSS looks like:
Code: Select all
#menu ul {
}
$menu li {
float: right
...
}I've tried setting each <li> with an inline style="float: clear"
But that didn't seem to do the trick..
Should this be happening? I didn't apply any styles to the native <li> element but as I've shown above...