Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Site Search Style (Discussion: How to change search block's appearance?) |
Site Search Style |
Ok im really sorry for not explaining my self right,Sunny
Im talking about modifing the module search bar,not the site search bar like the one they have at the begining of this thread Because I tried the one they give at the bigining of this thread but this one searches my whole website,so it dont work for my website cyberq.org |
Well what Im looking for is to place the search botton to the right side of the bar not under it ,and change the botton length
Iv could adjust it if I wouldv had the script,But I dont Know how to prepare scripts ,all I know is how to modify them So If I had a script I could fit it right for my website,specialy the size of the bar and the position of the search botton |
carloscompu, try this code:
Code <div style="padding-left: 75%;"><form onsubmit="this.sfSbm.disabled=true" method="get" style="margin:0" action="/search/"><div align="center" class="schQuery"><input type="text" name="q" maxlength="30" size="20" class="queryField" /></div><div align="center" class="schBtn"><input type="submit" class="searchSbmFl" name="sfSbm" value="Find" /></div></form></div> I'm not active on the forum anymore. Please contact other forum staff.
|
Is this for module search only or sight?
|
carloscompu, sorry, that's the site search code. Here is the module search:
Code <div style="padding-left: 75%;"><form onsubmit="this.sfSbm.disabled=true" method="post" style="margin:0px" action="/$MODULE_ID$"><div align="center" class="schQuery"><input type="text" name="query" maxlength="30" size="20" class="queryField" /></div><div align="center" class="schBtn"><input type="submit" class="searchSbmFl" name="sfSbm" value="Find" /></div><input type="hidden" name="a" value="14" /></form></div> I'm not active on the forum anymore. Please contact other forum staff.
|
Can I modify this code to add a drop box of the content while the user is typing the letters
Post edited by carloscompu - Friday, 2012-10-19, 8:44 PM
|
Im having prob with this code intead of sending me to the search page its showing this in a difrent page:
<ajax> <cmd p="content"> <![CDATA[ <div style="padding-top:10px" class="myWinError">Acceso prohibido. El período de la sesión expiró.</div> ]]> </cmd> <cmd p="js"> <![CDATA[ document.getElementById('ldF18').disabled = false; ]]> </cmd> </ajax> Is there any modification to do to this code so it can work properly in my page? Heres the link: http://cyberq.org/load Thanks |
carloscompu, use the following code:
Code <form onsubmit="this.sfSbm.disabled=true" method="post" style="margin:0px" action="/$MODULE_ID$"><div align="center" class="schQuery"><input type="text" name="query" maxlength="30" size="20" class="queryField" /></div><div align="center" class="schBtn"><input type="submit" class="searchSbmFl" name="sfSbm" value="Buscar Post" /></div><input type="hidden" name="a" value="18" /></form> I'm not active on the forum anymore. Please contact other forum staff.
|
This code reloads the page it dont take me to the module search page
|
Its working because Im using the original code$module Search$ so that I wont have probs with users searching my webpage overnight.But when I installed the code it just reloaded the current page
|
| |||