A button for the search form - Joomla! Forum - community, help and support
i use dreamweaver extension create layouts; however, when insert search box notice button isn't included submit search. yes, can hit enter, don't know if of users realize that. there way convert image button submit search?
i believe can via css...you need know div search module published. instance, if published div id "search":
#search input .button{
background-image: (../images/yourimage.png) no-repeat 0 0;
}
i prefer keep customizable text on image, lets background image whatever want.
#search input .button{
background-image: (../images/yourimage.png) no-repeat 0 0;
}
i prefer keep customizable text on image, lets background image whatever want.
Comments
Post a Comment