Centering af Design

Tags:    html css

<< < 123 > >>
Hej er igang med et design.. og i Firefox blir det centeret.. men i Internet explore gør det ikke?.. ved i hvorfor
her er min kode:

INDEX.HTML
Fold kodeboks ind/udKode 



CSS.CSS
Fold kodeboks ind/udKode 




29 svar postet i denne tråd vises herunder
3 indlæg har modtaget i alt 7 karma
Sorter efter stemmer Sorter efter dato
Den blev da centeret i Internet explore.. men nu fucker den i Firefox :S

www.ziimx.zeekoo.dk/ug



Indlæg senest redigeret d. 05.07.2007 13:44 af Bruger #12020
Prøv at kaste en width ind i din .rammeud
så den kommer til at se sådan her ud:
Fold kodeboks ind/udKode 




NU er den nice i internet explore men Fuck'd i Firefox XD

www.ziimx.zeekoo.dk/ug



Smid lige din css op



den er smidt op.. den får heller ik 100% height? tror du at du kan fixe det

min CSS er her

[code]
/* CopyRight 07/08 Ungnews.eu - Designed by Simon Jensen And Jacob Veile */

html, body {
margin:0px;
padding:0px;
height:100%;
display: block;
}
body {
background-image:url('../images/bg.jpg');
background-repeat:repeat;

font-family:Verdana;
font-size:11px;
}
.ramme, td {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
}


.rammeud{
background-color:#FFFFFF;
border-left:1px solid #5D5D5D;
border-right:1px solid #5D5D5D;
height:auto;
left:50%;
margin-left:-401px;
position:absolute;
text-align:left;
width:800px;
}
}

#top {
width:800px;
height:160px;
margin-right: auto;
margin-left: auto;
background-image: url(../images/logo.jpg);
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #23627f;
}

.contenleft {
width:auto;
height:auto;
float:left;
margin-left:5px;
}

.contenright {
width:96px;
height:auto;
margin-right:5px;
padding:0;
float:right;
border:1px solid #23627f;
}

.venstremenu {
font-family:Tahoma;
font-size:11px;
color:#000;
width: 96px;

}

.højremenu {
font-family:Tahoma;
font-size:11px;
color:#000;
width: 96px;
}

.menu_white {
background-color:#FFFFFF;
height:auto;
}

#menuimage {
background-image:url('../images/menu_image.jpg');
background-repeat:no-repeat;
font-family:Impact;
font-size:13px;
color:#FFF;
text-decoration:none;
width: 96px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #23627F;
}

#middle {
float:left;
width:545px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 25px;
padding: 0px;
background-color:#FFFFFF;
}
#login {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #006699;
float: none;
height: 20px;
width: 800px;
margin-bottom: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #23627F;
padding-top: 5px;
}

.input {
background-color:#EAEAEA;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border:1px solid #CCCCCC;
}

.banner {
width:468px;
border:0px;
height:60px;
position:absolute;
top: 50px;
}

a.links {
text-decoration:none;
color:#006699;
}

a:active.links {
color:#000000;
}

a:hover.links {
text-decoration:underline;
color:#000000;
}

a.admin {
text-decoration:underline;
color:#000000;
}

a:active.admin {
text-decoration:none;
color:#000000;
}

a:hover.admin {
text-decoration:underline;
color: #006699;
}

.boks {
width: 96px;
}




øhm http://ziimx.zeekoo.dk/ug/ fucker da helt nu?
skriv lige når den ser lidt normal ud igen :D



har ik gemt backup xD kan i internet explore 7 er den god



Har du kun ændret i CSS'en?



jah



Virkede det?



<< < 123 > >>
t