Solved.
Hello,
Using CSS in XHTML 1.0 Strict, is there a way to dimension a DIV node in a fashion where you specify the top left corner and the bottom left corner?
For example, this works in FireFox 1.5:
but not in IE 6.
Any help is greatly appreciated.
Hello,
Using CSS in XHTML 1.0 Strict, is there a way to dimension a DIV node in a fashion where you specify the top left corner and the bottom left corner?
For example, this works in FireFox 1.5:
Code:
elementName { position:absolute;
left:10pt;
top:10pt;
right:10pt;
bottom:10pt; }
Any help is greatly appreciated.
Last edited:








