hallo,
wie kann ich etwas in css verlinken?
Code
#body_one{
background-image: url('/img/bodybox.png');
width:547;
height:70;
top: 90px;
left: 1px;
position:relative;
font-family: Verdana;
font-size:16px;
color:#FFF;
padding-top:290;
text-align:center;
}
#bodycontent
{
width:900;
margin-left:22%;
position:relative;
}
.inputlogin
{
background-image: url('/img/input.png');
background-color: transparent;
border:0;
outline: none;
position:relative;
left: -415px;
top: 170px;
width:190;
height:32;
font-family: Arial;
font-size:16px;
color: #999;
text-align: center;
padding-left: 12;
padding-right: 12;
}
.inputlogin2
{
background-image: url('/img/input_user.png');
background-color: transparent;
border:0;
outline: none;
position:relative;
left: -415px;
top: 170px;
width:190;
height:32;
font-family: Arial;
font-size:16px;
color: #999;
text-align: center;
padding-left: 12;
padding-right: 12;
}
#inputconnect
{
background-image: url('/img/enter1.gif');
background-color: transparent;
border:0;
position:relative;
left:-370;
top: 160px;
width:98;
height:45;
font-family:Verdana;
font-size:0px;
color:#c7c7c7;
text-align:center;
}
#register
{
background-image: url('/img/register.gif');
background-color: transparent;
border:0;
position:relative;
left:-410;
top: 177px;
width:190;
height:28;
font-family:Verdana;
font-size:0px;
color:#c7c7c7;
text-align:center;
}
#body_two{
position:relative;
width:211;
height:253;
left: 575;
top: -364;
font-family:Verdana;
font-size:12px;
color:#c7c7c7;
text-shadow: #ffffff 0px 1px;
padding-top:15;
padding-left:25;
}
#footer{
margin-left:2%;
position:relative;
width:810;
top: -329;
text-align:center;
font-family:Verdana;
font-size:11px;
color:#8a8a8a;
}
#logo{
background-image: url('/img/logo.png');
width: 153;
height:60;
position:relative;
left: 450px;
top: 93px;
visibility: visible;
}
Alles anzeigen
Dies möchte ich verlinken:
Das dies zu einem Link führt.
Hoffe ihr habt mich verstanden