First time here? Check out the FAQ!
Hi
I want my textboxes to have their background color set to yellow when they are focused.
I've tried the following CSS code but it does not works completely. Just the field's border is being changed to the specified color:
.z-textbox:focus{ background-image: none; background-color: #ffffaa; border: solid 1px #33677F; }
Thanks
Gyo
Hi again
I wanted to apply the same style for the combobox component so the property to change is .z-combobox-inp:focus
.z-textbox-focus, .z-combobox-inp:focus{ background: #ffffaa none; border: solid 1px #33677F; }
thanks
Gyo
Asked: 2009-11-16 12:54:25 +0800
Seen: 572 times
Last updated: Nov 16 '09