Warnung: file_put_contents(/home/www/web1/html/php_dev/test.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/www/web1/html/php_dev/sys/lib.activity.php (Zeile 58)
[CSS] Linkformatierung über Individualformate [Archiv] - PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr
ebiz-webhosting
- Ad -
php-resource




Archiv verlassen und diese Seite im Standarddesign anzeigen :
[CSS] Linkformatierung über Individualformate


 
Luke
25-08-2004, 13:30 
 
Problem: Ich hab da folgendes DIV:

<div id="footer">
blahblah ALL RIGHTS RESERVED<br />
<a href="">XHTML 1.0</a> &amp; CSS 2.0 compatible
</div>

und folgendes CSS:

#footer a:link {color: #21826D; text-decoration:none}
#footer a:hover {color: #22846F; text-decoration:underline}
#footer a:active {color: #21826D; text-decoration:underline}
#footer a:visited {color: #21826D; text-decoration:none}

Der Link hovert aber nicht :(

Weis jemand woran's liegen könnte?

 
callt
25-08-2004, 13:37 
 
SCheint ein Netscapeproblem zu sein.

Mit Internetexplorer gehts

 
Luke
25-08-2004, 13:44 
 
Hm ja, wenn der Link irgendwo hinführt dann macht's auf der FireFox :) Danke

 
wahsaga
25-08-2004, 13:48 
 
ob die reihenfolge der pseudoformate die ist, die du haben willst, ist darber hinaus noch fraglich.

 
Luke
25-08-2004, 13:59 
 
Wieso? Was bewirkt die Reihenfolge?

 
wahsaga
25-08-2004, 14:07 
 
Original geschrieben von Luke
Wieso? Was bewirkt die Reihenfolge?
das später notierte pseudoformate die vorher notierten "überstimmen".

- -

Alle Zeitangaben in WEZ +2. Es ist jetzt 19:55 Uhr.