Hi all
here's my css file:
http://domah.net/lfc/css/style.css
and here's the html page:
http://domah.net/lfc
My prob no 1:
You will see a white background. This consists of a mainBodyDiv which contains a leftColDiv and a rightColDiv. The problem is that as content gets added to them, these two divs overlap the mainBodyDiv in Firefox.How can i solve this problem?
My prob no 2:
Everything in the website is contained inside a wholeSiteDiv. I used 'body { text-align:center;}' to center it in the page.However, this does not work in Firefox.Does anybody know how to align a div in the center of a page using CSS.Else i am left with html <center> tags, which i dont want to use.
Thanks
Last edited by jag; 06-18-2007 at 07:07 AM..
Reason: mistakes
|