- Posts: 7
- Thank you received: 0
Issue with form fields in IE8 Not Easily fillable
-
writethemovie
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 1 month ago #6351
by writethemovie
Issue with form fields in IE8 Not Easily fillable was created by writethemovie
Trebaum Hiranu
Kosonom
See biobodydiet.com the mouse cursor doesnt allow the form to be filled unless hovered on the bottom line very carefully. I already viewed this thread and checked to implement changes but they were already integrated into my template upon purchase and yet this issue this exists.
Thankyou for your expetise in this issue as it is causing some issues with our customers
www.hotjoomlatemplates.com/support-forum...egistration-at-check
-Tchus
Gutten Tag
Viel Danks
Kosonom
See biobodydiet.com the mouse cursor doesnt allow the form to be filled unless hovered on the bottom line very carefully. I already viewed this thread and checked to implement changes but they were already integrated into my template upon purchase and yet this issue this exists.
Thankyou for your expetise in this issue as it is causing some issues with our customers
www.hotjoomlatemplates.com/support-forum...egistration-at-check
-Tchus
Gutten Tag
Viel Danks
Please Log in to join the conversation.
-
writethemovie
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
14 years 1 month ago #6352
by writethemovie
Replied by writethemovie on topic link to store
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 month ago #6377
by ivan.milic
Replied by ivan.milic on topic Re: link to store
Hi,
In template_css.css , remove (or decrease) padding for .inputbox:
.inputbox {
background:#f6f6f6;
padding:4px;
background:#fff;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius: 4px;
behavior: url(templates/hot_furniturestore/css/PIE.php);
position:relative;
}
In template_css.css , remove (or decrease) padding for .inputbox:
.inputbox {
background:#f6f6f6;
padding:4px;
background:#fff;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius: 4px;
behavior: url(templates/hot_furniturestore/css/PIE.php);
position:relative;
}
Please Log in to join the conversation.
-
writethemovie
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
14 years 1 month ago #6388
by writethemovie
Replied by writethemovie on topic Re: link to store
Yes thankyou I tried this but the mouse is still only hovering as a text cursor towards the edges of the field and then is a pointer when centered in the field and presents an issue to less skilled computer users or prospective customers who might leave the page after a few incorrect clicks.
Is this sometype of javascript issue with css and IE8?
Is this sometype of javascript issue with css and IE8?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 month ago #6390
by ivan.milic
Replied by ivan.milic on topic Re: link to store
No thats padding issue definitely, but maybe we are hitting wrong one.
Can you try this - Put next style block just before </head> in index.php of template:
<style type="text/css">
fieldset .inputbox
{
padding:0!important;
padding-top:0!important;
padding-bottom:0!important;
}
</style>
Can you try this - Put next style block just before </head> in index.php of template:
<style type="text/css">
fieldset .inputbox
{
padding:0!important;
padding-top:0!important;
padding-bottom:0!important;
}
</style>
Please Log in to join the conversation.
-
writethemovie
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
14 years 3 weeks ago #6615
by writethemovie
Replied by writethemovie on topic Re: link to store
Yes i think that helped somewhat
heres something i found that might help other issues in your developing templates in the future
www.ericmmartin.com/projects/simplemodal/
and if you need a good programmer forum stackoverflow.com appears to be a good one
heres something i found that might help other issues in your developing templates in the future
www.ericmmartin.com/projects/simplemodal/
and if you need a good programmer forum stackoverflow.com appears to be a good one
Please Log in to join the conversation.
Time to create page: 0.149 seconds