On Sep 14, 2009, at 10:34 PM, Sandy wrote:

> I am trying to get the search box and the submit button to be the same
> height and have ended up with a couple of little jiggles on mouse  
> over.
> The search box loses the padding I added, and the submit button  
> shifts a
> few pixels to the right.
>
> http://sandyfeldman.com/glaucomaresearch/4test1.html
>
> here are the style sheets (only 4test1.css should effect the search  
> box)
> http://sandyfeldman.com/glaucomaresearch/js_css/4test1.css
> http://sandyfeldman.com/glaucomaresearch/js_css/ytplayer.css

In 4test1.css you set a padding-top (4px) on input.c3
in ytplayer.css you remove that padding-top

input:hover, input:focus, input:active {
/* ... */
padding : 0;
padding-left : 7px;
padding-right : 7px;
}


Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to