Hi thanks for the help its the white near the logo I cant get rid of ?
heres a pic--> in my other thread
the site is running another template till I can sort out the issues
thanks again symmo
Last edited by symmo; 12 Jun 2007 at 07:46 PM.
Thanks thats thats sorted now just to get the white gone near the top and make the site look more PRO.... thanks for the help im very new this!!
the site is live for a few hours while I do work on it then I use my other template during the day :)
www.temp-tattoos.co.uk
any suggestions just let me know thanks
also the site is all spaced nice at the top in FF but in explorer the drop down menu and width is smaller is there a fix for this ?
cheers
Symmo
thanks again
Now just need to sort out the width in IE and I would like the white on all the page to be a lightish grey? dont know where to start?
Thanks again YOU ROCK
Hi!
Well, for the background of the entire site, you can set that in the body tag, like this:
body {
background:#929292 url(../images/site-bg-grey.gif) 0 9em repeat-x;
}
for the white that's behind the products section, you'll need to edit the image that is used there, which is content_bg.gif. It's in the includes/templates/apple_zen/images folder.
Hi jettrue,
Thanks for all your help and sorry that I skim-read the readme file - I hadn't realised that the narrow header layout would give me the effect I was looking for.
I've added it now and it looks perfect on Firefox but is a bit out on IE. See http://www.keela.co.uk.tango.webhoster.co.uk/catalog/
The client also wants the search button replaced by their own graphic with 'go' on it. How can i swap the button for a graphic?
Did you get the IE size thing figured out? For some reason I had to convert the em to px on the #Logo{} part of stylesheet.css...so it went from:
toCode:#logo { width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */ }
and it fixed my logo size problem in IE.Code:#logo { width:305px /* To prevent the logo from resizing, simply delete or comment out this section */ }![]()