Thread: Firefox and IE
View Single Post
Old April 2nd, 2008, 11:46 PM   #6 (permalink)
wgm
Registered User
Super #1
 
Joined in Mar 2005
Lives in Washougal, WA
1,284 posts
Gave thanks: 23
Thanked 39 times
Part of my CSS file, my site looks the same in FF and IE, site has no tables.

Code:
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  background-color: #999999;
  color: #000000;
  font-size: small;
  margin: 0;
  padding: 10px 0 10px 0;
  border: 0;
}
#container {
  background-color: #d4d4d4;
  color: #000000;
  font-size: small;
  text-align: left;
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 0;
  border: 1px solid #000000;
}
wgm is offline   Reply With Quote