Nov 12, 2001 #1 moham Programmer Joined Nov 12, 2001 Messages 13 Location US I am trying to get the horizontal space occupied by a layer whose innerHTML is set dynamically. I do not set the width since the text varies. thanks
I am trying to get the horizontal space occupied by a layer whose innerHTML is set dynamically. I do not set the width since the text varies. thanks
Nov 12, 2001 #2 GIGN Programmer Joined Oct 6, 2000 Messages 1,082 Location NZ object.style.width or object.offsetwidth [bb] Upvote 0 Downvote