Hi All,
Thanks for reading. Having some trouble in the style sheet here.
I need to play a sound when hover over left sideboxes categories.
If it helps - this is silverfish with some customization.
Here is the code Im working with.
Thanks in advance,BOF SideBox Content
=================*/
/*
leftbox
*/
#navColumnOne {background: url(../images/bg_sidebox.gif) repeat-y; vertical-align: top;}
#navColumnOneWrapper {}
.leftBoxHeading a:focus {content: url(../sound/camera_click.wav);}
.leftBoxContainer {background: transparent;}
.leftBoxHeading {text-align: center; margin: 0em; background-color: #abbbd3; padding: 0.5em 0.2em;}
h3.leftBoxHeading {font-size: 1.1em; margin: 0em; background-color: #1D5685; background-image:url(../images/bg_leftbox_header.gif); padding: 0.5em 0.2em; color: #ffffff;}
h3.leftBoxHeading a {font-size: 1em; color: #ffffff;}
h3.leftBoxHeading a:hover {color: #FFFF33; text-decoration: none;}
/*
John




