Auto line-height
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/autolineheight
软件介绍
Adjusts the line-height of selected elements in proportion to their width, relative to the font size.
Requires
- jQuery version 1.1.2
- jQEm version 0.2
Use
$(function(){
$('#flexme').autolineheight();
});Where ‘flexme’ is the id of an element in your page whose contained text is to be fine tuned.
Settings
You may adjust the default values to your taste and circumstance when you assign the behaviour to an element, for example:
$('#flexme').autolineheight({minWidth:16,minLineHeight:1.2,ratio:.03});More
Further details can be found on my blog post: Auto line-height: a jQuery plugin for flexible layouts
Web Caching
Duane Wessels / O'Reilly Media, Inc. / 2001-6 / 39.95美元
On the World Wide Web, speed and efficiency are vital. Users have little patience for slow web pages, while network administrators want to make the most of their available bandwidth. A properly design......一起来看看 《Web Caching》 这本书的介绍吧!
