Hallo
kann mir einer sagen was Passiert wenn man hover und active vertauscht?
Welche Auswirkungen würde das haben?
<style> :link {color: navy; text-decoration: underline;}
:visited {color: green; text-decoration: underline;}
:hover {color: yellow; background:lightblue; font-size:130% }
:active {color: fuchsia; text-decoration: line-through;}
:focus {border: black dashed;}
</style>
MfG
Olli