1

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

Here I'am trying to make pure css slideshow, and its works, but when I scale browser window width changes and height - doesn't. Why? and how to fix this?

more of all I'll try to use different hack/advices and use a lot of them here, but it didnt work. When I change width manualy(in css), height changes.

How to change height dynamic in this examples?

p.s. sorry for my bad english...I hope you understand me...

4

1 回答 1

1

Now i have check to this

if i remove this

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

than your slider is ok ...

于 2013-04-25T11:08:10.593 回答