body {scrollbar-3dlight-color:#000000; scrollbar-arrow-color:white; scrollbar-base-color:#486878; scrollbar-darkshadow-color:#76838D; scrollbar-face-color:#76838D; scrollbar-highlight-color:#76838D; scrollbar-shadow-color:#000000
} </STYLE> </head> <body bgcolor="#ffffff"> <DIV class="scrollTekst">Senator magna voce in senatu clamat: Nisi exercitum novum cum imperatore alio in Asiam mittemus, numquam de hostibus triumphabimus. per omnes annos exercitus nostros vicerunt. itaque hic in gravissimo conventu orbis terrarum inter homines severos dubitari non oportet, quin contra ferocissimas gentes pugnare velimus, ut libertatem a maioribus semper servatam liberis uxoribusque defendamus.</DIV> </body> </html>
<html> <head> <style type="text/css"> #contentLayer { position:absolute; width:80px; z-index:1; left: 0px; top: 0px; padding: 0px; } </style> </head> <body> <div id="containLayer" style="position:absolute; width:100px; z-index:1; left: 100px; top: 25px; height: 100px; clip: rect(0px 100px 100px 0px); overflow: auto"> <div id="contentLayer"> <table width="80" border="0" cellspacing="0" cellpadding="0"> <tr> <td> test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test </td> </tr> </table> </div> </div> </html>
<br> <br> <table width="399" border="1" cellspacing="2" cellpadding="0" height="184"> <tr height="64"> <td width="186" height="64"></td> <td width="199" height="64"></td> </tr> <tr height="106"> <td width="186" height="106"></td> <td width="199" height="106"><DIV class="scrollTekst"> <table width="120" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"></td> <td width="115"><font size="1"> Senator magna voce in senatu clamat: Nisi exercitum novum cum imperatore alio in Asiam mittemus, numquam de hostibus triumphabimus. per omnes annos exercitus nostros vicerunt. itaque hic in gravissimo conventu orbis terrarum inter homines severos dubitari non oportet, quin contra ferocissimas gentes pugnare velimus, ut libertatem a maioribus semper servatam liberis uxoribusque defendamus.</font></td> </tr> </table> </DIV></td> </tr> </table> </body> </html>
Din virker også fint. Det eneste der er, er at hvis man sætter en baggrundsfarve på, dækkere den ikke helt ud til scrollbaren. Det kan løses i IE ved at gøre layeret 4 px smallere, men i NS er scrollbaren smallere..:
<html> <head> <style type="text/css"> #contentLayer { position:absolute; width:80px; z-index:1; left: 0px; top: 0px; padding: 0px; background-color: #cccccc; } </style> </head> <body> <div id="containLayer" style="position:absolute; width:96px; z-index:1; left: 100px; top: 25px; height: 100px; clip: rect(0px 100px 100px 0px); overflow: auto"> <div id="contentLayer"> <table width="80" border="0" cellspacing="0" cellpadding="0"> <tr> <td> test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test </td> </tr> </table> </div> </div> </html>
Smartere ved jeg ikke (hvis man ser bort fra din tabel udenom div'en, men det er måske ikke noget med det at gøre..) - men mere korrekt med en container div med clip rect på.
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.