|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
div scrollling in netscape
hi,
i have used nested divs and with overflow: scrolll and it works perfectly fine in IE but it has no effect in Netscape. how do i achieve the same in netscape without using iframes? thanks in advance... |
|
#2
|
||||
|
||||
|
Let us see it! Post either, a link OR an example of the code and controlling CSS.
__________________
The Standards! CSS 2 - CSS 3 - w3c CSS Validator - XHTML 1.1 - HTML 4.01 - w3c (X)HTML Validator - ActionScript Reference Links! Bert's Door and Lock Service | Brandon Erik Bertelsen | TextPattern |
|
#3
|
|||
|
|||
|
<table cellspacing="1" cellpadding="2" width="645" border="0">
<tr> <td> <DIV STYLE="width:260px; height:300"> <table width="260" height="300" border="1" cellspacing="0" cellpadding="0"> <tr> <td>---</td> <td>---</td> <td>---</td> </tr> </table> </div> </td> <td> <DIV STYLE=" overflow:scroll;width:325px; height:300px"> <table width="260" height="300" border="1" cellspacing="0" cellpadding="0"> <tr> <td>---</td> <td>---</td> <td>---</td> </tr> </table> </div> </td> </tr> </table> will this help?? anyways i know it works in higher end versions of NN, was wondering how to deal with the lower ones.. |
|
#4
|
||||
|
||||
|
To be honest, I wouldn't even bother worrying about early versoins of the browser. Not that many people even use the newer ones.
They're obsolete, and, well, crap basically. If your site works in newer versions, but not in older ones, then it's quite likley its Nutscrapes fault, and not the sites...
__________________
Support requests via PM will be ignored! |
|
#5
|
||||
|
||||
|
What version of netscape are you working from?
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > div scrollling in netscape |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|