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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -