ericaalicen
Programmer
I've been working on this for hours. The layout is fine in IE but the navigation loads about 10px higher in Firefox. Any suggestions?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
padding-top: 0px;
padding-bottom: 0px;
padding-top:7px;
padding-bottom:7px;
div.nav {
width: 780px;
background-image: url("images/nav_end.gif");
margin-top: 0px;
padding: 0px;
border: 0px;
border-style: solid;
[red][s]height: 32px;[/s][/red]
[b][blue]line-height: 32px;[/blue][/b]
}
a.nnav {
font-family: Arial, Geneva, Helvetica, San-Serif;
font-size: 8pt;
font-weight: normal;
line-height: 24px;
color: #EFCB54;
text-decoration: none;
border-style: solid;
border-left-width: 0px;
border-right-width: 2px;
border-top-width: 2px;
border-bottom-width: 2px;
border-color: #FFFFFF;
[b][blue]padding-top: 7px;
padding-bottom: 5px;[/blue][/b]
padding-right: 15px;
padding-left: 15px;
text-align: center;
background-color: #3A64AC;
[red][s]height: 30px;[/s][/red]
}
a.nnav:hover {
color: #EFCB54;
background-color: #49A3DC;
}