|
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 !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|