Hej, jeg har et problem, jeg har et billed som der er en border rundt om, og jeg kan bare ikke få det væk :/, i kan se det på dette billed
http://img176.imageshack.us/my.php?image=imgrl1.jpg(det er på det billed med huset)
istarten nulstiller jeg alle tags ( de fleste), og så har jeg lavet en img {} hvor jeg også nulstiller borderen, men virker ikke
Her er min CSS kode
html, body, img, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0px;
padding: 0px;
border: 0px;
cursor:default;
}
img {
border:0px;
}
a:visited {
text-decoration: none;
color: #979ba1;
cursor:default;;
}
a:hover {
text-decoration: underline;
color: #8a959d;
cursor:default;
}
a:active {
text-decoration: none;
color: #8a959d;
cursor:default;
}
}
body {
width: 350px;
background-color: #DEDDE2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #979ba1;
cursor:default;
}
.code {
border: 1px solid #979ba1;
background-color: #eaf0f8;
font-family: lucida sans unicode;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: underline;
color: #979ba1;
cursor:default;
}
h2 {
color: #979ba1;
cursor:default;
}
td {
text-align: left;
vertical-align: top;
cursor:default;
font-size: 11px;
}
a:link {
text-decoration: none;
color: #979ba1;
cursor:default;;
}
a:visited {
text-decoration: none;
color: #979ba1;
cursor:default;;
}
a:hover {
text-decoration: underline;
color: #8a959d;
cursor:default;
}
a:active {
text-decoration: none;
color: #8a959d;
cursor:default;
}