While I have applied some CSS to a WordPress website, it appears correctly in Chrome and Safari but not in IE8.
The div has a background color and moz-border-radius for the border. The border is not of utmost importance, however, the background color only extends partially or not at all in IE8.
For example:
If you look at the newsletter signup form in the middle of the page, in Chrome it displays with a nice blue background and borders. But in IE, it just shows as a white background ignoring most of the styling.
Then if you visit:
The newsletter signup is on the right-hand sidebar. In IE8, the background only stretches halfway?
This issue is definitely related to CSS. I have tried various adjustments such as using fixed height, but so far without success :(
Any assistance would be greatly appreciated.