Ido Dekkers wrote:
> for some reason when i use the png fix (with the htc file) the 
> transparancy problem is fixed with no problem.
>
> but....
> the background image is pasted to the left instead of to the right as 
> the css tells it to ?
>   

Ido,

The hacked transparent PNGs in IE are not actual background images, so 
they don't respond to the background-position or background-repeat 
properties. In fact, they don't even tile like background images at all.

If you must have a transparent PNG on the right side of a container, 
your only option is to nest a div, position this div to the right side, 
then place the PNG background on this div.

Alternately, depending on your layout, you could just feed IE6 and lower 
GIFs and let them have a slightly less pretty experience.

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu


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

Reply via email to