If that other div is left floated, I have no problem:
[http://jsfiddle.net/ykyVv/][1]
But I don't know how to do it if the other div is floated to the right:
[http://jsfiddle.net/FMyjU/][2]
(notice that the divs are not next to each other, I also tried to add float:left to the first div but then it doesn't expand anymore) [1]: http://jsfiddle.net/FMyjU/ [2]: http://jsfiddle.net/FMyjU/
以上就是Expand DIV width that is next to a floated div的详细内容,更多请关注web前端其它相关文章!