login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Link weergave slecht

Offline DenMette - 10/11/2006 18:56 (laatste wijziging 10/11/2006 18:56)
Avatar van DenMettePHP gevorderde http://www.mette.zoef-design.be/lol.jpg
CSS
  1. div#menu{
  2. margin-left: 500px;
  3. margin-top: 50px;
  4. position:absolute;
  5. }
  6. div#menu table{
  7. width: 108px;
  8. }
  9. div#menu td,th{
  10. height:22px;
  11. width: 102px;
  12. }
  13. div#menu a:link{
  14. width: 102px;
  15. text-decoration: none;
  16. height: 22px;
  17. background-image: url(afbeeldingen/linkbutton.gif);
  18. }
  19. div#menu a:visited{
  20. width: 102px;
  21. text-decoration: none;
  22. height: 22px;
  23. background-image: url(afbeeldingen/linkbutton.gif);
  24. }
  25. div#menu a:hover{
  26. background-image: url(afbeeldingen/linkbuttonhov.gif);
  27. width: 102px;
  28. height: 22px;
  29. text-decoration: none;
  30. }


HTML
  1. <div id="menu">
  2. <table cellpadding="0" cellspacing="1">
  3. <tr>
  4. <td><a href="#">Hallo</a></td>
  5. <td><a href="#">Hallo</a></td>
  6. </tr>
  7. </table>
  8. </div>


Ik heb het probleem in FF dat de foto niet zo heel goed komt.
Hoe moet ik dit oplossen want in IE komt dit wel goed.

2 antwoorden

Gesponsorde links
Offline Grayen - 10/11/2006 19:02
Avatar van Grayen PHP ver gevorderde
  1. div#menu a:link{
  2. display: block;
  3. }
Offline DenMette - 10/11/2006 19:04
Avatar van DenMette PHP gevorderde Danku wel
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.195s