• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

hovereffect

Status
Für weitere Antworten geschlossen.

Malte1

Neues Mitglied
Code:
/* CSS Document */


/*Layout*/
th {font-size:11px; color:#6699ff; font-family:verdana}
.th {font-size:11px; color:#ffffff; background-color: #6699ff; font-family:verdana; height:20px}
.tab { border:1px solid #6699ff}
.head { background-color: #6699ff}
.table {padding:10px;background-color:#ffffff; border:2px solid #6699ff}
body {background-image:url(images/back.jpg);
scrollbar-track-color:#C5D3EE; scrollbar-arrow-color:#ffffff; scrollbar-3dlight-color:#C5D3EE; scrollbar-shadow-color:#C5D3EE; scrollbar-face-color:#6699ff}
td { font-family:verdana; color:#487AE0; font-size:11px}
.td2 { font-family:verdana; color:#487AE0; font-weight:bold; text-align:right; font-size:10px}
.td3 { padding-left:10px; padding-right:10px}
.copy {font-size:9px; background-color: #6699ff; color: #ffffff}

/*Links*/
.cop:link {color: #000000; text-decoration:none}
.cop:visited{color: #000000; text-decoration:none}
.cop:hover{color: #ffffff; text-decoration:none}
.cop:active {color: #000000; text-decoration:none}

.menu:link {color: #000000; text-decoration:none}
.menu:visited{color: #000000; text-decoration:none}
.menu:hover{color: #6699ff; text-decoration:none;position: relative; top:1; left:1;}
.menu:active {color: #0000FF; text-decoration:none}

/*Formelemente*/

textarea, input, select {border:1px solid #6699ff; font-size:10px; color:#6699ff; font-family:verdana}
.button {border:1px solid #C5D3EE; background-color:#6699ff; font-size:10px; color:#ffffff; font-family:verdana}
.checkb {border:0px}

Das ist der script nun habe ich folgenes prob. ich möchte das die Links beim inhalt den hovereffect haben.
Code:
<style type="text/css"></style>
Und nicht das die Bilder die ich verlinkt habe auch so nach unten gehn sondern nur ein bestimmeter bereich oder bestimmt Links geht sowaS??
 
Werbung:
OK habe es weggelassen^^,
ähm noch eine frage wie kann ich ich rand um ein Bild machen
so etwa das es aussieht wie in einer tabelle??
 
Werbung:
Status
Für weitere Antworten geschlossen.
Zurück
Oben