html前端总结

1.设置图片的最大宽高的css
<style>

.img-max {
max-height:50px; width:expression(document.body.clientHeight>400?"50px":"auto"); overflow:hidden;
}

</style>
2.bootstrap 学习资源收集
http://blog.csdn.net/binyao02123202/article/details/14230535 一系列的教程
http://www.cnblogs.com/ventlam/archive/2012/05/28/2520703.html
https://github.com/commadelimited/jQuery-Mobile-Bootstrap-Theme 移动端的jquery mobile的bootstrap的主题
20个有用的Bootstrap资源 http://www.webresourcesdepot.com/20-beautiful-resources-that-complement-twitter-bootstrap/
Bootstrap按钮生成器 http://charliepark.org/bootstrap_buttons/

你可能感兴趣的