Hi there, on internet explorer and safari my site www.theenduk.com has a nice left hand column that moves the site away from the browser window, but when I open in explorer there is none.
Can i get some help please
Hi there, on internet explorer and safari my site www.theenduk.com has a nice left hand column that moves the site away from the browser window, but when I open in explorer there is none.
Can i get some help please
bit confused ... you state Internet explorer and safari it is ok but explorer it is not ??
looking at your css would imagine because you have
in #mainwrapper of cssCode:text-align:left;
try changing that to
also notice you have width set to 900px yet I am getting horizontal scrollbar ... so really your width is no wide enough ??Code:margin: 0 auto 0 auto;
sorry i meant mozilla and safari are ok and explorer not.
So do you mean replace
text-align:left;
with
margin: 0 auto 0 auto;
ive changed it but now theres no outside space, let me resize back to 900 and find out.
Everything is so much bigger in explorer, check it out in mozilla
reason for the oversized width page was the image made it too wide so resized instead of wrapping.
But look now still isn't centralised on the page
www.theenduk.com
in which case something else is conflicting somewhere
try removing the code i mentioned above and placing it in the body in css
referred to the width as you have set at 900px but it is not wide enough ... am viewing at 1024x768 and it was being forced wider which was why am getting a horizontal bar (not now that you changed the code as posted above