CSS hover on li child

jammed

New Member
I have this CSS Script here\[code\]#social_side_links li:nth-child(3):hover {image}\[/code\]but it does not work....my image does not show up and yes the path is absolutely right...do I need to write this like\[code\]#social_side_links li:hover nth-child(3) {\[/code\]
 
Top