View Single Post
Old 09-18-2012, 07:43 PM   PM User | #3
hcrosex3
New Coder

 
Join Date: Sep 2012
Posts: 32
Thanks: 10
Thanked 0 Times in 0 Posts
hcrosex3 is an unknown quantity at this point
Quote:
Originally Posted by d'Anconia View Post
Depends what you mean by highlight. I'm pretty sure you can just add an event listener for mouseover on whichever image you want to highlight. Once that is triggered then have Javascript give the CSS the value of box-shadow:________ (whatever properties you want). If you wanted to highlight then you most likely would pick a bright color (like yellow).

It's excellent for making stuff look aesthetically pleasing. More info:
http://www.w3schools.com/cssref/css3_pr_box-shadow.asp
I'm looking to create an event for mouse over that will pretty much remove the opacity. Is that possible? I'm not sure how i would tell javascript to change a value in css. That's whats got me confused.
hcrosex3 is offline   Reply With Quote