|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can you use scrollbars in Netscape? I know you can do with a couple pages of code, but all I have is two frames, the left on is a List that expands and if it gets too big, I would like to be able to scroll down. That's it, nothing fancy.
|
|
#2
|
||||
|
||||
|
<html>
<head> </head> <frameset cols="180%,20%" border="0" framespacing="0" frameborder="NO"> <frame src="this.htm" name="sending" scrolling="auto" noresize> <frame src="that.htm" name="working" scrolling="auto" noresize> </frameset> </html> scrolling= yes/no/auto- whichever, the bar only appears if ness'y with auto. Or do you mean non browser scrollbars ie: scrolling layers cos thats a different kettle of fish. ------------------ Simon Wheeler FirePages -DHTML/PHP/MySQL |
|
#3
|
|||
|
|||
|
That doesn't work. I can't scroll in the left frame. Here is ny site:
left frame is the table of contents, right is the work area. When thext is too big for the right frame, a scroll bar appears. But when the Table of Contents is too large for the left frame, no scroll bar appears and the text just runs straight off the screen. BTW, it works fine in IE but not in Navigator. |
|
#4
|
|||
|
|||
|
I have the same problem - I have a frame with 6 buttons. If the frame is not wide enough for the buttons I get a hor. scrollbar in IE but not in Netscape.
All the buttons have been placed on absolute positions using CSS - if I remove the CSS it works, if I add another picture without the CSS it works again, but when all of the pictures are positioned absolute, Netscape refuses to give me scrollbars, even with scrolling="yes". I suppose it has got something to do with Netscape and absolute positioning, but I would very much appreciate it if someone has managed to make a work-around for this... gcaprio: Are you using CSS too? |
|
#5
|
|||
|
|||
|
No, I am not using CSS. Would that help? It is just a vanilla Internal Site, nothing special.
|
|
#6
|
|||
|
|||
|
No, I don't think it would help - I was just curious because it seems that my problem disappears when I am not using CSS...
|
|
#7
|
|||
|
|||
|
No, Netscape just suck. I am sorry to say that. But to create my dynamic lists in Netscaps took about 4 pages of JS code, in IE about 1 page. And Netscape won't even resize properly.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Scrollbars in Netscape |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|