Review image below in the next message thread. I am trying to do two things below.
1. I am trying to develop a top header div similar layout with the button along with the vertical lines between each button.
2. I also want the div to freezed or static at the top of the page as users are scrolling.
Review the image file below in the next message thread.
Loading
Sanjeeb LenkaPosted Jul 5, 2013, 5:24 PM
in css:
#header {
background:red;
height:50px;
width:100%;
position:fixed;
top:0;
left:0;
}.scroller {
height:300px;
overflow:scroll;
}
in html:
scrollable div
David SmithPosted Jul 6, 2013, 1:36 AM
Iftikar HussainPosted Jul 5, 2013, 11:47 PM
and to display image in menu refer the below link
http://forums.asp.net/p/1052310/1489454.aspx
Regards,
Iftikar