WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   css mit IE6 oder 7 (http://www.wcm.at/forum/showthread.php?t=207178)

weev 05.01.2007 21:22

css mit IE6 oder 7
 
hi forum,
ich möchte eine div box mit fixer top-, left-, right- und bottom-width basteln. tja im firefox funktioniert das auch, aber im ie (welch wunder) nicht. hier ein schnipsel:

HTML: im quirks mode...

CSS:
#mainContent{
position:absolute;
top: 200px;
left: 194px;
right: 32px;
bottom: 80px;
overflow: auto;
width: expression((parseInt(document.documentElement.clie ntWidth)-226)+'px');
height: expression((parseInt(document.documentElement.clie ntHeight)-232)+'px');
}

lieg ich da komplett falsch oder wie oder was..?


Alle Zeitangaben in WEZ +2. Es ist jetzt 06:32 Uhr.

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