javascript - CSS Inline Scroll only -


For each article included in the Contatiner div, the "inline example", the goal is that they load on the right and none Vertical overflow but dynamically CSS can be added to each additional article on the right.

  & lt; Div id = "inlineExample" & gt; & Lt; Articles & gt; Block 1 & lt; / Article & gt; & Lt; Article & gt; Block 2 & lt; / Article & gt; & Lt; Article & gt; Block 3 & lt; / Article & gt; & Lt; Articles & gt; Block 4 & lt; / Article & gt; & Lt; / Div & gt;   

target

block 1 block 2 block 3 block 4

All inline with overflow in the x direction will be, no one in the bottom of the y direction . Examples of Jeffild:

Any solution Welcome I am developing in ASP.Net MVC.

Try this:

Meaning: For your article, you want to:

  Article {/ * Other Properties * / Display: Inline-Block; / * Float * Container {Overflow-X: Skol; Overflow-y: hidden; Limit: 1px solid # 000; Boundary-radius: 5px; White-space: Abrop; }    

Comments

Popular posts from this blog

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -