Hello, I'm trying to get my header on my site to act as an href for internal url also? is there anything for CSS code? i've looked, cant find anything. I've got the most recent zencart 1.3.8a.
thanks
shadswill
Hello, I'm trying to get my header on my site to act as an href for internal url also? is there anything for CSS code? i've looked, cant find anything. I've got the most recent zencart 1.3.8a.
thanks
shadswill
Expand on what you are trying to doI'm trying to get my header on my site to act as an href for internal url also?
Zen-Venom Get Bitten
Sorry, should have been more detailed... What I am looking for is to use my header/logo as an URL link for a section within my website. So the customer would be able to click on the header and bring them to an ez page I've created. I've looked for some code langauge but am not having any luck... or is it not possible.
#logoWrapper{
background-image: url(../images/Header3.gif);
background-??????????????
height:211px;
width:1080px;
}
www.Luekensliquors.com
Thanks
Chris
Background images can not be linkedWhat I am looking for is to use my header/logo as an URL link for a section within my website. So the customer would be able to click on the header and bring them to an ez page I've created.
The default logo.gif image is linked to the home page in tpl_header.php
To make some part of your background image hot/linkable, you would need to create an image map and make it transparent placing the map details in tpl_header.php file
Google image map
Zen-Venom Get Bitten