Alright now, I hate to keep coming back to you, but its helping, so if you would still hang in here with me it would be MUCH appreciated.
Your margin:auto worked great, but now I need to pull it down from the top a bit. What should I do about this. I have an idea that I should probably just use the .main div to hold many other divs inside, and use that as a template, but is there a better way?
I also noticed that the way I have my background set up...
Quote:
body
{
background-color:#005fa4;
background-image:url(Backing copy.gif);
background-position:top;
background-repeat:repeat-x;
}
|
Wont work in firefox properly. It dosnt display the image at all, but the color is everywhere. What can I do about that to?