Forum Moderators: not2easy
I am having a problem with div's on my Portfolio website when viewing in Internet Explorer 6. It appears that all my images are being distorted and some of the div's placement are being offset. When I view in Firefox, Opera, IE7 (I seem to remember it working when viewed in a new IE) the placement and images are being displayed correctly.
I do not know how to go about fixing this issue, nor do I know which part if any of my code is creating this issue. My website cane be viewed at: <snip>
On a side note I have just ran the W3C markup validater and going to fix the errors as these might be causing some of my issues.
Any help will greatly Appreciated.
Thanks
Josh
[edited by: swa66 at 5:30 pm (utc) on Feb. 12, 2009]
[edit reason] No personal URLs, please see ToS! [/edit]
Personal URLs aren't allowed, but posting relevant code is OK. See the pinned topics in the forum for details:
#container{
width:800px;
margin-left: auto;
margin-right: auto;
}
#subcontainer{
width:800px;
height:600px;
float:left;
}
#title{
width:800px;
height: 98px;
}
#left_logo{
width:156px;
height:151px;
}
#right_content{
width:644px;
height:481px;
float:right;
}
#nav_subcontainer{
width:156px;
height:720px;
float:left;
}
#left_nav{
width:156px;
height:569px;
padding:0px;
}
#right_top_submenu_watermill{
width:644px;
overflow-x:hidden;
/*overflow-x:scroll;*/
overflow-y:hidden;
padding:0;
}
#right_image_window{
width:644px;
padding:0;
}
#right_bottom_submenu_watermill{
width:644px;
overflow-x:hidden;
overflow-y:hidden;
/*overflow-y:scroll;*/
padding:0;
}
#footercontainer{
width:800px;
height:21px;
margin: 0;
padding: 0;
}
#footer{
width: 700px;
height: 21px;
float:left;
}
#footerlinked{
width:100px;
height:21px;
float:right;
padding:0;
}
#nav{
margin:0;
padding:0;
}