Snacke
New member
Ich habe folgendes skript eingebaut um den Scrollbalken farbig zu machen, nur dies wird in Fire Fox nicht richtig angezeigt. Kann mir da jemand helfen?
PHP:
<style type="text/css">
body { font-weight: none; }
a:link { color:#000000; text-decoration:underline; font-weight: none; }/* noch nicht besuchte Ziele */
a:visited { color:#000000; text-decoration:underline; font-weight: none; }/* besuchte Ziele */
a:hover { color:#CD7054; text-decoration:underline; font-weight: none; }/* Verweise bei "MouseOver" */
a:active { color:#000000; background-color:#CD5B45; font-weight: none; }/* Angeklickte Verweise */
</style>