Annonceindlæg fra HP
03. december 2002 - 17:30
#2
et hurtigt eksempel: <style type="text/css"> <!-- body { COLOR: #000000; background-color: #ffffff; FONT-FAMILY: arial, veranda, sans-serif } a.img { FONT-SIZE: 10px; color: #000000; text-decoration : none; border-top: 1 solid #ffffff; border-left: 1 solid #ffffff; border-right: 1 solid #ffffff; border-bottom: 1 solid #ffffff; } a.img:hover { FONT-SIZE: 10px; color: #ffffff; border-top: 1 solid #000000; border-left: 1 solid #000000; border-right: 1 solid #000000; border-bottom: 1 solid #000000; } a.img:active{ FONT-SIZE: 10px; color: #ffffff; border-top: 1 solid #000000; border-left: 1 solid #000000; border-right: 1 solid #000000; border-bottom: 1 solid #000000; } --> </style> set så en class="img" ind i dine <a href linie
03. december 2002 - 17:32
#3
en lille forenkling af /cdc' <style type="text/css"> <!-- body { COLOR: #000000; background-color: #ffffff; FONT-FAMILY: arial, veranda, sans-serif } a.img { FONT-SIZE: 10px; color: #000000; text-decoration : none; border: 1 solid #ffffff; } a.img:hover { FONT-SIZE: 10px; color: #ffffff; border: 1 solid #000000; } a.img:active{ FONT-SIZE: 10px; color: #ffffff; border: 1 solid #000000; } --> </style>
03. december 2002 - 17:46
#4
Ja, brugte bare en som jeg bruger på nogle knapper, som har forskellige bund og top farve :o)