Forum Moderators: mack

Message Too Old, No Replies

Change Font Face and Size

Dropdown Menu

         

Shuvi

3:28 pm on Oct 14, 2004 (gmt 0)

10+ Year Member



Here's my code:
<tr>
<td class="homepage">
<select name="PC" size=20>
<cfloop query="allqbs">
<cfoutput>
<option>#Name#</option>
</cfoutput>
</cfloop>
</select>
</td>
</tr>

I can't the class style sheet to work in this dropdown menu. Can anyone help please?

Span

7:14 pm on Oct 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Shuvi, I know nothing about your ColdFusion tags (should they be there?), but the CSS should work :)

td.homepage select {
font:16px "courier new",serif;
}