SOS FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS : Moving the searchbox (phpbb3)

2 posters

Go down

CSS : Moving the searchbox (phpbb3) Empty CSS : Moving the searchbox (phpbb3)

Post by nirupan Sun 12 Oct - 15:45

Open your CSS Stylesheet and copy this :
Code:
#search-box {
    color: #your color;
    position: relative;
    margin-top: your numberspx;
    margin-right: your numberspx;
    display: block;
    float: right;
    text-align: right;
    white-space: nowrap; /* For Opera */
}
variables:
- Margin-top: .... px;
- Margin-right: .... px;
- Margin-bottom:....px;
- Margin-left:...px;

nirupan

Male Number of posts : 8
Age : 32
Location : I 'm in this forum
Humor : I'm all right^^
Registration date : 2008-10-12

http://tamilfriends.forumotion.com/forum.htm

Back to top Go down

CSS : Moving the searchbox (phpbb3) Empty Re: CSS : Moving the searchbox (phpbb3)

Post by ze_chaofan Sun 12 Oct - 16:19

Thank you, I add to the list !
ze_chaofan
ze_chaofan
Admin

Male Number of posts : 9
Age : 30
Location : Nowhere
Humor : Not bad...
Registration date : 2008-10-03

https://sosforum.iftopic.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum