Link problem

liunx

Guest
Hello,<br />
<br />
I have a css style description for the links on my page:<br />
<style><br />
<!--<br />
A{text-decoration:none; color: 085CCF;}<br />
A:active{color: #ff0066;}<br />
A:hover {text-decoration:underline; color: #ee0000;}<br />
//--><br />
</style><br />
<br />
It works for usual links, but I'm stucked with a link that should call a javascript function in order to open a new browser window:<br />
<br />
<a OnClick="open_window('win', 'construction.htm', 0, 0, 300, 200, 0, 0, 0, 0, 0);" ><br />
<br />
How can I apply the same style for this link too (onMouseover color change and "hand icon")?<br />
<br />
Thank you,<br />
<br />
orlenok<!--content-->why would you have a link have an onclick anyway.<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascrip: open_window('win', 'construction.htm', 0, 0, 300, 200, 0, 0, 0, 0, 0);" ><!--content-->
 
Back
Top