rodd1000
08-22-2008, 05:17 AM
I've been developing a site for a friend but im having trouble with the gaps between navigation buttons. The menu bar displays fine in IE but in firefox the links are un-evenly spaced and look awfull.
I have tried adjusting the padding in #menu_bar li to display correct in Firefox but then it messes up in IE.grrr....:mad:
Any help would be greatly appreciated.
Thanks
Heres the link (http://www.cnsdemo.co.uk/build/)
here's the CSS
#menu_bar ul {
font-size: 13px;
list-style-type: none;
height: 13px;
padding-top: 6px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-weight: bold;
margin: 0px;
}
#menu_bar li {
display: ;
padding-top: 7px;
text-align: center;
padding-right: 45px;
padding-bottom: 4px;
padding-left: 0px;
margin: 0px;
}
I have tried adjusting the padding in #menu_bar li to display correct in Firefox but then it messes up in IE.grrr....:mad:
Any help would be greatly appreciated.
Thanks
Heres the link (http://www.cnsdemo.co.uk/build/)
here's the CSS
#menu_bar ul {
font-size: 13px;
list-style-type: none;
height: 13px;
padding-top: 6px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-weight: bold;
margin: 0px;
}
#menu_bar li {
display: ;
padding-top: 7px;
text-align: center;
padding-right: 45px;
padding-bottom: 4px;
padding-left: 0px;
margin: 0px;
}