Re: Footer bar

70 views
Skip to first unread message

Jeff (iUI Noob)

unread,
Mar 21, 2013, 1:59:18 PM3/21/13
to iphone...@googlegroups.com
You're looking for something that doesn't exist. You could create your own, you could start with:

#footer {
position:absolute;
bottom:0; left:0;
width:100%;
height:48px;
background-color:#222;
background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222));
background-image:-moz-linear-gradient(top, #999, #666 2%, #222);
background-image:-o-linear-gradient(top, #999, #666 2%, #222);
padding:0;
border-top:1px solid #444;
}


On Thursday, March 14, 2013 5:02:47 PM UTC-6, Rohit Purohit wrote:
Hi, could someone tell how to add a footer bar in iui-js?
for header we have a class="toolbar". I cannot find anything for footer.

Thanks

Reply all
Reply to author
Forward
0 new messages