login  Naam:   Wachtwoord: 
Registreer je!
 Forum

2 Linkstylen

Offline Rob - 13/01/2006 14:32 (laatste wijziging 13/01/2006 14:33)
Avatar van RobHTML interesse Ik heb twee linkstylen. De ene is voor het menu bovenin en de andere is voor de links op de site.
Het probleem is dat de kleur van het menu bovenin niet goed is. Het is zwart terwijl het groen moet zijn.

http://www.ngame.nl/test.html

Dit is mijn code:

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>NGame.nl - Alles over de verschillende Nintendogames!</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7. <style type="text/css">
  8. <!--
  9. body {
  10. background-color: #818180;
  11. }
  12. .style22 {
  13. font-family: Tahoma;
  14. font-size: 9px;
  15. font-weight: bold;
  16. color: #FFFFFF;
  17. }
  18. .style23 {
  19. font-family: Tahoma;
  20. font-weight: bold;
  21. color: #D94900;
  22. }
  23. .style25 {color: #CCCCCC}
  24. .style27 {font-size: 9px; font-weight: bold; font-family: Tahoma;}
  25. a:link {
  26. color: #F6FF00;
  27. }
  28. a:visited {
  29. color: #F6FF00;
  30. }
  31.  
  32. .style28 {font-size: 9px; font-weight: bold; font-family: Tahoma;}
  33. a:link {
  34. color: #000000;
  35. }
  36. a:visited {
  37. color: #000000;
  38. }
  39.  
  40. -->
  41. </style>
  42. </head>
  43. <link href="css.css" rel="STYLESHEET" type="text/css">
  44. <body>
  45. <center>
  46. <table width="1001" height="801" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
  47. <tr>
  48. <td rowspan="30">
  49.  
  50. <img src="images/Layout_01.jpg" width="114" height="800" alt=""></td>
  51. <td height="25" colspan="21" background="images/Layout_02.jpg"><span class="style27">&nbsp;&nbsp;&nbsp;&nbsp;<a class="style27" href="http://www.ngame.nl/index.php">HOME</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a class="style27" href="http://forum.ngame.nl" target="_blank">FORUM</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a class="style27" href="contact.php">CONTACT</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a class="style27" href="crew.php">CREW</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a class="style27" href="faq.php">FAQ</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a class="style27" href="http://forum.ngame.nl/register.php?" target="_blank">REGISTREER</a></span></td>

5 antwoorden

Gesponsorde links
Offline timo - 13/01/2006 15:42
Avatar van timo PHP ver gevorderde a.naamlink1:soort(active,hover....) { [style] }
a.naamlink2:soort(active,hover....) { [style] }

dit moet werke
Offline Gijzer - 13/01/2006 16:00
Avatar van Gijzer Nieuw lid mijn oplossing in de CSS (eigen kleuren):

/* Gewone link */
a { text-decoration: none; color: #ff9900; }
a:visited { text-decoration: none; color: #ff9900; }
a:active { text-decoration: none; color: #ff9900; }
a:hover { text-decoration: none; color: #FF8635; }

/* Menu link */
.menu A:link { color: #c0c0c0; }
.menu A:visited { color: #c0c0c0; }
.menu A:active { color: #c0c0c0; }
.menu A:hover { color: #c0c0c0; }

en dan <span class="menu">alle menu linkjes tussen de spans</span>
Offline timo - 13/01/2006 16:05
Avatar van timo PHP ver gevorderde zou ook moeten kunne werken....
Offline Gijzer - 13/01/2006 16:09
Avatar van Gijzer Nieuw lid ik zie nu pas goed jouw reactie timo die lijkt me beter voor het overzicht iets minder troep
Offline Rob - 13/01/2006 16:55 (laatste wijziging 13/01/2006 20:05)
Avatar van Rob HTML interesse *werkt al*
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.306s