- Thank you received: 0
Forms in contacts and search in IE
-
filoliveira
-
Topic Author
- New Member
-
Less
More
14 years 6 months ago #2415
by filoliveira
Forms in contacts and search in IE was created by filoliveira
In the form "Contact us" and "Search" when I click the fields to insert text (name, email, etc.) it doesn't work with IE8. It is ok with firefox, but not with IE8. This problem happens also in other templates:
demo.hotjoomlatemplates.com/index.php?template=real_estate
But is ok in demo.hotjoomlatemplates.com/index.php?template=sportal
Is there any update or correction?
Thanks
But is ok in demo.hotjoomlatemplates.com/index.php?template=sportal
Is there any update or correction?
Thanks
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6795
- Thank you received: 722
14 years 6 months ago #2419
by milos
Replied by milos on topic Re: Forms in contacts and search in IE
Please send me your site link
Please Log in to join the conversation.
-
filoliveira
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
14 years 6 months ago #2423
by filoliveira
Replied by filoliveira on topic Re: Forms in contacts and search in IE
www.isolamentostermicos.com.pt/
I got the problem with IE8 in windows vista and windows server 2003. It's ok with Firefox.
I got the problem with IE8 in windows vista and windows server 2003. It's ok with Firefox.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6795
- Thank you received: 722
14 years 6 months ago #2426
by milos
Replied by milos on topic Re: Forms in contacts and search in IE
Please edit file template_css.css of the template and change class .inputbox, from
to
This will unfortunatelly remove the rounded effect on the input elements in IE, but form will work properly in IE.
Code:
.inputbox {
background-color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #999;
padding: 3px;
border-radius: 5px;
behavior: url(templates/hot_architecture/css/PIE.php);
position:relative;
}
Code:
.inputbox {
background-color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #999;
padding: 3px;
}
This will unfortunatelly remove the rounded effect on the input elements in IE, but form will work properly in IE.
Please Log in to join the conversation.
Time to create page: 0.166 seconds