Jump to content

background image to the Div header, not appear at all...


Recommended Posts

Good morning,

I am getting crazy with this for two days, I dont know I cannot simply assign a background to the



seems to be a problem with the position of the DIV, using firebug and clicking on it, firefox doesnt mark where that div is located. I tried to set the css tag position:absolute and then finally appears on top but I dont want that, I need to set the position to relative as it is now.
could someone point me where my problem is? what am I missing?

http://v2.muertosdearte.com/


thanks a lot.
Link to comment
Share on other sites

Hi YaKs,

I think it may be a CSS issue : the header div does exist, but does not appear (height=0px...)
Add in your CSS the following rule and test :

div#header
{ background-image: none;
background-color:Green;
height:300px;
}

You should see it ! Then adjust the height to your background image height, and you should be able to delete the code in your header...
Hope it helps, tell me !

PS: Great images on your site, go on !

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...