Visa ett inlägg
Oläst 2005-08-08, 12:23 #8
Charlie Charlie är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Jul 2004
Inlägg: 701
Charlie Charlie är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Jul 2004
Inlägg: 701
Då kan du lägga a innanför exempelvis en div

div a {
background:url(images/bild.jpg);
background-repeat:no-repeat;
height:60px;
width:400px;
display:block;
}

<div>

</div>

Anledningen är att du inte vill att alla länkar ska drabbas.
Dessutom borde Mambo tillåta att man åtminstone ger Div-taggen ett id och då blir det ännu bättre:

#bild a {
background:url(images/bild.jpg);
background-repeat:no-repeat;
height:60px;
width:400px;
display:block;
}

<div id="bild">

</div>
Charlie är inte uppkopplad   Svara med citatSvara med citat