Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
/* here's position in action */ #sidebar { position:absolute; top:0; right:0; } /* this is to make the demo look pretty */ #sidebar { border:2px solid #909; width:150px; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="sidebar"> <p>Halfway up the stairs is the stair where I sit. There isn't any other stair quite like it.</p> </div>
Show me!
Your results appear here: