verticle menu problem
I am trying to get a vertical menu to display very close or, preferably, exactly the same in all browsers in leading and font size (so that the vertical height is the same in all browsers.) Is there a way to do this?
Thanks!
killerwallpapers
I can only assume you're referring to an unsorted list and list elements - You can alter this by editing the margin height
ul li {
margin: 5px 0 0 0;
}
or you could similarly use margin-top: 5px;
Originally Posted by
danielshill
I can only assume you're referring to an unsorted list and list elements - You can alter this by editing the margin height
ul li {
margin: 5px 0 0 0;
}
or you could similarly use margin-top: 5px;
I was going to suggest something similar to this. Are you using IE standards mode in Internet Explorer to view the page?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks