Problemer med style i IE
Godmorgen alle sammen.Jeg har lavet en hjemmeside, og designet den i divs, det hele ser perfekt ud i firefox, men i internet explorer, ligner det, jeg ved ikke hvad.
www.hypnosesilkeborg.dk
Prøv og åben i Firefox og Internet explorer, og se forskellen.
Hvad kan være galt?
style.css:
/*Nulstilling af alt*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
margin: 0;
padding: 0;
border: 0;
border: none;
outline: 0;
vertical-align: baseline;
}
body {
background-color: #0042a5;
}
#ramme {
height: 700px;
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#logo {
position:absolute;
background-image: url(images/top.png);
height: 500px;
width: 700px;
z-index:1;
}
#menu {
position:relative;
z-index:2;
top:200px;
float: left;
height: 600px;
width: 210px;
}
#content {
position:relative;
z-index:2;
top:200px;
float: left;
height: 600px;
width: 700px;
margin-left:20px;
}