|
|
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. 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.
More Useful HTML, JavaScript and Web Site Programming Articles:
✔ How to Create Predefined Google Image Search Links?
Thanks for the Amazon URL [see Creating Amazon Search Links]. That worked beautifully. In fact, I sent you $5.00 for coffee in thanks....
✔ Can I embed a Facebook search box on my blog site?I've seen your articles about how to add a Twitter or Google search box on a Web page, but I have a tougher...
✔ Can I use CSS for drop shadows on my blog?I want to give my site a bit of a facelift and add some neat graphical elements. One of which is drop shadows....
✔ How can I embed interactive photo panoramas on my site/blog?I read through your blog entry about how to take panoramic photos with iOS 6 and an iPhone 5 and got enthused. I've...
✔ How can I create a Twitter search URL shortcut?I'd like to add a few Twitter search links to my Web site. Is that possible, or does Twitter prohibit this sort of...
Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help
right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
Categorized:
HTML, JavaScript and Web Site Programming
(Article 3902,
Written by Dave Taylor)
Tagged: Previous: Firefox as an RSS aggregator or reader? Next: Can eBay help me check Equifax credit scores? Reader Comments To Date: 3Dave Taylor said, on August 13, 2007 9:43 PM:
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! Mark Bahlke said, on March 8, 2008 10:41 AM:
Hi Dave,
I do have a comment, now that you mention it!Check This Out Too... |
Recent Entries
Look for Answers
Recommended
All Our Categories
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and Blogging Building Web Site Traffic Business and Management Computer and Internet Basics d) None of the Above Facebook Help Google Gmail Help Google Plus Help HTML, JavaScript and Web Site Programming Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Kindle Fire Help Mac OS X Help Pay Per Click (PPC) Advertising Pinterest Help Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help Find Me on Google+ ADT on G+ |
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!