Hey,
Why not just apply the png transparency style to the areas that need
them, rather than blanketing the statement and trying to subtract?
This might work out easier. forgive me if i misunderstood your
question at all!

Thanks!
Tim
IM: TymArtist

On 10/31/07, Mark Senff <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> Here's one of those stupid problems again.... Let's say my DIV structure is
> like this:
>
> <div id="mainBlock">
>      <div id="menuBlock">menu goes here, blablabla</div>
> </div>
>
> For a specific reason, I want to use a PNG file with alpha transparency as
> the background of the main block. To make that work in IE6, I used a method
> that includes this .HTC file, which is this line in my CSS file
>
> div#pageBlock {behavior: url('/iepngfix.htc');}
>
> However, for the menu block, I do NOT want to use that behavior (since it's
> with mouseover/hovers and dropdowns and Suckerfish and all, it doesn't work
> if that particular behavior is applied to it). How do I override it again
> with the default behavior so that for the menu DIV, it will NOT use the
> iepngfix.htc? Is that at all possible....?
>
> Thanks many,
> mS
>
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>

-- 
Sent from Gmail for mobile | mobile.google.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to