I would like to know if it's possible to change the alpha (transparency) property of an image when I point on it with the cursor. What objects or properties should I have a look at? Have you seen some examples of it? thanks
You're probably better off looking for a javascript function to do this as it will have to be done client side. Try asking in the javascript forum (forum216).
hallo ca8msm,
actually I have a javascript function that does this job, but it doesn't work in aspx pages with smartnavigation enabled, so i was thinking that maybe if I do everything by using visual basic there wouldn't be any problem.
Any VB.NET code that you write will run on the server and your problem is that you want to use a event that happens client-side (i.e. on the clients browser).
If you have a javascript method that works without smartnavigation, why don't you just turn it off (you can always implement your own version as there are a number of alternatives you can use to provide the same functionality).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.