Thread: Frames help needed
Results 1 to 5 of 5
Related
-
IE7 and Frames Forum: HTML Forum
Replies: 8 -
Frames (Help needed) Forum: HTML Forum
Replies: 0 -
Frames Forum: HTML Forum
Replies: 1 -
frames help Forum: HTML Forum
Replies: 2 -
frames HELP-please? Forum: HTML Forum
Replies: 5
-
10-08-2002, 02:39 AM #1
Frames help needed
I have a 4 frame page. split into a left, top, bottom and middle.
I want a scrollbar on the left frame only, but theres not one on the page. How do I get a scrollbar to show up for the left frame only. Second, I'm using the left frame as a menu and I want links to open up in the middle frame, how do I do that?
-
10-08-2002, 04:08 AM #2
Hi Bimmer. Welcome to the forums!
First off, link targeting and scrollbars are covered in the frames tutorial on the left of this page. You may well find your answers in there.
If your still stuck, please post a link to your page, or some source code, so that we can try and help.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
10-08-2002, 08:56 AM #3
Pay special attention to the NAME= and TARGET= attributes used in the frames launching and frames referencing files, respectively.
-
10-10-2002, 09:44 AM #4
yes i know, i had the same problem. whenever i click on a link in the frame in the side of my page, it opens the link in THAT window. i have searched everywhere but cant find out how to fix this. someone please help me.
-
10-10-2002, 02:36 PM #5
Hi there.
When you create the frame within the <frameset> set, you give each frame a name ( name="left" eg ) .
When you make your link, you specify a target. If your link was in the frame called 'left' and you want it to open within teh frame called 'main' , you would use
<a href="blah.html" target="main">Blah</a>If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?