Re: [css-d] help with button position in Safari

2010-12-07 Thread Shawn Lawler
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 tr

Re: [css-d] help with button position in Safari

2010-12-07 Thread Debbie Campbell
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

Re: [css-d] help with button position in Safari

2010-12-07 Thread Chetan Crasta
You have to remove the float:right of the search button. Or you can try this: #utility #search-form input.button { float:none; } ~Chetan On Wed, Dec 8, 2010 at 12:40 AM, Debbie Campbell wrote: > In Safari/Win (Safari/Mac too?) the search button at top right is not in the > right place, it shou

[css-d] help with button position in Safari

2010-12-07 Thread Debbie Campbell
In Safari/Win (Safari/Mac too?) the search button at top right is not in the right place, it should be directly right of the text input box: http://www.adventurecamper.com/colorado-suv-and-van-rentals/ It's fine in IE, FF, Chrome, and Opera. Can someone help? -- Debbie Campbell www.redkitecr