PHP interesse |
|
ik wil een scrollbar in een tabel gooien maar om een of andere reden paktie em niet
CSS Style :
.content-goscroll
{
overflow-y: scroll;
overflow-x: no;
height: 100%;
width: 100%;
scrollbar-face-color: #D8D8F0;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #1111A4;
scrollbar-darkshadow-color: #1111A4;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #1111A4;
}
.content-goscroll { overflow-y: scroll; overflow-x: no; height: 100%; width: 100%; scrollbar-face-color: #D8D8F0; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #1111A4; scrollbar-darkshadow-color: #1111A4; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #1111A4; }
en hier roep ik em mee aan :
<td width=\"554\" height=\"514\">
<div class=\"content-goscroll\">
<td width=\"554\" height=\"514\"> <div class=\"content-goscroll\">
ik heb script gebruikt wat ik hier dus staat : http://www.site...&id=54
ik weet niet wat ik fout doe
btw quote's staan geescaped omdat et een php site is
EDIT :: ik zie nu dat ie in IE wel werkt maar in Opera niet
|