Never mind....I reloaded the file and the 3rd time it worked. Why the after the 3rd time, don't know, but it works now!
Printable View
Never mind....I reloaded the file and the 3rd time it worked. Why the after the 3rd time, don't know, but it works now!
also when I click on a product where there is more than 1 catergory it puts them all in a line on the page like this page -->
http://www.temp-tattoos.co.uk/shop/i...index&cPath=22
and it also does it on the specials page page -->
http://www.temp-tattoos.co.uk/shop/i..._page=specials
Cant find out why?
Thanks in advance
Symmo
www.temp-tattoos.co.uk
Where did this line in your css go to?
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}
My guess is, you didn't want your logo floated left, so you deleted the entire line? :P Add it back, but with #logo, removed.
Since the About Us is not a standard zen cart page, I am not going to add it to the site map page in the download, however, you can do this by opening up includes/templates/YOUR_TEMPLATE/tpl_site_map_default.php and add this wherever you'd like it:
Code:<li><?php echo '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . HEADER_TITLE_ABOUT_US . '</a>'; ?></li>
I actually have the opposite problem as you, Firefox is messed, IE is fine?
Anyway, since you're not using the little striped grey border on the site, remove this section and see if that helps:
#centerColumnOuter {
margin:0 .5em;
width:70em;
height:15px;
}
Then, as for the graphic, I actually use the CSS Buttons contribution:
http://www.zen-cart.com/forum/showthread.php?t=46705
which is really nice.
But if you don't want to go through all of that,you can open up includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search_header.php and make line 17 the same as line 19, and upload a button image here:
/includes/templates/YOUR_TEMPLATE/buttons/english/button_search.gif
I cant remember deleting this but hey its back in the stylesheet now without the #logo, but still they go in a straight line down the page :(
looks strange on my specials page:-
http://www.temp-tattoos.co.uk/shop/i..._page=specials
the links I like at the bottom are like on thias site:-
www.mommyandbabyessentials.com
Take a close look at where you added that css:
.centerColumn {
width:73%;
float:right;
position:relative;
margin-right:1%;
padding:1% 2% 0 2%;
text-align:left;
line-height:1.6em;
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}
}