Topic awaiting preservation: Coordinates |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-27-2003 19:13
I was just thinking/wondering (i need to stop doing that) why can't the 0,0 point for X/Y coordinates system that is used for absolute positioning be moved to any where else within the browser window other than TOP/LEFT? For instance why couldn't the browser programmers allow TOP/RIGHT to be the origin for 0,0 and to adjust everything from there you could use for instance -10,10 to place a DIV ten pixels from the right and ten pixels down? Anyone get my drift? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-27-2003 19:31
position:absolute; |
Bipolar (III) Inmate From: Cold Sweden |
posted 01-27-2003 19:33 |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-27-2003 19:39
ahh but what if you want your 0,0 origin to be top/center in the browser window? wouldn't this require a change in the CSS specs? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-27-2003 22:08
Ah. Well, you can always do this: |