vote up 2 vote down star
1

like in http://www.online-photoshoptutorials.com/2008/08/folding-corners.html

flag

72% accept rate
1  
have a look at what they're using – SilentGhost Jun 28 at 19:18

3 Answers

vote up 5 vote down check
<div id="toolbar" style="position: fixed; bottom: 0px; left: 0px; width: 100%; color: #fff; background: #000;">
Toolbar Content 
<!-- rest of your toolbar stuff here -->
</div>

That will create a div with a black background that remains at the bottom of the screen, regardless of browser resizing or scrolling. You can then style that div however you like.

link|flag
And one more question,is this browser compactable> – mittu Jun 28 at 19:25
Should work in everything except IE6. – Matt Bridges Jun 28 at 19:31
vote up 1 vote down

you use the css directive for positioning

position: fixed;

more details and tinkering for the positioning

link|flag
Nope, i want to know how to create that from scratch – mittu Jun 28 at 19:17
Oh well, that's a bit more complicated, and it's not something that can be answered. It would be like asking "how can I make a calendar widget ?" – Stefano Borini Jun 28 at 19:19
vote up 0 vote down

Check this out http://csscreator.com/node/33027 Sample page here

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.