Just tried Chetan's fix - worked when I tried it on Safari 5 Win7.
It's worth noting that the rule Chetan provided requires the strong selector he wrote -- make sure when you try it out that your selector is at least as strong.
Shawn On 12/7/2010 1:40 PM, Debbie Campbell wrote:
Well... I tried setting a width on #searchform and removing the float on the button, but I still see about 18px below where it should be... -- Debbie On 12/7/2010 12:27 PM, Chetan Crasta wrote:You have to remove the float:right of the search button. Or you can try this: #utility #search-form input.button { float:none; } ~Chetan
______________________________________________________________________ css-discuss [[email protected]] 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/
