Wiltshire based Blogger, Front-End Web Developer, Brand Identity and Graphic Designer.
Web Design Tips | Computer Tips | Bamini to Unicode Converter | shortcuts keys for Computer
jQuery custom content scroller
How to use it. In order to implement the plugin, you first need to insert inside the head tag of your document the jquery.min.js and jquery-ui.min.js (both loaded from Google CDN), the jquery.easing.1...
Jquery Mobile Development
Jquery Mobile Development:
jQuery Mobile | jQuery Mobile »
Seriously cross-platform with HTML5. jQuery mobile framework takes the "write less, do more" mantra to the next level: Instead of writing unique apps for each mobile device or OS, the jQuery...
Seriously cross-platform with HTML5. jQuery mobile framework takes the "write less, do more" mantra to the next level: Instead of writing unique apps for each mobile device or OS, the jQuery...
Display UL bullets Right To Left
Align Li Left
- Western
- Salsa
- Jazz
- Hip-Hop
- Folk
HTML CODE
<ul>
<li>Western</li>
<li>Salsa</li>
<li>Jazz</li>
<li>Hip-Hop</li>
<li>Folk</li>
</ul>
Align Li Right
- Western
- Salsa
- Jazz
- Hip-Hop
- Folk
HTML CODE
<ul dir="rtl">
<li>Western</li>
<li>Salsa</li>
<li>Jazz</li>
<li>Hip-Hop</li>
<li>Folk</li>
</ul>
<ul dir="rtl">
<li>Western</li>
<li>Salsa</li>
<li>Jazz</li>
<li>Hip-Hop</li>
<li>Folk</li>
</ul>
Subscribe to:
Posts (Atom)



