D
Daniel
Good afternoon,
I have been asked to take over a website. whomever designed it used an
applet at the bottom of the index.htm
***
<APPLET codeBase=./ height=24 width=375 code=fphover.class>
<PARAM NAME="effect" VALUE="bevelIn">
<PARAM NAME="color" VALUE="#669999">
<PARAM NAME="hovercolor" VALUE="#FFBEBE">
<PARAM NAME="textcolor" VALUE="#FFFFFF">
<PARAM NAME="url" VALUE="calendriers/calendrier2.png">
<PARAM NAME="text" VALUE="Cliquez ici pour voir le calendrier des activités">
</APPLET>
***
My problem/question is the fact that when the image 'calendrier2.png' is
loaded IE redimensions it to make it fit the entire image within the active
window. I do not want this. Is there a way to leave it display at it's full
dim? Yes I realize that if you leave your cursor on the image an icon
appears allowing one to expand the image. however, the users of the website
have limited to no abilities and even this step is too complexe, hence the
reason I was asked to resolve the matter. basically I need the image to be
displayed as if every user expanded the image to it's fullest.
Thank you,
Daniel
I have been asked to take over a website. whomever designed it used an
applet at the bottom of the index.htm
***
<APPLET codeBase=./ height=24 width=375 code=fphover.class>
<PARAM NAME="effect" VALUE="bevelIn">
<PARAM NAME="color" VALUE="#669999">
<PARAM NAME="hovercolor" VALUE="#FFBEBE">
<PARAM NAME="textcolor" VALUE="#FFFFFF">
<PARAM NAME="url" VALUE="calendriers/calendrier2.png">
<PARAM NAME="text" VALUE="Cliquez ici pour voir le calendrier des activités">
</APPLET>
***
My problem/question is the fact that when the image 'calendrier2.png' is
loaded IE redimensions it to make it fit the entire image within the active
window. I do not want this. Is there a way to leave it display at it's full
dim? Yes I realize that if you leave your cursor on the image an icon
appears allowing one to expand the image. however, the users of the website
have limited to no abilities and even this step is too complexe, hence the
reason I was asked to resolve the matter. basically I need the image to be
displayed as if every user expanded the image to it's fullest.
Thank you,
Daniel