chelentano
09-30-2003, 07:28 PM
Is there way to change parameter of body tag from
scroll="no"
to
scroll="yes"
depending on screen resolution?
For instatnce, if screen res. 1024x768 and above use scroll="no" ,
otherwise use scroll="yes"
Sample body tag I would be using:
<body onLoad="init();EH_preloadImage('../definit.gif','../feedback.gif','../graphics/at_image.gif','../menu_over.gif','../../graphics/back_over.gif')" bgcolor="#003084" scroll="no">
Thia is for IE5+ only.
Thank you very much for any ideas.
scroll="no"
to
scroll="yes"
depending on screen resolution?
For instatnce, if screen res. 1024x768 and above use scroll="no" ,
otherwise use scroll="yes"
Sample body tag I would be using:
<body onLoad="init();EH_preloadImage('../definit.gif','../feedback.gif','../graphics/at_image.gif','../menu_over.gif','../../graphics/back_over.gif')" bgcolor="#003084" scroll="no">
Thia is for IE5+ only.
Thank you very much for any ideas.