Hey,
I've got this code:
<html>
<head>
<style>
a{cursor:hand;t ext-decoration:none ;font-size=10pt;font-family:Verdana; }
a:hover{cursor: hand;text-decoration:unde rline;}
</style>
</head>
<body>
<a href="" onClick=openR() >link1</a><br>
<a onClick=openR() >link2</a><br>
</body>
</html>
And I'm wondering why on the first link the css is working fine and on the
second one fails.
Anyone know's?
thnx,
I've got this code:
<html>
<head>
<style>
a{cursor:hand;t ext-decoration:none ;font-size=10pt;font-family:Verdana; }
a:hover{cursor: hand;text-decoration:unde rline;}
</style>
</head>
<body>
<a href="" onClick=openR() >link1</a><br>
<a onClick=openR() >link2</a><br>
</body>
</html>
And I'm wondering why on the first link the css is working fine and on the
second one fails.
Anyone know's?
thnx,
Comment