Hi,
I have been exploring ways to achieve rounded corners and shadows on IE7.
On the following form should my condition point to the gform_wrapper to achieve the said effects?
Hi,
I have been exploring ways to achieve rounded corners and shadows on IE7.
On the following form should my condition point to the gform_wrapper to achieve the said effects?
Your markup is incorrect there. The style type is not the same thing as the class name. This is the proper way to add a new rule just for IE7
That said, IE7 doesn't support the border-radius or box-shadow properties. You'll most likely need to turn to a jQuery solution of some sort if you really need that for IE.
Thank you Kevin, I had a feeling it wasn't supported. I guess it's not needed that much.