Hi, everyone
I'm facing this problem lately. http://jsfiddle.net/prathoven/e52zT/2/
when i re-size the browser send buttons moves to the new line. What I want to achieve is search box and button to be in the same line, with the decrease of left margin. this can be done by float: right property but if it could be achieved by margin.
Thank you for your interest.
@paulie: Thanq for your solution. I really wanted the result similar to float. I really appreciate your approach.
@watson: I will use it as a last option. I'm thinking of trying another approach.
Hi, everyone I'm facing this problem lately.
http://jsfiddle.net/prathoven/e52zT/2/ when i re-size the browser send buttons moves to the new line. What I want to achieve is search box and button to be in the same line, with the decrease of left margin. this can be done by float: right property but if it could be achieved by margin. Thank you for your interest.
How about this?
http://jsfiddle.net/d3cCE/
Then use media queries to adjust the margin on the input button.
Media Queries are your best bet here, if you are so adamant about not using
@paulie: Thanq for your solution. I really wanted the result similar to float. I really appreciate your approach. @watson: I will use it as a last option. I'm thinking of trying another approach.