Click to See Complete Forum and Search --> : Adjusting the Width of JS


Baby Jai
10-10-2003, 02:42 PM
Ok here is the code var fwidth=850 //set scroller width
var fheight=0 //set scroller height , if you look on my main page, this is to wide for the normail viewer at 1024x768. If I set it to 100%, it doesnt do any good as it doesnt show up. I have it in a table and I want it to be the width of whoever is viewing it at their screensize. Any help here would be great

jbergthorson
10-10-2003, 02:54 PM
i am not sure if this is what you want or not, but:

fheight = screen.height - 170;//70 for XP startbar, 100 for nav bar on top
fwidth = screen.width - 20;//20 for scroll bar

jason

Baby Jai
10-10-2003, 02:59 PM
no its not, what im trying to do is make the js file be 100% in the table whether its double lined or not.

Baby Jai
10-10-2003, 03:51 PM
can anyone help me out with this?

jbergthorson
10-10-2003, 04:13 PM
acn you explain what you mean a little more? I don't really get what it is you are trying to do. Be very specific and detailed and people will respond to your posts. if you are vague and unclear people will not know what you mean and ignore it.

jason

Baby Jai
10-10-2003, 04:16 PM
I wasnt clear enough? Ok no big deal i deleted it anyway