Sigg3
Joined: 03 Jul 2003 Posts: 428 Location: Oslo, Norway
|
Posted: Wed Jul 28, 2004 9:23 am Post subject: |
|
|
It looks ok on 1152x864 resolution, but when I resize the browser window I get what you mean. You use this:
<frameset cols="520,*" border="0" frameborder="no" framespacing="0">
Which allows resizing by the browser. What you could do is replace the * with the value you want to. This is, however, not nice to those low-res people, but then again what is nice about frames?
(And I'm NOT referring to the noresize attribute you've rightly added to the frame)
Oh, and you should add a message for non-frames compatible browsers:
<noframes><body>
<h2>Sorry, this page requires frames</h2></body></noframes> _________________ Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center |
|