Vil ikke bruge stylesheet...
Hej Eksperter!Jeg er ved at lave en hjemmeside for en ven, men siden vil ikke bruge mit stylesheet, eller også så har jeg lavet en stor fejl...
Er der nogen der kan se en fejl i denne css kode????:
body {
width: 100%;
min-width: 980px;
background-image: url('/uploads/NordBasensRaadgivning/bg-img.gif');
background-repeat: no-repeat;
background-position: center top;
}
html {
overflow-y: scroll;
overflow-x: hidden;
}
bg-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
min-width: 980px;
background-image: url('/uploads/NordBasensRaadgivning/bg.jpg');
background-repeat: no-repeat;
background-position: center top;
}
repeat {
position: absolute;
left: 0;
top: 0;
min-width: 980px;
background-image: url('/uploads/NordBasensRaadgivning/repeat.jpg');
background-repeat: repeat-y;
background-position: center top;
}
bottom {
position: absolute;
bottom: 0;
width: 100%;
min-width: 980px;
height: 54px;
background-image: url('/uploads/NordBasensRaadgivning/bottom.jpg');
background-repeat: no-repeat;
background-position: center bottom;
}
nbr {
position: absolute;
top: 50px;
}
header {
position: absolute;
top: 200px;
left: 600px;
}
menu {
position: absolute;
top: 330px;
left: 600px;
}
content {
position: absolute;
top: 400px;
left: 600px;
width: 800px;
}
sidebar1-head{
position: absolute;
top: 200px;
left: 810px;
width: 350px;
height: 50px;
}
sidebar1{
position: absolute;
top: 250px;
left: 810px;
width: 350px;
height: 200px;
}
sidebar2-head{
position: absolute;
top: 330px;
left: 810px;
width: 350px;
height: 50px;
}
sidebar2{
position: absolute;
top: 400px;
left: 810px;
width: 350px;
height: 300px;
}
footer {
position: absolute;
bottom: 150px;
}
Håber I kan hjælpe mig!
Mvh.
Christoffer
