Hi everyone, I'm new here...
I have a frameset header/contents. It's necessary to force the header's
scrollbar to be visible to preserve the alignment between the two frames
(see www.liceomichelangelo.it for details).
<frame src="header.htm l scrolling="Yes" > doesn't work with Mozilla (this
is a bug), so I caused the scrollbar to be present via css as follows:
body{overflow: -moz-scrollbars-vertical;}
and the scrollbar appears, but now there's also an extra space between
the two frames!
What can I do?
thanks in advance for any help
Roberto
I have a frameset header/contents. It's necessary to force the header's
scrollbar to be visible to preserve the alignment between the two frames
(see www.liceomichelangelo.it for details).
<frame src="header.htm l scrolling="Yes" > doesn't work with Mozilla (this
is a bug), so I caused the scrollbar to be present via css as follows:
body{overflow: -moz-scrollbars-vertical;}
and the scrollbar appears, but now there's also an extra space between
the two frames!
What can I do?
thanks in advance for any help
Roberto
Comment