WEST SIDE CALI KILLERS
 How to make a Search menu - Phpbb3 Only 23104840
WEST SIDE CALI KILLERS
 How to make a Search menu - Phpbb3 Only 23104840
WEST SIDE CALI KILLERS
Would you like to react to this message? Create an account in a few clicks or log in to continue.


HOME OF WSCK CLAN
 
HomeSearchLatest imagesstoreRegisterLog in

Share
 

  How to make a Search menu - Phpbb3 Only

View previous topic View next topic Go down 
AuthorMessage
CSS_Helper
Private
Private
CSS_Helper

Country : USA
Posts : 14
Caps : 15
Times Thanked : 0
Age : 25
Location : Modesto, Ca
Browser : Chrome

 How to make a Search menu - Phpbb3 Only Empty
PostSubject: How to make a Search menu - Phpbb3 Only    How to make a Search menu - Phpbb3 Only I_icon_minitimeTue Aug 07, 2012 8:56 pm

Today I'm going to show you how to make a search menu on this site

[You must be registered and logged in to see this image.]

- Requirements
this code is only for Phpbb3, Sorry

Step 1.

Put this in your CSS Style sheet

Code:
#search-box #keywords {
color: white;
background: #519328;
border-top: 1px solid #569f2b !important;
border: 1px solid #569f2b;
padding: 6px;
width: 150px;
text-shadow:1px 1px 0px #124B79 !important;
height: 17px;
margin-top: -10px;
border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
outline: none;
transition: all 1s;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;}
input#keywords:focus{width:200px !important;outline:none;}
#search input.button2 {display: none;}

See look at that you just got to know CSS to do this

Have a nice day
Back to top Go down
 

How to make a Search menu - Phpbb3 Only

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» (HTML) DROP DOWN MENU
» 8 Games That Would Make You Buy A Vita
» How to Make Images Clickable - bbCode Basics

Permissions in this forum:You cannot reply to topics in this forum
WEST SIDE CALI KILLERS :: Computer Related :: Coding :: CSS-