|
Posted by JD on 11/23/06 11:43
daninbrum@hotmail.com wrote:
>>I need to emulate a webpage that uses frames but without using frames.
>>The page is split into two columns with a static list of links on the
>>left. This is the problem - I need the page to scroll but I need the
>>links to remain completely static on the left. I've tried CSS but
>>examples, like this one < http://www.w3.org/QA/Tips/ >, don't appear to
>>work in IE. I'm not a Javascript programmer so I've been searching for
>>Javascript equivalents high and low but all I can find are examples of
>>the floating kind which bob around when you scroll. This is no good, the
>>menu has to remain completely still. Can anyone point me towards a
>>script that will do what I need?
>
>
> No javascript is needed for this. It simple CSS positioning.
It's not so simple because "position:fixed;" doesn't appear to work in
IE6, the most important browser for this project because that's what the
client uses.
> What
> version of IE did you try? Is old browser support critical? A
> well-designed CSS layout should work on all browsers, and look exactly
> how you wanted on the newer breed. Check out...
>
> http://www.pageresource.com/dhtml/csstut61.htm
>
>
> Dan Vesma (back from many years away from alt.html)
>
Navigation:
[Reply to this message]
|