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..?
____________________________________
-- free tibet --
|