I am working on my site and I want the header image to be smaller than originally was (250px) so I make it 200px high:
From style_screen.css:
.img-header {clear: both; float: left; width: 770px; height: 200px; margin: 0px; padding: 0px;}
Unfortunately this stops the navigation bar just below it from working in firefox but it works in IE. Here is the code from the nav bar:
.nav2 {margin: 0px; padding: 0px; font-family: verdana, arial, sans serif; font-size: 1.0em;}
.nav2 ul {float: left; width: 770px; margin: 0px; padding: 0px; border-top: solid 1px rgb(54,83,151); border-bottom: solid 1px
.nav2 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav2 li a {display: block; float: left; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 10px; border-right: solid 1px
.nav2 a:hover, .nav2 a.selec
.buffer {clear: both; width: 770px; height: 30px; margin: 0px; padding: 0px; background-color: rgb(255,255,255);}
I had to cut off some of the code. Please help! Thanks!
2006-11-28
03:30:21
·
3 answers
·
asked by
Jeff C
1
in
Computers & Internet
➔ Programming & Design