How to force images to be aligned in the same line?

SpainshCake

It's easy to explain with images, here is what I want: like Google Play, the image could be viewed in a scrolling box! But what I get when I put it into tag is like this: My result

My code:

<div style="overflow: scroll; display: inline-block;">
<a class="lightview" title="image1" href="http://1.png" rel="lightbox">
<a class="lightview" title="image2" href="http://2.png" rel="lightbox">
<a class="lightview" title="image3" href="http://3.png" rel="lightbox">
</div>
RienNeVaPlu͢s

Specify that the text will never wrap:

white-space: nowrap;

Fiddle

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I force spans to be on the same line as a div?

From Dev

Left- and right-aligned text on the same line in a Bootstrap dropdown

From Dev

How to display <figure> images on same line HTML/CSS

From Dev

Bootstrap 3: How to keep thumbnails or images aligned within a row?

From Dev

How to show multiple images that are aligned in the center of the body using javascript

From Dev

How do I force an input to stay on the same line as its label with Bootstrap form-control class?

From Dev

How to force two element alignment in the same line bootstrap model

From Dev

How to make 3 text boxes on the same line and center aligned

From Dev

Force radio button and its label to be on same line

From Dev

How to keep two dynamic divs on same line and force to word wrap on right

From Dev

Force image to stay on the same line as text

From Dev

How to align two svg masked images on the same line

From Dev

Force several images in the same line to resize proportionally instead moving them to a new line

From Dev

Text that is centered and right-aligned not rendered on the same line

From Dev

<img> and center aligned <span> in the same line doesn't work

From Dev

How to force a really long word to stay on the same line as an image?

From Dev

Force divs to be on the same line

From Dev

Bootstrap 3: How to keep thumbnails or images aligned within a row?

From Dev

Overlapping transparent shades on images in the same line

From Dev

How do I force an input to stay on the same line as its label with Bootstrap form-control class?

From Dev

CSS Positioning with Text and Images on Same Line

From Dev

How to force button and select on the same line?

From Dev

Force image to stay on the same line as text

From Dev

Force Word 2013 to always paste images in-line with text

From Dev

Get li aligned in the same line

From Dev

Text that is centered and right-aligned not rendered on the same line

From Dev

Display text and images in same line in HTML

From Dev

HTML and CSS Make Several Divs Aligned On The Same Line

From Dev

Force two cards to be on the same line

Related Related

  1. 1

    How can I force spans to be on the same line as a div?

  2. 2

    Left- and right-aligned text on the same line in a Bootstrap dropdown

  3. 3

    How to display <figure> images on same line HTML/CSS

  4. 4

    Bootstrap 3: How to keep thumbnails or images aligned within a row?

  5. 5

    How to show multiple images that are aligned in the center of the body using javascript

  6. 6

    How do I force an input to stay on the same line as its label with Bootstrap form-control class?

  7. 7

    How to force two element alignment in the same line bootstrap model

  8. 8

    How to make 3 text boxes on the same line and center aligned

  9. 9

    Force radio button and its label to be on same line

  10. 10

    How to keep two dynamic divs on same line and force to word wrap on right

  11. 11

    Force image to stay on the same line as text

  12. 12

    How to align two svg masked images on the same line

  13. 13

    Force several images in the same line to resize proportionally instead moving them to a new line

  14. 14

    Text that is centered and right-aligned not rendered on the same line

  15. 15

    <img> and center aligned <span> in the same line doesn't work

  16. 16

    How to force a really long word to stay on the same line as an image?

  17. 17

    Force divs to be on the same line

  18. 18

    Bootstrap 3: How to keep thumbnails or images aligned within a row?

  19. 19

    Overlapping transparent shades on images in the same line

  20. 20

    How do I force an input to stay on the same line as its label with Bootstrap form-control class?

  21. 21

    CSS Positioning with Text and Images on Same Line

  22. 22

    How to force button and select on the same line?

  23. 23

    Force image to stay on the same line as text

  24. 24

    Force Word 2013 to always paste images in-line with text

  25. 25

    Get li aligned in the same line

  26. 26

    Text that is centered and right-aligned not rendered on the same line

  27. 27

    Display text and images in same line in HTML

  28. 28

    HTML and CSS Make Several Divs Aligned On The Same Line

  29. 29

    Force two cards to be on the same line

HotTag

Archive