css - Position, margin, right, float, div under div right: 0 -


how can see http://jsfiddle.net/73wst/

i want start under stop, don't know how style it.

my html:

<div class="main">     <div class="stop">stop</div>     <div class="start">start</div> </div> 

my css:

.start {     float:right;     right: 0;     position: relative;     top: 30px;  } 

can me?

thanks.

clear: right; 

http://jsfiddle.net/73wst/1/

the other rules have nothing anything.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -