Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scrollbars on more than one frame 1

Status
Not open for further replies.

danp123

Technical User
May 24, 2003
106
GB
hi,
my site made on dreamwever (which i know is fairly naff) is located here now if someone with a resolution smaller than mine looks at the page they only see part of the leftframe the rest is hidden unless they highlight then drag down
is there anyway i can make a scrollbar on this frame aswell as the main frame
 
FRAMES....that is what u get!
as u have it ...the dominant frame is the top one.....obvisly it will push everything down since it takes up more than 40% of your page.
u might consider:
|left....| top frame|
|left....|-----------
|left....|main frame|
|left....|main frame|
|left....|main frame|
|left....|main frame|

or allow scrolling on the left

all the best!



> need more info?
:: don't click HERE ::
 
from your own frameset code

Code:
<frame src=&quot;leftframe.htm&quot; name=&quot;leftFrame&quot;
scrolling=&quot;NO&quot;
Code:
 noresize>

Cheech

[Peace][Pipe]
If you don't stand up for something, you'll fall down. Toke it Easy.
Howard Marks.
 
that was so simple painless and brilliant thanks cheech have a star i never realised it was so easy !
Dan
 
wait...I thgouth u said u want them to scroll.....oh well anyway...
All the best!

> need more info?
:: don't click HERE ::
 
yeh i gt em 2 scroll on my local file i just havent uploaded it to the web lol!
 
u got them to scroll with this:
scrolling=&quot;NO&quot; noresize>
hm....LOL
all good

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top