Thread: Div Alignment
View Single Post
  #12 (permalink)  
Old Sep 6th, 2006, 00:56
escaflowne11 escaflowne11 is offline
Up'n'Coming Member
Join Date: Aug 2006
Location: California
Age: 20
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Div Alignment

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?
Reply With Quote