modify search box in mod_search

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jan 13, 2011 2:17 am
Is thera a way to add a bacground in search box in mod_search and also change the image button?


thanx in advance
User avatar
Junior Boarder

teitbite
Thu Jan 13, 2011 2:22 am
Hi

You can make it with css code. For search field:

input#mod_search_searchword {
background:transparent url(LINK_TO_IMAGE) no-repeat 0px 0px;
}

div.search input.button {
background:transparent url(LINK_TO_IMAGE) no-repeat 0px 0px;
}


But probably You will have to remove the style You have right now because it can cover the background.
User avatar
Moderator


cron