Ø®†ÒΩ©
New Member
%7C35%7C
Posts: 8
|
Okay...
Jan 12, 2008 16:33:03 GMT -5
Post by Ø®†ÒΩ© on Jan 12, 2008 16:33:03 GMT -5
I was just screwing around with <div> elements and stuff, and as you can see on my test forumI have set a really simple navigation drop down box just with <div style="position:absolute;top:175;left:40;">NAVIGATION SETUP</div> not positive about the top and left pixels, but how would I get it so that it stays in that same spot even when you scroll? Edit: just thought, not sure if this is the right place, but I just guessed.
|
|
Kahless
Administrator
Guitar Star
Posts: 1,045
|
Okay...
Jan 12, 2008 17:36:16 GMT -5
Post by Kahless on Jan 12, 2008 17:36:16 GMT -5
It is, Ill look it up, I used to know, I think its position: relative but that might be wrong
|
|
|
Okay...
Jan 13, 2008 21:22:21 GMT -5
Post by Tobias on Jan 13, 2008 21:22:21 GMT -5
position: fixed.
|
|
Kahless
Administrator
Guitar Star
Posts: 1,045
|
Okay...
Jan 13, 2008 21:49:30 GMT -5
Post by Kahless on Jan 13, 2008 21:49:30 GMT -5
thats it
|
|
Blink
Addicted Member
Posts: 1,699
|
Okay...
Jan 18, 2008 9:56:55 GMT -5
Post by Blink on Jan 18, 2008 9:56:55 GMT -5
Not all browsers support position:Fixed.
|
|
|
Okay...
Jan 20, 2008 7:55:52 GMT -5
Post by Tobias on Jan 20, 2008 7:55:52 GMT -5
I know that, but that's the answer to their question. When they dont's support it, they'll just have to scroll to the top of the page. I believe all the newest browsers support it. (IE7, FF2, Opera 9, Safari 3, etc)
|
|
Ø®†ÒΩ©
New Member
%7C35%7C
Posts: 8
|
Okay...
Jan 26, 2008 0:58:16 GMT -5
Post by Ø®†ÒΩ© on Jan 26, 2008 0:58:16 GMT -5
I know that, but that's the answer to their question. When they dont's support it, they'll just have to scroll to the top of the page. I believe all the newest browsers support it. (IE7, FF2, Opera 9, Safari 3, etc) IE 7 won't for me. xD
|
|
|
Okay...
Jan 26, 2008 21:41:33 GMT -5
Post by Tobias on Jan 26, 2008 21:41:33 GMT -5
|
|