CSS
Desk
ß
Reset
Reset the code to the default
Blueprint
Grid
Desk
White
Black
12 col
16 col
Change the background
Save
Save your changes to this link
Share
Create a permanent link for this code
Download
Download this code as a file
«
HTML
<div id="chrome"> <div id="demo"> <div class="scroller" id="one"> 1st touchscroll div here </div> <div class="scroller" id="two"> 2nd touchscroll div here </div> </div> </div>
CSS
#one{float: left; width: 300px; background-color:#fff;padding:30px;} #two{float:right; width:300px;background-color:#3A8983; padding:30px;} /*How do I get this layout with 2 touchscroll divs?*/