Hi,
I'm wondering if anybody has a fix for the small resize problem when using default style.
Example can be seen live on chronoengines contact site: http://chronoengine.com/contactus.html
if you enter nothing and the field turns red a small resize happens. Thats because a border is set
and before the validation its just the default os/browser field.
Adding a border to the field ends up with the validation colour only showing up on hover.
Thanks
Martin
I'm wondering if anybody has a fix for the small resize problem when using default style.
Example can be seen live on chronoengines contact site: http://chronoengine.com/contactus.html
if you enter nothing and the field turns red a small resize happens. Thats because a border is set
and before the validation its just the default os/browser field.
Adding a border to the field ends up with the validation colour only showing up on hover.
Thanks
Martin
Hi Martin,
This is one of those little IE problesm that I've never quite cracked. I think that you are on the right lines with setting a default border. Not sure exactly what the 'right' CSS is though.
Bob
This is one of those little IE problesm that I've never quite cracked. I think that you are on the right lines with setting a default border. Not sure exactly what the 'right' CSS is though.
Bob
Hi Bob,
thanks for the quick reply. I'm facing the problem also with firefox on chronoengine site.
Well I think I will have to digg deeply into my css-treasure-chest๐
If I find some time and the soluton I will post it of course.
Best
Martin
thanks for the quick reply. I'm facing the problem also with firefox on chronoengine site.
Well I think I will have to digg deeply into my css-treasure-chest๐
If I find some time and the soluton I will post it of course.
Best
Martin
I fixed it with putting
in the first lines into consolidated_common.css
Now IE and FF don't have these reisze problems.๐
Maybe someone can doublecheck it
.cf_inputbox {
border: 1px solid #CCCCCC;
}
in the first lines into consolidated_common.css
Now IE and FF don't have these reisze problems.๐
Maybe someone can doublecheck it
This topic is locked and no more replies can be posted.