Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
15.08.2004, 12:17
scus



ich hab ein seltsames problem mit meiner seite: http://www.scus.net/html
im mozilla schauts so aus: http://www.scus.net/mozilla.jpg (so sollte es aussehen)
im opera aber schauts so aus: http://www.scus.net/opera.jpg

die dazugehörigen *.css:
Quellcode:basic.css:
body {
    font: 8pt/10pt Verdana, sans-serif;
    color: #333333;
    
    background: #555555;
    margin: 0px;
    padding: 0px;
}

p {
    font: 8pt/10pt Verdana, sans-serif;
    margin: 0px;
    text-align: justify;
    color: #333333;
}

h3 {
    font: bold 8pt Verdana, sans-serif;
    margin: 0px 0px 2px 0px;
    color: #333333;
}

img {
    border: 0px;
    margin: 0px;
}

a:link {
    font-weight: bold;
    text-decoration: none;
    color: #555555;
}

a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #555555;
}

a:hover, a:active {
    font-weight: bold;
    text-decoration: underline;
    color: #555555;
}

input, select, textarea {
    font: 8pt/10pt Verdana, sans-serif;
    margin: 0px;
    text-align: justify;
    border: 1px solid;
}
Quellcode:div.css:
#container {
    margin: 0px auto;
    padding: 0px;
    width: 320px;
    overflow: visible;
}

#h {
    background: url("http://www.scus.net/html5/img/header.jpg") top left;
    width: 100%;
    height: 155px;
    margin: 0px;
    
    overflow: hidden;
  
    /* border: thin solid; */
}

#hnav {
    width: 80px;
    height: 70px;
    margin: 60px 30px 25px 210px;
}

#c {
    background: url("http://www.scus.net/html5/img/content.gif") top left;
    margin: 0px;
    width: 100%;
  
    overflow: visible;
  
    /* border: thin solid; */
}

#cleft {
    margin: 0px 9px 0px 15px;
    width: 190px;
}

#cright {
    margin: 0px 30px 0px 5px;
    width: 80px;
    float: right;
}

#f {
    background: url("http://www.scus.net/html5/img/footer.gif") top left;
    width: 100%;
    height: 40px;
    margin: 0px;
    
    overflow: hidden;
  
    /* border: thin solid; */
}

#fmain {
    width: 290px;
    height: 12px;
    margin: 14px 15px;
}

#s {
    background: url("http://www.scus.net/html5/img/content.gif") top left;
    width: 100%;
    height: 1000px;
    margin: 0px;
  
    /* border: thin solid; */
}

#sleft {
    margin: 0px;
    width: auto;
}

#sright {
    margin: 0px;
    width: auto;
}
was seltsam ist, ist dass wenn ich die border attribute auskommentiere, funktioniert es, nur dass ich dann die linien da hab, die ich aber nicht da haben will. sogar im ie sind die lücken nicht da... das ganze ist xhtml strict, die css dateien sind auch valid

woran kann das liegen?

--

sincères amitiés scus
--
Tand, Tand ist das Gebilde von Menschenhand

zum Seitenanfang zum Seitenende Profil || Suche
001
15.08.2004, 13:15
CN



wenn das alles valid is, melde das als bug bei opera
is mir auch mal mit.. konqueror passiert, wurde aber anscheinend mit der nächsten version gefixt

--

zum Seitenanfang zum Seitenende Profil || Suche