|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
HELP ! MENU code out of alignment on firefox
I'm trying to set up a menu with css and the alignment is screwed up in firefox. I read the post below this one about a similar issue but didn't help. its ok on IE.
![]() <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns ="urn:schemas-microsoft-com ffice ffice" xmlns="http://www.w3.org/TR/REC-html40"><head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="File-List" href="company_files/filelist.xml"> <style type="text/css"> body { font-family: bookman antiqua; margin: 0; font-size: 20%; font-weight: strong; } ul { list-style: none; margin: 0; padding: 0; } /* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */ #menu2 { max-width: 200px; width: 200px; border-left: 1px solid #677D92; border-right: 1px solid #677D92; border-top: 1px solid #677D92; border-bottom: 1px solid #677D92 margin: 10px; } #menu2 li a:link, #menu2 li a:visited { color: #fff; text-decoration: none; display: block; background: repeat-z url('ver2c/images/menu3_bg_list.gif'); height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0 } #menu2 li a:hover, #menu2 li a:active { color: #283A50; text-decoration: none; display: block; background: repeat-z url('ver2c/images/menu3_bg_list_2.gif'); height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0 } <div id="menu2" style="width: 137px; height: 163px"> <ul> <li> <p align="left"><a href="company.html" title="Overview"> <b> <font color="#C0C0C0"> </font></b><font size="2" face="Book Antiqua" color="#808080">About Us</font></a></li> <li> <p align="left"><a href="philosophy.html" title="Philosophy"><font color="#808080"> </font><font color="#808080" size="2" face="Book Antiqua">Our Philosophy</font></a></li> <li> <p align="left"><a href="casestudies.html" title="Case Studies"><font color="#808080"> </font><font color="#808080" face="Book Antiqua" size="2">Case Studies</font></a></li> <li> <p align="left"><a href="clients.html" title="Clients"> <font color="#808080"> </font> <font color="#808080" face="Book Antiqua" size="2">Clients</font></a></li> <li> <p align="left"><a href="events.html" title="News & Events"><font color="#808080"> </font><font color="#808080" size="2" face="Book Antiqua">News & Events</font></a></li> <li> <p align="left"><a href="employment.html" title="Employment"> <font color="#808080"> </font><font color="#808080" size="2">Employment</font></a></li> </ul> </div> The menu is streteched out vertically . Thnx for all ! |
|
#2
|
|||
|
|||
|
If you are going to use CSS for menus, drop that concept and look for a solution here:
http://css.maxdesign.com.au/index.htm If you are using CSS, don't use <p align="left.., <font color=".. etc., all this should be adjusted using CSS. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > HELP ! MENU code out of alignment on firefox |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|