[SOLVED] ILife - Search Button Problem

September 08 Joomla Templates
GK User
Fri Jul 17, 2009 11:35 pm
The search button beside the search field doesn't work by clicking it.

http://demo.gavickpro.serwery.pl/joomla15/sep2008/

How can it be solved?

Cheers!
User avatar
Fresh Boarder

GK User
Sat Jul 18, 2009 2:56 am
Hi

Yes, you are absolutely right.

Please, download the following attach file, unpack and follow instructions:

STEP 1 - REPLACE files on mod_seach located on ../templates/gk_ilife/html/mod_search/

STEP 2 - Open style1.css file and replace this code:

Code: Select all
input.mod_search_button, input.mod_search_button:hover{
   background: url('../images/style1/search_button.png') 0 0 no-repeat;
}


with this:

Code: Select all
div.search input.button {
   background: url('../images/style1/search_button.png') 0 0 no-repeat;
   text-indent: -999em;
}


STEP 3
- Open style2.css file and replace this code:

Code: Select all
input.mod_search_button, input.mod_search_button:hover{
   background: url('../images/style2/search_button.png') 0 0 no-repeat;
}


with this:

Code: Select all
div.search input.button {
   background: url('/../images/style2/search_button.png') 0 0 no-repeat;
   text-indent: -999em;
}




DONE ! ;)
User avatar
Platinum Boarder

GK User
Sat Jul 18, 2009 11:42 am
Looks well in Firefox, but in Opera (image text over the button) and IE (symbol over the button) it seems there is a small bug with the CSS.

Cheers!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.