PDA

View Full Version : problem with resizing windows


andreas_g
2006-06-26, 06:05 AM
when i go to: http://www.mohrenbrauerei.at/jasserspiel/teamspiel.php?check=true and click the green resize button the page does not resize to the correct size. (it did in 5.1.3)
furthermore the scrollbar is missing on that site.

Handycam
2006-06-26, 06:33 AM
The scrollbar is missing since they made the site a frameset with one giant non-scrollable frame:

<frameset cols="100%" frameborder="0" border="0" framespacing="0">
<frame src="start/start.php?page=1" name="abstop" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
</frameset>


I don't see any resizing code there...

andreas_g
2006-06-26, 07:39 AM
thank you. so the reason for the missing scroll bar is clear.
i meant that the window doesn't resize to the correct size, when i click the green resize button, which is on top left of every window.
in 5.1.3 it resized the window so that the content was completely visible.
it just makes the window too high, but not broader.

troyb
2006-07-04, 04:17 PM
I suspect that OmniWeb 5.1.3 will behave the same way here. I could be wrong about this but I believe the scroll bar is needed in order for OmniWeb to determine the width of the page in order to resize properly.