ERLEDIGT
JA
JA
ANTWORTEN
3
3
ZUGRIFFE
1667
1667
EMPFEHLEN
-
Hallo,
ich probiere seit mehreren Stunden einen Browsercrossover fehler zu lösen das Problem scheint aber für mein IQ unlösbar zu sein
IE6 interpretiert es wahrscheinlich falsch aber halt so wie ich es möchte alle andere Browser interpretieren es anders.
Link
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <style type="text/css"> .box { width:50%; height:200px; background-color:#000000; } .rechtsunten { width:100%; height:100%; background: url(img/rb.gif) no-repeat bottom right; } .linksunten { width:100%; height:100%; background: url(img/lb.gif) no-repeat bottom left; } .rechtsoben { width:100%; height:100%; background: url(img/rt.gif) no-repeat top right; } .linksoben { width:100%; height:100%; background: url(img/lt.gif) no-repeat top left; padding:10px; } .content { width:100%; height:100%; background-color: #000000; border:1px #CCCCCC solid; } </style> </head> <body> <div class="box"> <div class="rechtsunten"> <div class="linksunten"> <div class="rechtsoben"> <div class="linksoben"> <div class="content"></div> </div> </div> </div> </div> </div> </body> </html>
-
Hi,
versuch es mal folgendermassen.
Die Box hat jetzt eine gesamte minimale Höhe von 200 Pixeln. Weiterhin passt sich das Element demCode :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <style type="text/css"> .box { width: 50%; min-height: 200px; height: auto !important; height: 178px; background-color: #000000; } .rechtsunten { height:100%; background: url(img/rb.gif) bottom right no-repeat; } .linksunten { height:100%; background: url(img/lb.gif) no-repeat bottom left; } .rechtsoben { height:100%; background: url(img/rt.gif) no-repeat top right; } .linksoben { height:100%; background: url(img/lt.gif) no-repeat top left; padding:10px; } .content { min-height: 178px; height: auto !important; height: 100%; background-color: #000000; border:1px #CCCCCC solid; color: #efefef; } </style> </head> <body> <div class="box"> <div class="rechtsunten"> <div class="linksunten"> <div class="rechtsoben"> <div class="linksoben"> <div class="content">Content</div> </div> </div> </div> </div> </div> </body> </html>
Inhalt an.
Vielleicht hilft das weiter.
Ciao
QuaeseVielleicht muss man manchmal vom Weg abkommen, um nicht auf der Strecke zu bleiben!
----
Der "Fortsetzungsroman" auf www.leuteforum.de
New kind to realize large scalable projects with jQuery: jQuery SDK
-
Perfekt, danke viel Mal

Darft ich dich fragen wie lang du dafür gebraucht hast?
-
Hi,
es ging relativ flott - war allerdings nicht das erste Mal, dass ich eine derartige Box gestaltet habe.
Ciao
QuaeseVielleicht muss man manchmal vom Weg abkommen, um nicht auf der Strecke zu bleiben!
----
Der "Fortsetzungsroman" auf www.leuteforum.de
New kind to realize large scalable projects with jQuery: jQuery SDK
Ähnliche Themen
-
padding-top problem
Von Arndtinho im Forum CSSAntworten: 4Letzter Beitrag: 03.11.06, 14:06 -
IE und padding um hr
Von saimoto im Forum CSSAntworten: 5Letzter Beitrag: 15.04.05, 13:49 -
padding-top und padding-bottom Problem
Von kalfany im Forum CSSAntworten: 4Letzter Beitrag: 12.03.05, 13:35 -
Padding-top, Padding-left
Von Fanatico im Forum CSSAntworten: 7Letzter Beitrag: 21.06.04, 16:52 -
padding?
Von WinnyPooh im Forum CSSAntworten: 2Letzter Beitrag: 13.08.02, 11:39






Login





