hab hier ein css design das leider nicht im IE angezeigt wird (korrekt)
im Firefox läufts einwandfrei. Da ich noch nich so viel Ahnung im Bereich CSS habe kann ich leider den Fehler nicht finden.
Hat jemand eine Idee woran es liegen könnte?
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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | <style type="text/css"> * { margin: 0; padding: 0; font-family:Verdana; } html, body { background: #3A424A; background-repeat:repeat; background-position:100px 50%; background-attachment:fixed; } #container { width: 1035px; min-height:1200px; height:1200px !important; /* moderne Browser */ height:1200px; /* IE */ margin: 0px auto; padding: 0; border: 0; } #headbereich { width: 1035px; height: 691px; } #mitte { position: relative; width: 100%; } #inhalt { background: white; margin-left: 270px; margin-right: 17px; margin-top: 5px; min-height:300px; height: 720px; padding: 15px; overflow:auto; } #steuerung { position: absolute; top: 0px; left: 0px; width: 260px; height:750px; background: url(/images/silfer_3_13.jpg); border: 0; min-height:600px; padding-left:10px; } #rand { position: absolute; top: 0px; right: 0px; width: 17px; height:750px; background: url(/images/silfer_2_15.jpg); border: 0; min-height:600px; } #fuss { width: 1035px; height: 68px; } #fusszeile { margin-top: 25px; width: 1035px; height: 25px; font-size: 12px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; </style> <link rel="stylesheet" type="text/css" href="http://silferhosting.eu/gallerystyle.css" /> <!-- Do not edit IE conditional style below --> <!--[if gte IE 5.5]> <style type="text/css"> #motioncontainer { width:expression(Math.min(this.offsetWidth, maxwidth)+'px'); } </style> <![endif]--> <!-- End Conditional Style --> <script type="text/javascript" src="http://silferhosting.eu/motiongallery.js"> /*********************************************** * CMotion Image Gallery- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts * This notice must stay intact for legal use * Modified by Jscheuer1 for autowidth and optional starting positions ***********************************************/ </script> |
Danke schonma