|
Add margin: 0 to #contact_list and your gap will close in FF.
The thing that's throwing the contact page off is the "contact" class, odd as it is. If I re-define your class this way, it works in both browsers:
.contact{
background: url(contact.jpg);
height: 425px;
width: 800px;
}
I would put the height and width on #content, rather than on the classes.
You've also over-complicated your navigation menu.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|