Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1707 How can I completely hide a frame in all browsers?

irt.org | Knowledge Base | JavaScript | Frame | Q1707 [ previous next ]

Q1707 How can I completely hide a frame in all browsers?

The problem is that on some browsers (namely Opera a frame size specified as * does not work correctly, Instead you need to specifiy 0, but again this fails on other browsers. However, Jan Ehrhardt, found that the following seems to work:

<frameset cols="100%,0/*">
<frame src="about:blank">
<frame src="hidden.htm">
</frameset>

Feedback on 'Q1707 How can I completely hide a frame in all browsers?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.