I would like to make a transparency for this pages background for IE6 ?
I tried it and get a gray BG in IE.

site :   http://www.rockstar4u.com/index.html

Try this (recognized by IE only):

* html body {
  background: none;
  filter:progid:DXImageTransform.Microsoft.\
    AlphaImageLoader(src='/graphics/musicsheet_1.png',\
    sizingMethod='image');
}

The backslashes (\) show where i've broken the lines for email formatting. Get rid of those.

brian

______________________________________________________________________
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