Hey everyone. I'm creating this site for a project ive been given... it displays correctly in FF3 , Sarari 3 and Opera... but shock horror theres a problem in IE7... can you take a look and help me out.
Basicly the main content area (the right col) is further up in IE than it should be.
Here is the page..
http://icarusproject.net76.net/aberdeen_home.htm
Thanks in Advance.
oh and... Someone kill IE... all versions of it please =]
You see this page, because the system administrator of 000webhost.com is currently checking this website for malicious content. This redirect will be removed once we will finish manually checking all files on this account. As far we check over 100 websites, it can take about 2-4 hours to complete. If you are the owner of this website, you will get email confirmation once it's done. If you are a visitor - please come back later.
Basicly the main content area (the right col) is further up in IE than it should be.
Here is the page..
http://icarusproject.net76.net/aberdeen_home.htm
Thanks in Advance.
oh and... Someone kill IE... all versions of it please =]
try changing this bit
#main_bg {width: 528px;
background: url(images/main_bg_rpt.png) repeat-y ;
margin: 52px 0 0 0;
padding: 10px;
}
to
#main_bg {width: 528px;
background: url(images/main_bg_rpt.png) repeat-y ;
margin: 0 0 52px 0;
padding: 10px;
position:relative;
top:52px;
}
see if that fixes it
That code snippet you gave me solved my problem for IE but then i lose my bottom rounded corner in FF and Safari?
any way i could get it back without messing IE up again?
Thanks again
the reason I kept that bottom margin of 52px was to make the rounded corners work in FF... but if its not working... can you get it up anywhere else?
http://scottgm.net23.net/images/aberdeen_home.htm
thanks :)
that fixed it, thanks alot. :D