Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Forcing the font case in a search form
Old 04-29-2009, 07:03 PM Forcing the font case in a search form
Skilled Talker

Posts: 54
Name: Fred
Trades: 0
I'm using the code below to create a search form for my blog.

Is there anything I can add to this to force an uppercase font when the user type their search word? I've tried text-transform: uppercase; but this didn't work.

Quote:
<form id="searchthis" action="/search" style="DISPLAY: inline" method="get"><input id="search-box" style="BORDER-RIGHT: #555555 1px solid; BORDER-TOP: #555555 1px solid; FONT-SIZE: 9px; MARGIN: 0px 0px 0px 0px; COLOR: #333333; BORDER-LEFT: #555555 1px solid; ; BORDER-BOTTOM: #555555 1px solid; padding: 2px;" value="SEARCH" name="q" onclick="this.value=&quot;&quot;;" size="25" type="text/"/></form>
Thanks in advance.
Billy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-29-2009, 07:56 PM Re: Forcing the font case in a search form
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
Try

Code:
<form id="searchthis" action="/search" style="DISPLAY: inline" method="get"><input style="text-transform: 

uppercase; BORDER-RIGHT: #555555 1px solid; BORDER-TOP: #555555 1px solid; FONT-SIZE: 9px; MARGIN: 0px 0px 0px 

0px; COLOR: #333333; BORDER-LEFT: #555555 1px solid; ; BORDER-BOTTOM: #555555 1px solid; padding: 2px;" 

value="SEARCH" name="q" onclick="this.value=&quot;&quot;;" size="25" type="text/"/></form>
It should work. It works for me
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 04-29-2009, 08:07 PM Re: Forcing the font case in a search form
Skilled Talker

Posts: 54
Name: Fred
Trades: 0
Fantastic, konetch! That worked a treat. Thank you very much indeed.
Billy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Forcing the font case in a search form
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.37915 seconds with 12 queries