Forums

live validation resize problem

Martin Tomczyk 29 Jan, 2010
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
GreyHead 29 Jan, 2010
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
Martin Tomczyk 29 Jan, 2010
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
Martin Tomczyk 29 Jan, 2010
I fixed it with putting
.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.