of course there is always a way! But first I want to know a few things..
why are you using a <span /> in that way? Cause it doesn't do anything... (I'm debugging with a FireFox plugin FireBug.. I can disable css styles and by doing this with your span I can't see any changes...) and I'm not sure it's allowed to use it as a single tag....cause usually you use it to change a few words in a sentence for examlple like: Hi my name is <span class="style">Donald Duck</span> bla bla
Also try to change the #header_top.home css style into:
#header_top.home {
background-image:url(images/header_blue.jpg);
background-repeat:no-repeat;
}
just for testing purposes
Let me know if something happened....
__________________
The Eagle Soars Above You!
Please login or register to view this content. Registration is FREE
|