Hi everyone,
Here's my site: www.plumdrama.com
In IE7 it looks great, but in FF the wrapper div doesn't extend around all the content like it's supposed to. I feel like I've tried everything to fix it, but i'm at a loss! It all started when i started trying to center the wrapper div on the page. If someone can please take a look and provide some guidance, i'd be eternally grateful! i'm thinking of buidling two style sheets (one for IE and the second for FF, as a fix..but that seems like it could get messy really fast)
Here's the CSS code for the wrapper div:
body {
margin: 0;
padding: 0;
background-color: #6bcde3;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
text-align: center;
}
#wrapper {
text-align: left;
background-color: white;
width: 770px;
padding: 8px;
margin: 0 auto;
}
thanks for reading,
-jim
|