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

Anderer Linkeffekt in der Navi?

Status
Für weitere Antworten geschlossen.

Vic.

Neues Mitglied
Hallo...
Hab ein EndlessLay gecodet unf haette gerne in der Navi andere Linkeffekte als bei den Textlinks. Hab das eig auch alles richtig programmiert, aber die Navilinks "merken" das irgendwie nicht und sind wie die Textlinks -.-
Was muss ich ändern??
Hier der komplette Code:

<html>
<head>
<title>JUMP &ND DANCE *:*</title>
<style type="text/css">
<!--
BODY {
font-family: tahoma;
font-size: 11px;
color: #a4a4a4;
overflow: auto;
scrollbar-arrow-color: #a4a4a4;
scrollbar-face-color: #a4a4a4;
scrollbar-highlight-color: #000;
scrollbar-shadow-color: #a4a4a4;
scrollbar-3dlight-color: #a4a4a4;
scrollbar-track-color: #a4a4a4;
scrollbar-darkshadow-color: #000;
background-color: #d9d9d9;
}
font {
color: #a4a4a4;
font-family: tahoma;
font-size: 11px;
}
b{FONT-FAMILY: tahoma; FONT-SIZE:12pt; COLOR: #d30000;}
i{ FONT-FAMILY: tahoma; FONT-SIZE:11pt; COLOR: #f7a62b;}
u{ FONT-FAMILY: tahoma; FONT-SIZE:11pt; COLOR: #33cccc;}
s{ FONT-FAMILY: tahoma; FONT-SIZE:11pt; COLOR: #000000;}

INPUT {
Color: #ffffff;
width: 100px;
height: 25px;
Background-color: transparent;
Font-Family: century gothic;
Font-Size: 9px;
Border: 1px solid #d30000;
}
TEXTAREA {
Color: #a4a4a4;
width: 200px;
height: 150px;
Background-color: transparent;
Font-Family: century gothic;
Font-Size: 10px;
Border: 1px solid #d30000;
}

A.navi:link, A.navi:active, A.navi:visited {
FONT-FAMILY: tahoma;
FONT-SIZE: 12px;
COLOR: #33cccc;
TEXT-DECORATION: overline;
display: block;
line-height: 12pt;
BACKGROUND-COLOR: #d30000;
letter-spacing: 0px;
width: 99%;
margin-bottom: 1px;
margin-top: 1px;
text-align: center;
border: 0px solid #ffffff;}

A.navi:hover
{
FONT-FAMILY: tahoma;
font-size: 9px;
letter-spacing: 0px;
COLOR: #d30000;
TEXT-DECORATION: underline;
text-transform: underline;
display: block;
text-align: left;
BACKGROUND: #33cccc;
line-height: 12pt;
width: 99%;
margin-bottom: 1px;
margin-top: 1px;
border: 0px solid #ffffff;}
<!—Die normalen Links-->
A:link
{color: #d30000;font-size: 9px; font-family: tahoma; text-decoration: underline; }
A:link:hover
{color: #33cccc;font-size: 9px; font-family: tahoma; text-decoration: none; }
-->
</style>
</head>

<div style="visibility:hidden">{PLACE_POWEREDBY}</div>
<body bgcolor=#d9d9d9 background="MEIN BILD">
<img border="0" src="MEIN BILD" scroll="no" bgproperties= "fixed"
ALIGN="left" STYLE="position:absolute; top:0; left:0;" >

<div align="center"style="solid; background:transparent; border-collapse: collapse;
border: 0px #000000 solid;width:150px; position:absolute; left:250px; top:300px">
<a href=” Linkurl” class=”navi”>Liiink</a>
<a href=” Linkurl” class=”navi”>Liiink</a>
<a href=” Linkurl” class=”navi”>Liiink</a>
<a href=” Linkurl” class=”navi”>Liiink</a>
<a href=” Linkurl” class=”navi”>Liiink</a>
<a href=” Linkurl” class=”navi”>Liiink</a>
</div>
<div class="inhaltetable" style="overflow:auto; width: 340px; position:absolute;
height:absolute;left: 450px; top: 10px">
<style>
<!--
.inhaltetable {
width: 340px;
}
//-->
</style>
<a>ich</a>.<b>du</b>.<i>er</i>.<u>sie</u>.<s>es</s>.<a href="linkurl">link</a>
</div></body></html>

Ich hoffe ihr koennt mir helfen... :-D
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben