Forum Moderators: not2easy
they are vertical but they are rendered as if one.
i mean with no space between each and other...
i tried with a <br> but it only works in IE, and a \ but it only works in Firefox
look what i have to do in order to make it work:
UL MENU 1<script>
// if mozilla based:
if(document.getElementById &&!document.all)
document.write (" ");
</script>
</ul><!--[if gte IE 5]>
<br>
<![endif]-->
UL MENU 2
do you know a better way to handle with this situations?
thanks in advance