html - Force images to be next to each other -
i have 4 images want next each other no matter what. when windows not wide enough overflowing images in next line. how can prevent that? tried "inline", "inline-block" , "inline-table" happens everytime. images width aren't fixed, depend on height of window, setting min-width not possible. , don't want put them single image.
thank julian
wrap them in div , give div min-width of sum of images' widths.
Comments
Post a Comment