亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

jquery插件corner實現(xiàn)圓角邊框的方法

 更新時間:2015年03月09日 10:13:13   作者:瘋狂的流浪  
這篇文章主要介紹了jquery插件corner實現(xiàn)圓角邊框的方法,實例分析了jQuery插件corner的使用技巧,具有一定參考借鑒價值,需要的朋友可以參考下

本文實例講述了jquery插件corner實現(xiàn)圓角邊框的方法。分享給大家供大家參考。具體如下:

復(fù)制代碼 代碼如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>jQuery Corners</title>
   <script type="text/javascript" src="jquery.js"></script>
   <script type="text/javascript" src="jquery.corners.min.js"></script>
   <script type="text/javascript">
   $( function(){$('.roundedd').corners();}) 
   </script>
   <style type="text/css">
   .roundedd 
   { 
      background-color:#eeeeee; 
   } 
   </style>
</head>
<body>
<div style="" class="roundedd">
class="rounded {10px}"
</div>
</body>
</html>

這里測試了一下發(fā)現(xiàn)一個問題bug:若background-color:#eeeeee;寫成background-color:red;或 background-color:yellow;在火狐沒問題,如果是IE的話就看不到效果了,所以建議用顏色RGB代碼。
 
演示地址為:
 
http://www.malsup.com/jquery/corner/

希望本文所述對大家的jQuery程序設(shè)計有所幫助。

相關(guān)文章

最新評論