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: [email protected] [mailto:[email protected]] On Behalf Of tee Sent: Tuesday, July 12, 2011 12:33 AM To: [email protected] 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: [email protected] [mailto:[email protected]] > On Behalf Of tee > Sent: Sunday, July 10, 2011 4:24 AM > To: [email protected] > 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: [email protected] > ******************************************************************* > > > > > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [email protected] > ******************************************************************* > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
