This is not practical if attempting to find a general solution to this problem.
The area to be disabled may contain H1,H2's etc with background colors and 
font-text
or who knows what.  I'm not really ready to concede to styling every element
within the main container.

Unfortunately I can't host the actual html but I've taken a screenshot of how 
the
markup renders in every browser but IE6/IE7 using an absolutely positioned 
element
on top of area to appear inactive using an opacity value.

http://yfrog.com/58overlayg

Notice how nice and disabled area looks, it actually looks "disabled".

Cheers,
Jer

-----Original Message-----
From: Thierry Koblentz [mailto:n...@tjkdesign.com]
Sent: Tuesday, September 29, 2009 2:04 PM
To: Jeremy Ferrante; css-d@lists.css-discuss.org
Subject: RE: [css-d] IE6/IE7 Section Overlay Issues

> Yes "bleed" is the terminology I was looking for.  I'm really not looking
to
> apply
> custom classes to every element that may exist in the disabled region,
I've
> given a
> contrived example but it is not practical for my intended usage to attempt
to

You'd not need to apply a class to every element, only to the container to
be styled as disabled.
Then using that class you target the elements you want in there.

.disabled input,
.disabled .oddRow {}

etc.

Anyway, next step would be to use a (one-time) CSS expression to set width
and height of the overlay according to the dimensions of the parent
container.


--
Regards,
Thierry | http://www.TJKDesign.com





Attention:
The information contained in this message and or attachments is intended only 
for the person or entity to which it is addressed and may contain confidential 
and/or privileged material.  Any review, retransmission, dissemination or other 
use of, or taking of any action in reliance upon, this information by persons 
or entities other than the intended recipient is prohibited. If you received 
this in error, please contact the sender and delete the material from any 
system and destroy any copies.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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