Hi,
This is the first time I am trying to create a CSS based website. When I load it using Firefox it works perfectly fine (the page is in the middle of the screen). But when I use IE the page goes to left side of the page I don't know how to fix this problem.
Can you please help?
You can find the website below:
Website: www.thoth-solutions.com/abc
Stylesheet: www.thoth-solutions.com/abc/style1.css
I am using latest Internet Explorer and Firefox on 1152x864 resolution.
Thank you very much for your help
Alex
Hi Change the body to just
Hi
Change the body to just margin:0
add text-align:center to body and min-width:760px
add text-align:left to #wrap (I assume this wraps the whole page?)
Should work
Hi I am sorry but I dont
Hi I am sorry but I dont understand exactly where to change..
Can you please show me exactly where (by posting original and then modified).
Thank you very much.
Alex
This is the new:
This is the new:
body {background:url(img/bg.gif) repeat-y top center #eaeaea; color:#3a3a3a; font:76% Verdana,Tahoma,Arial,sans-serif; margin:0; padding:0; min-width:760px; text-align:center;}
/* Main layout and header */
#wrap {background:#fff; color:#303030; margin:0 auto; padding:1px 5px; width:760px; text-align:left;}
and this is the old:
body {background:url(img/bg.gif) repeat-y top center #eaeaea; color:#3a3a3a; font:76% Verdana,Tahoma,Arial,sans-serif; margin:0 auto; padding:0;}
/* Main layout and header */
#wrap {background:#fff; color:#303030; margin:0 auto; padding:1px 5px; width:760px;}
It worked nicely! Thank you
It worked nicely!
Thank you very very much!!!
Very much appraciated.
Alex