Hi,
I have created some div(s) on a page. Depending on the browser (or may be any other settings) I want to change the width of these div(s).
Now, if I embed style=" blah blah blah...; width:200px" inside div tag, its ok. But I want this 200px to be, say, 220 sometime or 230 or 240 other times. So what I want now to calculate my required width in javascript, put it in a variable and then insert it as width property value like in &{}...
If I am clear is this possible in this manner, if yes how.