Ok this works in firefox . flink will change the text color to red when the mouse is over the link.
Code:
<A class="flink" style="cursor:pointer"
onclick="javascript:open.window('somepage.htm,'example')",>
click me, </a>
In IE the text color does not change. Only when I put a href="#" the color will change when the mouse is over. However this is not desirable as when one clicks the link with the href="#" the page scrolls back to the top.! ? What to do?

Last edited by Sarpidon; 10-19-2004 at 09:21 PM..
|