Industry guru Dave Taylor answers free tech support questions about a wide variety of business and technical topics, including blogging, Google AdSense, MySpace, Sony PSP, Apple iPod, Mp3 players, management, Linux, SEO, Mac OS X, Facebook, Twitter, LinkedIn and Microsoft Windows.

Frames, HTML and Resizing Windows?

Dave, I have read your Creating Cool HTML 4 WebPages and gotten into basic web-designing. I have one pestering question though. Say you have two frames, is there any way you can prevent the frames resizing if you resize your window? For instance, a maximized window viewing these frames is fine, but when it is not maximized it may cut off some information and pop that annoying scrollbar next to it. It can, anyway, disrupt ease and fluidness of the site.


Dave's Answer:

I haven't monkeyed around with a frames-based design for quite a while so I'll have to scrounge through my newer edition of the book, Creating Cool Web Sites with HTML, XHTML and CSS, to remind me of the details of the frame tags.

The basic frame layout is specified with frameset, and then each specific pane of the frame design is specified with a frame tag. A typical layout:

<frameset cols="30%,70%">
    <frame src="leftside.html" />
    <frame src="rightside.html" />
</frameset>

To lock in frame sizes, you need to change the parameters of the cols or rows. Try using a specific pixel size for one of the parameters and an asterisk (*) as the other parameter.

Something like this:

<frameset cols="300,*">

I think you'll find that does what you seek.



Help others find this article at Del.icio.us, Digg, Netscape, Reddit, and Simpy.

Subscribe!

Never miss another useful Q&A article again! Subscribe to AskDaveTaylor with Google Reader.

Comments

Dave,

I have used frames for my website and everytime I click on a link the next page will only open in one of the small frames and I am not sure what to do to fix this, do you have any suggestions? Thank you, I really appreciate your help!

Posted by: Katie at August 13, 2007 10:02 AM

Katie, that's a common frames problem. The key is that on the links you have that are supposed to replace *everything* rather than just the contents of that particular "frame" of your design, you need to include the attribute

target="_top"

that'll do the trick!

Posted by: Dave Taylor at August 13, 2007 9:43 PM

Hi Dave,
I have sort of the opposite problem from the above examples. I have two frames which I want to be able to have resized based on how much "stuff" is in that frame. Sometimes the frame on the left is "longer", sometimes it's the frame on the right. I would like to have one scrollbar on the right side of the right-hand window that scrolls the full length of whichever screen needs the room. Does that make sense? I have tried making separate frames for each window, and putting them in the main frame for the page, and I have tried making a separate frame for the two windows, and putting them together into the one frame, and hoping that would do it. None of that works.
Now I need some expert help. Any advice you can give me would be fantastic.
Thank you very much.
Mark

Posted by: Mark Bahlke at March 8, 2008 10:41 AM

I have a lot to say, but ...
Starbucks coffee cup I have a lot to say, and questions of my own for that matter, but most of all I'd like to say thank you for all your efforts on this Web site by buying you a chai!

I do have a comment, now that you mention it!









Remember personal info?


Please note that I will never send you any unsolicited commercial email. Ever.

While I'm at it, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site.









Uniblue: Free Virus Scan

Search
Find just the answers you seek from among our 1700+ free tech support articles by using our Lijit search engine.


Help!





Subscribe to
Ask Dave Taylor!

Add to Google Reader
Add to My Yahoo!
Subscribe in NewsGator Online

RDF   XML

Free Updates!
Sign up and get free weekly updates and special offers on books, seminars, workshops and more.


Recent Entries
Join the List!
Join my author info mailing list, where you'll learn about my upcoming books, speaking gigs, and more!


Book Links
© 2002 - 2008 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site.

[whiteboard marker tray]