Is there an example of doing this?
so you have a dropdown with icon like this:
https://www.zillow.com/
that is what I need 🙂
thanks!!!
If you examine the Zillow source code in your browser's inspection tool. The search icon is not embedded in the search field. The search icon is an SVG image wrapped in a button selector. The button abuts the right side of the field so it looks like a single element.
@Victor Font 🙂
I posted the last comment... either way, is there an example of FF with any type of button that can submit a form (even it just one search field)... that looks like zillow example?
If there way an example of doing that, that would be REALLY great!!!
thank you
Hi Bobby,
Unfortunately no. That is what I'm currently using and it doesn't stay inline when browser screen sizes are change or when accessing on a mobile device. It just doesn't look right at all. Victor Font picked up on exactly what I was looking for.
Ah yes. It's responsive so it fits more aesthetically with many types of configurations. A custom solution sounds like the way to go then.
Please login or Register to submit your answer