Thread subject: pHpFusion Nederlands (BE|NL) » Ondersteuning, Themas, Infusies, Modificaties en Installatie :: Achtergrond wijzigen bij invoeren nieuws

Posted by DubSev on 18 januari 2009, 22:41
#4

ik heb de V2 versie van Area69 getest in V7.00.05: achtergrond is wit, lichtgeel on hover. precies zoals het in de CSS staat

Code


.textbox {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #111;
   background-color : #FFF;
  border : 1px solid #404040;
  border-right : 1px solid #04688D;
  border-bottom : 1px solid #04688D;
  margin : 2px 0 2px 0;
  }
.textbox:hover {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #111;
   background-color : #ffff99;
  border : 1px solid #04688D;
  border-right : 1px solid #404040;
  border-bottom : 1px solid #404040;
  margin : 2px 0 2px 0;
}