Hello,
I am new in this forum and I need a quick help.
I have this website which works perfectly fine, only the form colors and borders are messed up in Internet Explorer 8. In firefox it is working fine. http://www.getpersonalloans.co.za/
How can I solve this one.
Can anybody help me on this?
Thank you so much.
Hi gilbien03, Welcome to the
Hi gilbien03,
Welcome to the CSS forum,
I don't have access to IE8 at the moment, but can you check the compatability mode button.
http://windows.microsoft.com/en-AU/internet-explorer/use-compatibility-view#ie=ie-8
Thank you Tony
Hello Tony,
Thank you for the quick response.
I have checked the website using the compatibility mode, and using the mode the forms and some text does not show at all.
Hi gilbien03, Form elements
Hi gilbien03,
Form elements can be tricky to style. When you say messed up what do you mean?
Is it just the color and borders are staying default?
Looks like you have some validation errors http://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.getpersonalloans.co.za%2F
and check you styles here https://jigsaw.w3.org/css-validator/validator
Hi Tony, When I say messed
Hi Tony,
When I say messed up, on firefox the edge of my form is curve, while on IE it is not, it is just flat rectangular. And some text on the body of the page overlaps some part of the form in IE8.
Here is a screenshot of the page across all browser. Kindly check IE8 please.
http://www.browserstack.com/screenshots/9729a2cabc8adb66fd1ea866c7cbb0f07cb4b0c7
Form Color Problem in Internet Explorer
hi,using RGB method from this code in your websites,internet explorer new version install from used it.
div {
background-color: #fd7e7e;
background-color: rgba(255,0,0,0.5);
}