Search
4 posters
Page 1 of 1
Search
How can I make my search like this one in this forum ? I mean how to make this beautiful transiction while it's width increases and decreases...
Thank you in advance !!
Thank you in advance !!
Last edited by sgeorge on January 24th 2012, 1:15 pm; edited 1 time in total
sgeorge- Forumember
- Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece
Re: Search
aaronz wrote:please show me the forum
This one,Forumotion Help Board
sgeorge- Forumember
- Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece
Re: Search
https://help.forumotion.com
Here here !!! In this forum you are posting... Just below on the right side... Look on the header part
Here here !!! In this forum you are posting... Just below on the right side... Look on the header part
sgeorge- Forumember
- Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece
Re: Search
xiaomah01 wrote:aaronz wrote:did you mean keywords?
i think her mean the seach bar
exactly
sgeorge- Forumember
- Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece
Re: Search
sgeorge wrote:How can I make my search like this one in this forum ? I mean how to make this beautiful transiction while it's width increases and decreases...
Thank you in advance !!
This is the code:
- Code:
<form class="forum-search" action="/search" method="get">
<input class="post" type="text" placeholder="Cautare" size="16" id="search_keywords" name="search_keywords" />
<input class="button2" type="submit" value="{L_SEARCH}" />
<input type="hidden" name="search_where" value="f{FORUM_ID}" />
</form>
Guest- Guest
Re: Search
Thank's but this does not have this transiction on increasing/decreasing ths width !
sgeorge- Forumember
- Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece
Re: Search
It got removed... Do you remember it how it was ?
sgeorge- Forumember
- Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece
Re: Search
sgeorge wrote:It got removed... Do you remember it how it was ?
Like this maybe ; )
http://forum.forumactif.com/
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Search
Nera. wrote:sgeorge wrote:It got removed... Do you remember it how it was ?
Like this maybe ; )
http://forum.forumactif.com/
Yes !!! Exactly !!! Please can you help me create it ?
sgeorge- Forumember
- Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece
Re: Search
I'm not sure are we allowed to share it : /
Firstly the focus is made bigger (that's when you put your mouse in the bar):
And than the slow movement is made by CSS:
#search #keywords {
-moz-transition-duration: 1s;
}
You could do it with any search bar.
Firstly the focus is made bigger (that's when you put your mouse in the bar):
- Code:
#search #keywords:focus {
width: 250px;
}
And than the slow movement is made by CSS:
#search #keywords {
-moz-transition-duration: 1s;
}
You could do it with any search bar.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Search
Ok thank's Solved This was enough to give me a boost !
sgeorge- Forumember
- Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece
Re: Search
Topic Solved & Locked |
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Neither search nor advanced search works. How to solve?
» How do I remove "Search Google" from "Advanced Search"?
» Any way to replace the search tab with an actual search bar? SOLVED
» write Search.. in search box
» Search
» How do I remove "Search Google" from "Advanced Search"?
» Any way to replace the search tab with an actual search bar? SOLVED
» write Search.. in search box
» Search
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum