简体   繁体   中英

Switch places on div with CSS?

I'm buildinga site with CSS Media Queries for mobile and I need to switch places on 3 divs.

This is how it looks now : http://jsfiddle.net/snowman/3kZW2/

And this is what I need : http://jsfiddle.net/snowman/7S7e9/

Is this possible with just changing the css of version 1?

One way to achieve this is by setting widths on the DIVS and then using float right:

http://jsfiddle.net/wabJn/

Here have a look http://jsfiddle.net/3kZW2/5/

I used absolute positioning. You may need to set the width and positioning as per your need, if div size changes. A more elegant solution would be to move the div2 above div1 in markup, here http://jsfiddle.net/3kZW2/4/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM