html - How to resize <img> in <div> with float:left? -


i've got problem, how automatic resize height of in .

here i'am trying make pure css slideshow, , works, when scale browser window width changes , height - doesn't. why? , how fix this?

more of i'll try use different hack/advices , use lot of them here, didnt work. when change width manualy(in css), height changes.

how change height dynamic in examples?

p.s. sorry bad english...i hope understand me...

now have check

if remove this

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 

than slider ok ...


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -

java - How to create Table using Apache PDFBox -