Ämne: Länkproblem
Visa ett inlägg
Oläst 2005-05-13, 08:42 #2
Davves avatar
Davve Davve är inte uppkopplad
Klarade millennium-buggen
 
Reg.datum: Feb 2004
Inlägg: 3 267
Davve Davve är inte uppkopplad
Klarade millennium-buggen
Davves avatar
 
Reg.datum: Feb 2004
Inlägg: 3 267
Klipper in css koden här, för det är då man blandar in den som det strular:

Citat:
body {
margin-left: 220px;
margin-top: 30px;
background-image: url(img/rutor.jpg);
background-color: #FFFFFF;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #C59810;
}
a:active {
text-decoration: none;
color: #000000;
}
#header {
background-image:url(img/header.png);
width: 613px;
height: 50px;
text-align: left;
}
#header p {
margin-left: 40px;
}
#content {
float: left;
width: 820px;
margin-top: 20px;
margin-left: -190px;
}
#brd {
float: left;
margin-left: 7px;
border-left: 1px dashed #CCCCCC;
border-right: 1px dashed #CCCCCC;
border-bottom: 1px dashed #CCCCCC;
}
#ctop {
background-image: url(img/c_top.png);
width: 601px;
height: 19px;
}
#meny {
margin-top: 20px;
margin-right: 20px;
float: left;
width: 185px;
height: 181px;
background-image: url(img/left.png);
}
#meny p {
margin-top: 35px;
margin-left: 15px;
}
#logo { background-image:url(img/logo.png); width: 213px; height: 29px; margin-top: -12px; margin-right: 30px; }
Länkarna som inte fungerar ligger inom "header" och "meny"

Ser ni nå¨t fel direkt varför det inte skulle fungera?
Davve är inte uppkopplad   Svara med citatSvara med citat