On 18.07.2012 01:41, Theresa Jennings wrote:
http://maxperformancebikefit.com/about.php

100% wide is not the same width as the "testimonials" button, it is much wider. And auto-margins have zero effect on 100% wide elements anyway.

You may try the following...

<input type="text" name="zoom_query" size="22" />     <--- change of size

div.searchForm {
width: 248px;
margin: 10px 0 20px;
}

div.searchForm input+input {
float: right;
}

...and see if that works for you. I have not done any cross-browser test of it.

regards
        Georg
______________________________________________________________________
css-discuss [css-d@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