probleme float et lien inactif sous firefox

probleme float et lien inactif sous firefox - HTML/CSS - Programmation

Marsh Posté le 04-12-2005 à 16:21:37    

voila mon souci est que les liens hypertextes sont inactifs sous forefox alors que ca marche sous IE.
J'ai reparé d'où venait l'erreur car quand je supprimais float:right; du css les liens redevenaient cliquables mais je vois pas vraiment le problème
 
Code HTML :  

Code :
  1. <div id="news">
  2. <p>
  3.       <a href="page.php?id=38">blabla</a>
  4. </p>
  5. </div>


 
Code CSS

Code :
  1. #news{
  2. float:right;
  3. background-image:url(images/news.jpg);
  4. height:194px;
  5. width:467px;
  6. background-repeat: no-repeat;
  7. background-position: top;
  8. margin-top:15px;
  9. margin-right:15px;
  10. }
  11. #news p{
  12. font-size:11px;
  13. position:relative;
  14. left:3px;
  15. top:35px;
  16. height:140px;
  17. font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  18. color: #5E0604;
  19. border: 1px solid #5E0604;
  20. margin:0px;
  21. padding-left:3px;
  22. width: 456px;
  23. voice-family: "\"}\"";
  24. voice-family:inherit;
  25. width: 461px;
  26. }
  27. html>body #news p {
  28. width:456px;
  29. }

Reply

Marsh Posté le 04-12-2005 à 16:21:37   

Reply

Marsh Posté le 04-12-2005 à 17:20:44    

# voice-family: "\"}\"";
#     voice-family:inherit;  
 
?
tiens c'est quoi ça??

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed