[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

Re: [css-d] firefox border when i click over a link

2007-03-03 Thread Mike Nowak
>>> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 3/2/2007 4:59 AM >>> i'm experiencing an annoying issue on Firefox http://studiomaci.it/ita-progetti.html the link in the page, when clicked, displays a persistent dotted border. Why it happens and how I can avoid this ff's behaviour? - While it

[css-d] IE class + id ordering

2006-06-30 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: Item 1 Item 2 and Sub 1 Sub 2 The main nav works fine. I assign it a background image for its regular state, and a different one for when the "on"

Re: [css-d] IE<7 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