Preserved Topic: communicating with the body margin... |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: there...no..there..... |
posted 01-25-2002 17:47
I have searched through the archives and can't find anything relating to this so I appologize if already been discussed, but... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-25-2002 20:23
document.body.style.margin = "whatever px" |
Maniac (V) Inmate From: there...no..there..... |
posted 01-25-2002 20:24
Thanks |
Maniac (V) Inmate From: there...no..there..... |
posted 01-28-2002 17:16
OK, that worked OK but now I need to get the top margin only. I have tried margin.top, margin-top and just top, but nothing seems to give me what I need. Any suggestions? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-28-2002 17:21
a CSS property |
Maniac (V) Inmate From: there...no..there..... |
posted 01-28-2002 19:25
Thanks for the info. That will help me greatly! |