WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   css problem mit ie (http://www.wcm.at/forum/showthread.php?t=198637)

sbd 04.09.2006 13:40

css problem mit ie
 
also mein code schaut im moment so aus:
Code:

div#maxal {
z-index:1;
top:26px;
left:60px;
overflow:hidden;
}

im firefox funktioniert es auch und es scrollt brav mit
im ie jedoch nicht und mit den browserweichn funktioniers auch nicht so ganz wie ichs mir vorstell

tivise 05.09.2006 17:38

Wie rufst du "maxal" im body tag auf?

Hast du eine separate CSS Datei oder implementierst du direkt auf der Website?

sbd 06.09.2006 08:23

also der div container schaut so aus:
Code:

<div id="maxal">[img]Signet-Maxerl.gif[/img]</div>
und es ist eine seperate css datei die mittels
<link href="style2.css" rel="stylesheet" type="text/css">
aufgerufen wird
hab auch sowas versucht:
Code:

#maxal {
position:absolute;
z-index:1;
top:26px;
left:60px;
overflow:hidden;
}

#maxal[id] {
  position: fixed;
}

aber leider auch ohne erfolg

xpla 06.09.2006 09:13

Wer scrollt wo brav mit? Mit overflow: hidden darf kein Browser scrollen ... Sag mal, kannst du mal bitte genauere Angaben machen und auch die Seite zeigen um zu sehen wo dein Problem ist?


Alle Zeitangaben in WEZ +2. Es ist jetzt 04:26 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag