Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, It's my first website project...I am using VS2010..I wish to learn to customize the bottom side tool bar like the below link...Is it possible?

Thanks for the guidances..

http://www.hdfcbank.com/[^]
Posted

You can do it simply in two steps -
1. Add the following css properties to the target div you have designed to work like this toolbar:
CSS
position:fixed;
width:100%;
bottom:0px;

2. Set the padding-bottom style property of body equal to the height of this toolbar.
 
Share this answer
 
v2
Hi Paramu1973,

Please do take a look at the JSFiddle link for a small quick demo.

JSFiddle Example[^]

Hope you can add a div on top of the current example to make the hide/show toggle of the content.

Thank you,
RelicV
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900