Hi Birendra,

td is the type selector, any element declared in the td, the child/descendant 
of td will pick it up unless you overwrite the rule.

the border line in td in IE9 gone is caused by this:

-ms-filter: 
"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', 
EndColorStr='#FAFAF9')";

Since that "-ms-filter" is IE proprietary syntax could it be treated as a bug 
in IE9? This is what I wanted to find out.

THanks!

tee

On Jul 11, 2011, at 9:30 PM, Birendra wrote:

> HI Tee
> 
> That's strange it's work here fine. Normally when you give any id to div or
> td you have to mention the same id for the default property. So they are
> work fine in ie.
> 
> In your case you give the class property in default tag "td" but actually
> this tag came under the "#a" so I think you have to define "#a" before the
> default tag.
> 
> Try this I think this will work.
> 
> Regards
> Birendra
> 
> -----Original Message-----
> From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
> Behalf Of tee
> Sent: Tuesday, July 12, 2011 12:33 AM
> To: wsg@webstandardsgroup.org
> Subject: Re: [WSG] border doesn't work when -ms-filter (gradient) is used
> 
> Birendra,
> 
> No. It won't. 
> 
> td already has a border-bottom. If it works,  #a td will pick up the
> border-bottom.
> 
> Thanks anywaw!
> 
> tee
> On Jul 10, 2011, at 9:51 PM, Birendra wrote:
> 
>> Hi Tee
>> 
>> Just you have to define the # in the td. Just like this #a td { 
>> border-bottom:1px solid #f3c0aa}
>> 
>> This will help you.
>> 
>> Regards
>> Birendra(Web Designer)
>> 
>> -----Original Message-----
>> From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] 
>> On Behalf Of tee
>> Sent: Sunday, July 10, 2011 4:24 AM
>> To: wsg@webstandardsgroup.org
>> Subject: [WSG] border doesn't work when -ms-filter (gradient) is used
>> 
>> Is this an IE9 bug?
>> 
>> http://jsbin.com/acawat
>> 
>> First table has -ms-filter: 
>> "progid:DXImageTransform.Microsoft.gradient" for th and td, border 
>> lines are gone except the first (border-top for th) and the last
> {border-bottm for td).
>> 
>> Thanks!
>> 
>> tee
>> 
>> *******************************************************************
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: memberh...@webstandardsgroup.org
>> *******************************************************************
>> 
>> 
>> 
>> 
>> 
>> *******************************************************************
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: memberh...@webstandardsgroup.org
>> *******************************************************************
>> 
> 
> 
> 
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> *******************************************************************
> 
> 
> 
> 
> 
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> *******************************************************************
> 



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to