[thelist] keeping frames a specific size...

Martin Kuplens-Ewart martin at graphicist.com
Fri May 4 17:27:15 CDT 2001


You could always have a javascript in the frameset... that checks
height/width, and, if the window is reduced beyond your selected size,
it automatically resizes to the minimum acceptable size....

dunno how you'd code it tho...

-martin

----- Original Message -----
From: "nate koechley" <nate at vicksburgcollective.com>
To: <thelist at lists.evolt.org>
Sent: Friday, May 04, 2001 6:16 PM
Subject: [thelist] keeping frames a specific size...


> hey good people,
>
> i have a frameset, with three stacked frames:
>
> <frameset rows="268,206,*" border="0">
> <frame src="header.jhtml" name="header"
> scrolling="No" noresize>
> <frame src="items.jhtml" name="items"
> scrolling="auto" noresize>
> <frame src="footer.jhtml" name="footer"
> scrolling="No" noresize>
> </frameset>
>
> how do i keep a frame from getting any smaller than
> the declared size? in this example, the top frame
> should be 268px tall, but when i resize my browser
> smaller, the top frame is overtaken by the middle
> frame and bottom frames... doh!
>
> i think this is possible, but i cant think of it... a
> little help please? is it crossbrowser/platform?
>
> thanks!
> nate
>
> <tip type"page weight">
> in your pages, after defining [ img {border:0px;} ]
> in your stylesheet, you no longer have to specify
> border="0" in your image tags. in a page with many
> images, this can amount to a real savings in page
> weight
> </tip>
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>





More information about the thelist mailing list