Align jQuery List

Posted by William Lewis on Stack Overflow See other posts from Stack Overflow or by William Lewis
Published on 2011-11-15T01:27:18Z Indexed on 2011/11/15 1:50 UTC
Read the original article Hit count: 151

Filed under:
|
|
|

I'm creating a mobile website with jQuery, and I was wondering if there was a way to align a list to the bottom of a page, I just want the list to stay at the very bottom of the page, and be fixed in the spot. Thanks

This is the list im trying to get fixed on the bottom of the page:

<div  data-role="content">
<div class="content-primary">   
<ul data-role="listview">

<li><a href="link.html"><img src="file.jpg" /><h3>List name</h3></a>
</li>
</div>

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery