欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

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

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

本文實(shí)例講述了jquery插件corner實(shí)現(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>

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

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

相關(guān)文章

最新評(píng)論