Zen Cart Logo
Forums / General Questions / Need some help with my header

Need some help with my header

Locked

Views: 1,033

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
1 Feb 2008, 8:50 PM
#1
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Need some help with my header

http://www.canemasters.com

I've decided to increase my pages width to 900px. I need to take the white area around my flash header, and make it all black. Any ideas how?

I'm calling up the flash in the header in the tpl_header.php file like this:

<div id="logoWrapper"> <center> <script type="text/javascript" src="includes/templates/canemasters/jscript/swfobject.js"></script> <object type="application/x-shockwave-flash" data="includes/templates/canemasters/images/flash/header.swf" width="800" height="185" align=""> <param name="movie" value="includes/templates/canemasters/images/flash/header.swf" /> <img src="includes/templates/canemasters/images/header.jpg" border="0" width="800" height="185" ISMAP USEMAP="#headermap"/></object> </center>

Is it possible to include some code in that to set the background color?

I tried to add " color: #ffffff; " to the #headerWrapper area of the css, but it didn't do the trick.

Thank you.

1 Feb 2008, 9:07 PM
#2
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Need some help with my header

Okay, I figured out the area I wanted to edit was the #logowrapper section in the stylesheet.css, so I took logowraper out of the

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #logowraper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

section, and set it by itself.

Now however, I'd really like to get rid of the white bar below my header.

Any ideas?

Thank you.

2 Feb 2008, 3:32 AM
#3
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Need some help with my header

I know I read it earlier today and did it to one of my sites, this is what I did, try it.

In your stylesheet.css

.centerColumn,
padding-top:0px;

.leftBoxContainer, .rightBoxContainer {
margin:0em 0em 1.2em;

2 Feb 2008, 6:35 PM
#4
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Need some help with my header

Thank you again! :clap: