Click to See Complete Forum and Search --> : [RESOLVED] IE not viewing properly (nothing new there)


Wiz Creations
09-22-2006, 11:54 PM
On http://chem.wizcreations.com, the atom picture is supposed to stay in the bottom right corner of the screen and goes behind the content if the window is too small. The navigation is supposed to be right under the wolf image on the left. Just look in firefox to view it correctly.

In IE, the atom stays in the upper left corner and pushes the content down. The navigation is in the left column, but it goes all the way to the bottom instead of staying up top. You can see what I mean on http://chem.wizcreations.com/fexam.html.

Thanks in advance for any solutions.

Kravvitz
09-23-2006, 12:44 AM
IE6 doesn't support fixed positioning. You'll need to use a work-around. (http://www.google.com/search?q=IE+fixed+position)

Wiz Creations
09-23-2006, 01:45 AM
Okay, thanks. Any idea on the navigation?

Fang
09-23-2006, 02:05 AM
Place #nav in #left div

Wiz Creations
09-23-2006, 05:55 PM
I tired that and it moved all of the left column to the bottom.

Fang
09-24-2006, 02:17 AM
Also change this:#container {
position:absolute;
margin:0px;
padding:0px;
width:705px;
height:auto;
background-image:url(../images/containerbg.jpg);
background-repeat:repeat-y;
z-index:2;
}

#left {float:left;
margin:0px;
padding:0px;
width:179px;
height:auto;
text-align:center;
}

#right {
margin:0px;
padding-right:10px;
width:514px;
height:auto;
float:right;
}
and the width in #address and #nav have no units.

Wiz Creations
09-24-2006, 07:43 PM
Thanks for the help. I've got everything fixed now.