Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Static menu without frames

Reply
Thread Tools

Static menu without frames

 
 
JD
Guest
Posts: n/a
 
      03-27-2006
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?
 
Reply With Quote
 
 
 
 
daninbrum@hotmail.com
Guest
Posts: n/a
 
      03-27-2006
> 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. 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)

 
Reply With Quote
 
 
 
 
Neredbojias
Guest
Posts: n/a
 
      03-27-2006
With neither quill nor qualm, quothed:

> > 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. 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


"Okay, now it is time to look at the positioning properties. I moved
these off the other page because I had to put this page inside one big
table to make sure everyone saw the same thing....with all those screen
resolutions out there......"

?

--
Neredbojias
Contrary to popular belief, it is believable.
 
Reply With Quote
 
JD
Guest
Posts: n/a
 
      03-27-2006
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)
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Static linked content without using frames grahambae@gmail.com HTML 5 10-06-2008 11:37 PM
Non scrolling block, like frames but without frames Brian Cryer HTML 10 02-16-2007 09:58 PM
Frames or not Frames... Ale HTML 17 08-05-2005 12:10 AM
Link needed to go from a non-frames page to a Frames page, and load a particular frame. How? - Newbe Philip HTML 3 06-28-2004 03:06 PM
From Frames to no frames? Powerslave2112 HTML 2 01-20-2004 10:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57