html - How come its not dynamcally resize based on content? -


i have page

and can see text

  • mini pos pc
  • lenovo pos pc
  • lenovo premium pos pc
  • tablet pc, partner tech 10" touch
  • all-in-one, posiflex 15" fanless
  • all-in-one, lenovo thinkcentre 23"

is on image....how can make dynamically dropping picture based on number of li's tried , cant it

the .dd div absolutely positioned, means , it's contents won't interact of other elements on page. solution remove following lines stylesheet:

.printer-nav ul li .dd {     position:absolute; }  .printer-nav ul li {     float:left; } 

there lot of other unnecessary styles can safely removed reduce amount of complexity in stylesheet.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -