Page 1 of 1

Creating new buttons, can't link.

Posted: Sat Jul 19, 2008 5:12 pm
by DaveBunny
Hi,

I've created some new buttons in the search bar. However I can't get them to link or even show up as a link when you hover over.

The code i'm using is in layout.tpl:

Code: Select all

 <div id="bar">
  
  <div id="homebut"><a href="index.php?controller=home"><img src="catalog/template/default/image/home_but.gif"></a> </div>

</div>
  
Any ideas? Many thanks,

Dave

Re: Creating new buttons, can't link.

Posted: Fri Jul 25, 2008 6:45 pm
by DaveBunny
Fixed now.

Was a simple CSS problem, I set poitioning to relative and it worked fine. :P