>> I'm on a committee that has access to the code for this online
>> catalog:
>> https://i-share.carli.illinois.edu/uc/vwebv/searchBasic?sk=en_US
>> We are trying to move the search button over, see:
>> https://i-share-test.carli.illinois.edu/uc/vwebv/searchBasic?sk=en_US
>> by removing the text-align:right
>> but it doesn't line up with the left margin.

> One answer would be:
>
> #searchLinks input {
>       clear:both;
>       display:block;
>       margin:0 0 0 10px;
> }
>
> Was that what you were looking for?
>
> Cheers, Tim

Yes! Thank you!
The "clear:both" did the trick!

Nancy
______________________________________________________________________
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