posted 16 years ago
hai
I fixed list box width to 130px,
But if the option width is more than 130px, How to see that opton events(like onMouseOver)
ex
<html>
<head>
</head>
<style>
.SubTests2 {
WIDTH: 80px;
}
</style>
<body>
<form name="form1" method="post" action="" >
<select name="select" class="SubTests2" >
<option value="1">www.yahoo.com</option>
<option value="2">www.google.com</option>
<option value="3">www.javaranch.com</option>
</select>
</form>
</body>
</html>
Help me,
Thanks in advance