View Single Post
  #9 (permalink)  
Old May 7th, 2008, 12:35 PM
mehere's Avatar
mehere mehere is offline
Global Sarcasm Mistress

 
Join Date: Mar 2008
Location: Wide Awake In Dreamland
Posts: 113
Thanks: 10
Thanked 21 Times in 19 Posts
Rep Power: 1
mehere is on a distinguished road

Awards Showcase
Microsoft SQL Server Classic ASP 
Total Awards: 2

Default

here's what i currently have ... using your column width of 170 ...
Code:
<style>
.credfont
{
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 4px;
	color: #f00;
}
</style>
<table width="170px" border="1">
<tr>
<td width="170">
	<span style="float:left;">
		<select name="Subjects" id="Subjects" multiple="multiple" size="2">
			<option>Maths</option>
			<option>Science</option>
			<option>PT</option>
			<option>Arts</option>
		</select></span><div class="credfont">( Hold Ctrl key 4 multiple )</div>
</td>
</tr>
</table>
and the attached is what it looks like.
Attached Images
File Type: gif css_todd.gif (2.5 KB, 3 views)
__________________
Quote of the Month:
Strife: As long as we have each other, we'll never run out of problems.

Questions to Ponder:
Should vegetarians eat animal crackers?

iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm")
copyright © 2008 sbenj69
Reply With Quote