HighDots Forums  

can't force the scrollbar in a frame with mozilla

Javascript JavaScript language (comp.lang.javascript)


Discuss can't force the scrollbar in a frame with mozilla in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roberto
 
Posts: n/a

Default can't force the scrollbar in a frame with mozilla - 04-05-2004 , 05:52 PM






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).

What can I do instead of
<frame src="header.html scrolling="Yes">
that doesn't seem to work with netscape/mozilla?

thanks in advance for any help
Roberto


Reply With Quote
  #2  
Old   
Ivo
 
Posts: n/a

Default Re: can't force the scrollbar in a frame with mozilla - 04-05-2004 , 06:48 PM






"Roberto" <deltacephei (AT) despammed (DOT) com> wrote

Quote:
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).

What can I do instead of
frame src="header.html scrolling="Yes"
that doesn't seem to work with netscape/mozilla?
The problem is css, so a javascript solution should not be necessary. Try
{overflow:scroll;}
or ask in comp.infosystems.www.authoring.stylesheets
HTH
Ivo




Reply With Quote
  #3  
Old   
DU
 
Posts: n/a

Default Re: can't force the scrollbar in a frame with mozilla - 04-05-2004 , 10:48 PM



Ivo wrote:

Quote:
"Roberto" <deltacephei (AT) despammed (DOT) com> wrote in message
news:c4skhl$qp3$1 (AT) lacerta (DOT) tiscalinet.it...

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).

What can I do instead of
frame src="header.html scrolling="Yes"
that doesn't seem to work with netscape/mozilla?


The problem is css,
I don't think so.

Bug 44306: scrolling = yes not implemented: forced scrollbars don't show
up [behaves like scrolling="auto"][frames]
http://bugzilla.mozilla.org/show_bug.cgi?id=44306
keyword: html4

and it has several duplicate bugs (Bug 48991, 66335, 89130, etc.).

DU


so a javascript solution should not be necessary. Try
Quote:
{overflow:scroll;}
or ask in comp.infosystems.www.authoring.stylesheets
HTH
Ivo



Reply With Quote
  #4  
Old   
Roberto
 
Posts: n/a

Default Re: can't force the scrollbar in a frame with mozilla - 04-06-2004 , 05:06 PM



Quote:
Try {overflow:scroll;}
please try to have a look again, I used

overflow: moz-scrollbars-vertical;

and now there is an extra space between the two frames... anything in mind?

Roberto



Reply With Quote
  #5  
Old   
Roberto
 
Posts: n/a

Default Re: can't force the scrollbar in a frame with mozilla - 04-06-2004 , 05:10 PM



Quote:
Bug 44306: scrolling = yes not implemented: forced scrollbars don't show
up [behaves like scrolling="auto"][frames]
http://bugzilla.mozilla.org/show_bug.cgi?id=44306
keyword: html4

and it has several duplicate bugs (Bug 48991, 66335, 89130, etc.).
it's strange that this bug has been propagated to all versions up to the
current one...

thank you DU



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.