- Where Developers Learn, Share, & Build Careers


I have many photos with the same size and I want to use them for a slideshow. So they should be in a line and maybe the width of this row is larger than the width of the window and I want to move some pictures out of the screen instead they go to the next line before I make the table in line Used and I moved the table to create this slideshow. [Like this:]

  & lt; Table cellspacing = "0" cellpadding = "0" & ​​gt; & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> ... & lt; / Table & gt;   

But I want to use any other element [for example, a div with some CSS rules that has the property of that table] because table some problems in my page

A solution with a minimum code and a "hacks"

  & lt ; Div style = "white-space: nowrap;" & Gt; & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> ... & lt; / Div & gt;   



Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -