I've been experimenting with BIR for a while now with little problems. It's especially good for the sites I work on that are likely to be visited by people on dial-up connections. With BIR, the actual text sits there while heading graphics load.

To get it to work with other backgrounds, I just set a z-index of 1 to the body and the wrap that surrounds the fixed-width, centered layout and a z-index of -1 to the H1 span.

You can see it in action at http://rhythm.dummied.net/nea (keep in mind, this site's still very much a work in progress and by no means complete). CSS is at http://rhythm.dummied.net/nea/css/styles- site.css (CSS is also in the pre-clean up stage, so forgive all the untidiness of it).

Chris Vannoy
http://www.dummied.net/
http://rhythm.dummied.net/

On Jul 28, 2005, at 9:21 AM, Steve Clay wrote:

Wednesday, July 27, 2005, 4:54:21 PM, Rebecca Cox wrote:

involves giving a negative z index to the text you want to hide behind a
background image.



This was proposed before and I believe it fails when you place the headings in floated/positioned elements with backgrounds. Problem is, how do you position the text under the heading background, but not under the heading's parent element (and background). Position the heading at z-index:2 and the
text at -1?  Give it a shot?

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to