Warning: Undefined array key "StartingPoint" in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 107 Warning: Cannot modify header information - headers already sent by (output started at /customers/f/f/0/safaribears.de/httpd.www/content.php:107) in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 115 Warning: Undefined variable $WEB_ROOT in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 118 Warning: Cannot modify header information - headers already sent by (output started at /customers/f/f/0/safaribears.de/httpd.www/content.php:107) in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 118 Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 169 CSS Tutorial - Pseudo-Classes Elements

Pseudo-Classes and Pseudo-Elements

The looks and behaviour of links can also be changed. For that in CSS we have the so called Pseudo-Classes, which all start with a colon ':' and get attached to the tag name or class name in the css styles part in the top of the page (the <head> section), or in a separate .css file. Pseudo-Classes do not work with the inline command style="css-style" here.
But there are more pseudo classes than just those dealing with links (and there are even pseudo-elements!). we will learn about those, too.