heiho
hab da ne frage...
ich habe einen scrollbalken für den inhalt, hätte aber auch noch einen für news..
jedoch ist der hintergrund einmal weiss einmal blau....
wie könnte mann das realisieren? also 2 verschieden farbige scrollbalken
bisher hab ich nur das im stylesheet:
hab da ne frage...
ich habe einen scrollbalken für den inhalt, hätte aber auch noch einen für news..
jedoch ist der hintergrund einmal weiss einmal blau....
wie könnte mann das realisieren? also 2 verschieden farbige scrollbalken
bisher hab ich nur das im stylesheet:
PHP-Code:
<style type="text/css">
<!--
{;}
body
{
<?php
if (strstr($HTTP_USER_AGENT,"Opera") || strstr($HTTP_USER_AGENT,"Netscape"))
{
echo "";
}
else
{
echo "overflow: auto;";
}
?>
font-family: arial;
scrollbar;
scrollbar-3d-light-color : #ffffff;
scrollbar-arrow-color : #ffffff;
scrollbar-base-color : #9AB3E8;
scrollbar-dark-shadow-color : #9AB3E8;
scrollbar-highlight-color : #9AB3E8;
scrollbar-shadow-color : #9AB3E8;
}
//-->
</style>
Kommentar