Page 1 of 1

internal style

Posted: Fri Apr 15, 2011 11:25 am
by ModusPonens
I'm running across an issue with IE.

I've created an in-line <style> that changes font colors for validation issues. The style tags render the proper font color in Firefox, Google Chrome, and Safari, but not IE. I know this isn't directly a PHP question, but has Mickey Soft gone entirely to CSS? And it isn't the color that's the issue. When the page loads, all text is rendered in black. On a failed validation, the appropriate labels turn red.

<style type = 'text/css'>
P1 {color:black}
P2 {color:red}
</style>

Gads I've gotten to where I absolutely despise MS.