Re: [css-d] CSS Object class not working on IE

2010-04-12 Thread Thierry Koblentz
> I'm trying to move an swf to the center of the page: > www.watercolourcourses.com That object is in a paragraph, so style that P like this: .someID { width: 425px; margin-left: auto; margin-right: auto; } That should do it -- Regards, Thierry www.tjkdesign.com | articles and tutorials

Re: [css-d] CSS Object class not working on IE

2010-04-12 Thread Ed Goodson
Hi Thierry I'm trying to move an swf to the center of the page: www.watercolourcourses.com Thanks - Original Message - From: "Thierry Koblentz" To: "'Ed Goodson'" ; Sent: Sunday, April 11, 2010 10:15 PM Subject: RE: [css-d] CSS Object class not wor

Re: [css-d] CSS Object class not working on IE

2010-04-11 Thread Thierry Koblentz
> This css code in my external .css works to put padding on a flash > object tag in FF but nada in IE: > > object { > padding-left:30px; > } > > Normally I'd use another way around this but for various reasons this > is my preferred solution > > Why is this not working in IE? Thanks I'

[css-d] CSS Object class not working on IE

2010-04-11 Thread Ed Goodson
This css code in my external .css works to put padding on a flash object tag in FF but nada in IE: object { padding-left:30px; } Normally I'd use another way around this but for various reasons this is my preferred solution Why is this not working in IE? Thanks __

[css-d] CSS Object class not working on IE

2010-04-10 Thread Ed Goodson
This css code in my external .css works to put padding on a flash object tag in FF but nada in IE: object { padding-left:30px; } Normally I'd use another way around this but for various reasons this is my preferred solution Why is this not working in IE? Thanks __