Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-07-29 15:47:45

reptilerobots
Member
Registered: 2005-08-20
Posts: 72

does "fixed" positioning not work in IE 6 or am I just a moron?

I am building an image gallery that scrolls from left to right – it looks ok in Mozilla, Firefox, IE5, but in IE6, fixed positioning just doesn’t work…..
When I say fixed, I mean that when you scroll from left to right, the content moves, but there is a navigation block on top that stays in position.

<code>
.navigation {
width: 390px;
height: 160px;
position: fixed;
top: 0px;
left: 0px;
padding: 10px 0px 0px 10px;
clear: left;
z-index: 40;
}

</code>

Offline

#2 2006-07-29 16:10:25

reid
Member
From: Atlanta, Ga.
Registered: 2004-04-04
Posts: 224
Website

Re: does "fixed" positioning not work in IE 6 or am I just a moron?

Try this.

Basically, you have to add some attributes to the “wrapper” of the page to get IE to play nice.

Last edited by reid (2006-07-29 16:10:42)


TextPattern user since 04/04/04

Offline

Board footer

Powered by FluxBB