Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Add icon inside search bar using flexbox Reply To: Add icon inside search bar using flexbox

#263536
Paulie_D
Member

I want to use flexbox only without using position property.

Flexbox can’t layer elements like you seem to require only lay them out in 2 dimensions and input element can’t have children so flexbox wouldn’t be useful there.

In fact, Chris’ demo doesn’t need the position property..it works fine without it.

https://codepen.io/Paulie-D/pen/rYgXym