tags:

views:

26

answers:

1

refer to http://jqueryui.com/ and using IE debugger, you can see image html_bg.png on HTMl level and body_bg.jpg on body level. I have been trying to make the same concept where body_bg.jpg is always on top of html_bg.png but no luck. The html_bg.png is always on top. any ideas?

A: 

Hello. Try to set proper z-index on one of those tags styles.

ŁukaszW.pl
the image is part of the background attribute (background: url(../images/body_bg.jpg) no-repeat center top) and I believe the z-index cannot be applied to the background attribute
Sure.. but I think that it's not only background but whole html element is covering the body element in this case..
ŁukaszW.pl
well.. the body element has a little background which is sitting on the top left corner and the HTML element background will be covering the rest of the page (without covering the body element background)