View Full Version : Need browsing script
TheJye
08-26-2007, 04:56 AM
The script I'm looking for is probably common but its not too easy to explain.
I want my site's menu to stay on top of the net browser while my viewers are browsing the sites of my affiliates linked on my site.
Thats the best I can explain it. I hope I'm posting in the right forum and thanks in advance.
tech_support
08-26-2007, 06:02 AM
You could do this with CSS: posistion:fixed;
Say you have a menu like this:
<div id="mymenu">
Put this:
<div id="mymenu" style="posistion:fixed;">
or...
add it to your existing CSS code.
That's position: fixed; and it doesn't work with IE6. For IE6 you'd position the menu absolutely, then put everything else in a scrolling <div>.
jscheuer1
08-26-2007, 10:05 AM
The script I'm looking for is probably common but its not too easy to explain.
I want my site's menu to stay on top of the net browser while my viewers are browsing the sites of my affiliates linked on my site.
Thats the best I can explain it. I hope I'm posting in the right forum and thanks in advance.
This sounds like frames or iframe(s). But, unless they are specifically prohibited from doing so, you 'affiliates' may code their sites to 'break out of frames'.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.