Lid |
|
Hej,
ik heb nu al een css file, die groten deels van mijn lay out regelt,
hij zorgt al voor mijn gewone links,
maar rond mijn afbeeldingen zet hij nog steeds een kader, en dit wil ik weg krijgen,
wat moet ik er dan bij zetten?
dit is wat ik momnteel heb
body{
background-image: url(afbeeldingen/Index_11.gif);
background-repeat:repeat-x;
background-attachment:fixed;
}
a:link {
color: red;
text-decoration: none;
font-family: Verdana;
}
a:visited {
color: red;
text-decoration: none;
font-family: Verdana;
}
a:hover {
color: red;
LEFT: 1px;
text-decoration: none;
POSITION: relative;
TOP: 1px;
font-family: Verdana;
}
a:active {
color: red;
text-decoration: none;
font-family: Verdana;
}
body{ background-image: url(afbeeldingen/Index_11.gif); background-repeat:repeat-x; background-attachment:fixed; } color: red; text-decoration: none; font-family: Verdana; } a:visited { color: red; text-decoration: none; font-family: Verdana; } a:hover { color: red; LEFT: 1px; text-decoration: none; POSITION: relative; TOP: 1px; font-family: Verdana; } a:active { color: red; text-decoration: none; font-family: Verdana; }
|