
Re: CurrentStyle causing 'Object required' errors (resolved-
Jason,
thanks for the prompt reply.
I think I've ruled out NOTY as a factor - I replaced the call to create the toasts with a simple bit of code to create a div containing the error - and the javascript errors still kept coming.
The strange thing is the way the wizard behaves impeccably until the validation picks up an error in the input. Presumably something at that point is giving PIE a nudge to re-apply the styling.
Yes I am using heavily styled 'td' table elements for my wizard's progress bar... I don't think I can easily wrap those in divs, but I'll take a look - I may have to fall back on converting the bar to divs.
Either way at least I've got something to try. (My nightmare scenario would be if I had to drop using PIE, I couldn't keep the site's look-and-feel without it!)
Edit...
Resolution (workaround): Looking at the styling for the td elements, the only thing that PIE was helping with was to apply gradients... so I've replaced them with the old Microsoft filters which work well enough...
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#29abe2', endColorstr='#005289')"
And so it's working. A big sigh of relief as I can leave everything else in place without any major re-work
