![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 2
OS: leopard
|
Setting frame size with scroll bar in Dreamweaver
I am trying to design a webpage that has frames in Dreamweaver... a banner that goes across the top, titles that link to my artwork that go down the left, that will link to my artwork that will show up on the right. I would like to make the main frame(on right) where my artwork shows up a set size, so that the right end of the box lines up with the right/end of the top banner, and that has a scroll bar across the bottom. I have the scroll bar, but I can't get the box it shows up in to be a fixed size. It seems like it should be so simple, but I can't seem to figure it out!
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,887
OS: Vista, various linux distros
|
Re: Setting frame size with scroll bar in Dreamweaver
Hey, welcome to TSF.
You'll need to give us your code for us to help you with this. I also think that if you checked your code you'd probably find an easy way to fix this (with the widths of certain objects). Anyway, post your code for help. Cheers, Jamey |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 2
OS: leopard
|
Re: Setting frame size with scroll bar in Dreamweaver
This is what I have for the frames. I tried setting height and width for the "mainframe" but it didn't seem to do anything. Thanks for any help.
<frameset rows="175,*" cols="*" frameborder="no" border="0" framespacing="0"> <frame src="pro-banner.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" /> <frameset rows="*" cols="162,*" framespacing="0" frameborder="no" border="0"> <frame src="Pro-titles.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" /> <frame src="mainframe.html" name="mainFrame" id="mainFrame" title="mainFrame" scrolling="yes" /> </frameset> |
|
|
|
![]() |
| Thread Tools | |
|
|