[Proto-Scripty] Re: Error on Line:2271 in IE7 when using margin:0 auto - possible bug?

2008-11-21 Thread Matt Foster
You could try different variations of the declaration, maybe it just doesn't like that format. Also note that you're not setting a unit for your value, this could be considered an invalid declaration? you could try... margin:0px; margin-left:auto; margin-right:auto; It should be able to accep

[Proto-Scripty] Re: Error on Line:2271 in IE7 when using margin:0 auto - possible bug?

2008-11-21 Thread Phunky
I most definitely have a valid doctype, although its not a XHTML doctype - reading through the ticket you linked i cant see anything that is in reference to my experience? I currently have a work around for IE which takes advantage of conditional style sheets and just removes margin:0 auto; from

[Proto-Scripty] Re: Error on Line:2271 in IE7 when using margin:0 auto - possible bug?

2008-11-20 Thread Mona Remlawi
hmmm rings familiar. check out the bug/fix and make sure you have a valid doctype http://prototype.lighthouseapp.com/projects/8886/tickets/90-cloneposition-problem-in-ie7 cheers -- mona [EMAIL PROTECTED] On Thu, Nov 20, 2008 at 4:04 PM, Phunky <[EMAIL PROTECTED]> wrote: > > I'm writing a simple