[css-d] Inheriting background colour in IE

2007-07-20 Thread mike . nowak
Hi there, I'm creating a table that has alternating odd/even stylings. eg. #nutritiontable tr.odd {background: #f9912e; color: #fff;} #nutritiontable tr.even {background: #e67000; color: #fff;} The catch is that the table has rounded corners so in the last row, className = bottom, I apply the

[css-d] IE class + id ordering

2006-07-01 Thread Mike Nowak
Hi, weird issue that I haven't seen before and I'm wondering if anyone knows a quick workaround. Basically, I have two navigation bits: div id=subnav ul lia href=# class=subnavoption on id=subnavoverviewspanItem 1/span/a/li lia href=# class=subnavoption id=subnavdrillsspanItem 2/span/a/li

Re: [css-d] IE7 PNG Alpha Transparency...

2006-06-20 Thread Mike Nowak
background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/ opacity_bkg.png,sizingMethod=scale); } I'm using the same in an attempt to create transparent drop-shadows and this works for the most part. I've seen it mentioned online that it should work in IE5.5 too,