Hi,
When I am aligning items vertically using <ul>
& <li>
tag, the following issue occurs
My code is as follows :
< ul>
< li>
yahoo
< /li>
< li>
google
< /li>
< ul>
I'm getting yahoo google listed horizontally in Firefox...but in IE am able to get it vertically.
Plz help :)