|
-
Jun 27th, 2001, 01:08 PM
#3
Fanatic Member
You can try this though:
****************************************************
<html>
<head>
<title></title>
<style TYPE = "text/css">
.category{background-color:blue;color:white;}
</style>
</head>
<body>
<form NAME = "frmSelect">
<select name="Test" size="1">
<option value="This one is BOLD" CLASS = "category">This one is BOLD</option>
<option value="This one is NOT">This one is NOT</option>
<option value="This one is NOT">This one is NOT</option>
<option value="This one is BOLD" CLASS = "category">This one is BOLD</option>
<option value="This one is BOLD" CLASS = "category">This one is BOLD</option>
</select>
</form>
</body>
</html>
****************************************************
You can change the background color and font color in the select boxes.
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|