Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Site Search Style (Discussion: How to change search block's appearance?) |
Site Search Style |
This uCoz's search
How i can make something like this? Can anybody help me? Attachments:
6846076.png
(4.4 Kb)
·
6440089.png
(3.8 Kb)
|
Location: Control Panel -> Customize Design -> CSS. Note: Delete ".searchSbmFl" if you have this code. .queryField {background:url('background-url') repeat;} .queryField {border: 1px solid yellow;} Info: Border styles To right: To left: From top: .searchSbmFl {background:url('background-url') no-repeat;} .searchSbmFl {background:#000000;} .searchSbmFl {border:1px solid #FFFFFF;} Info: Border styles .searchSbmFl {font-size:10pt;color:#FFFFFF;} Info: Colour codes The following codes you can place anywhere and they'll work. You can place them in bars, above the forum, in custom made boxes, anywhere you need them to be.
Quote <form onsubmit="document.getElementById('sfSbm').disabled=true" method="get" style="margin: 0px;" action="/search/"> <table border="0" cellpadding="0" cellspacing="0"><tr><td nowrap="nowrap"> <input name="q" maxlength="30" style="width: 150px;" size="30" value="" class="queryField" type="text"> </td></tr></table> Red - This is width for how wide will be the type-in field. Blue - Button's name. You can re-name it if you want.
Quote <form onsubmit="document.getElementById('sfSbm').disabled=true" method="get" style="margin: 0px;" action="/search/"> <table border="0" cellpadding="0" cellspacing="0"><tr><td nowrap="nowrap"> <input name="q" maxlength="30" style="width: 150px;" size="30" value="Search" onfocus="this.value=''" class="queryField" type="text"> </td></tr></table> Red - This word will appear in type-in field until user clicks inside of it. Attachments:
8177565.png
(2.7 Kb)
·
2166909.png
(2.7 Kb)
[... With uCoz since December 2 2007 ...]
|
Quote <form onsubmit="document.getElementById('sfSbm').disabled=true" method="get" style="margin: 0px;" action="/search/"> <table border="0" cellpadding="0" cellspacing="0"><tr><td nowrap="nowrap"> <input name="q" maxlength="30" style="width: 150px;" size="30" value="Search" onfocus="this.value=''" class="queryField" type="text"> </td></tr></table> Red - Your image url.
Will edit tomorrow with more. Attachments:
3001350.png
(3.2 Kb)
[... With uCoz since December 2 2007 ...]
|
Hello how can i put my search button like this "Search the LBGT world?"
Added (2011-10-20, 8:12 PM) |
My website is cyberq.org ,its a spanish website ,i have a few modules running at the same time in my website and i have in each module its own module search ,How can i make this search bar work only in that spacific module?
|
Im talking about the search bar that Dartz is showing here in this thread Im using module seearch bar but i want to change the style of it
|
sunny,My website is cyberq.org Its still in a editing prosses but its already functioning ,But as you can see it it all working with independent modules ,so it dont require a site search only module search .All i want to do is to modify the module search to a difrent style.I would like your help Thanks Sunny
|
| |||