Cursor near the word "STORE" in you header and right clickYou say that you're getting a 404 when you right click in the logowrapper area? Could you explain where that is?
Cursor near the word "STORE" in you header and right clickYou say that you're getting a 404 when you right click in the logowrapper area? Could you explain where that is?
Zen-Venom Get Bitten
Ok got it. Hmmm I'm not sure why I'm getting a 404 either. I'll keep thinking..
Try the same in the blue sky area HERE
That is what you should see but with your image
Zen-Venom Get Bitten
OK, here's a chunk of the code around the logowrapper code, let me know if there's anything wrong there.
LEGEND {
font-weight: bold;
padding: 0.3em;
color: black;
}
LABEL, h4.optionName {
line-height: 1.5em;
padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
margin: 0.5em 0.3em;
}
#logoWrapper {
width:750px;
height:75px;
background-image:url(includes/templates/classic/images/fireworks_banner.jpg);
background-repeat:no-repeat;
}
LABEL.inputLabel {
width: 9em;
float: left;
}
LABEL.inputLabelPayment {
width: 14em;
float: left;
padding-left: 2.5em;
}
Try this instead
You have this and notice the extra dotCode:background-image: url(../images/fireworks_banner.jpg);
Code:background-image:url(.../images/fireworks_banner.jpg);
Zen-Venom Get Bitten
Just did, and it's still not working. Man this thing just doesn't want to work. Oh wait a minute, I did something wrong, let me try that again!
Final edit: Tried it again the right way, but it's still not working.
Last edited by sambo95; 27 Apr 2011 at 04:43 AM.
Nevermind, I added "div" before the # sign and it works! Thank you so much kobra!