Jump to content
  • 0

jquery corners


versoul
 Share

Question

с помошь. плагина скругляю уголки у дивов, и все бы хорошо,но ие 6 и 7 отображают места под скругленными углами не прозрачными а белыми. Прошу помощи кто может знает...вот код котрым скругляю углы

	<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".big-block").corner("round 8px").parent().filter(".o").css('padding', '2px').corner("round 10px");
});
</script>

подключение и сам блок

<div class="o"><div class="big-block">
</div></div>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

А ты сначала через FireBug посмотри, что этот плагин делает с твоими дивами. Может сам поймешь, что к чему. А так ты даже ссылки не дал, откуда взял этот плагин. Я тоже могу написать плагин $.corner, только он уже будет отличаться от того, что у тебя.

Для IE ничего лучше углов картинками не придумано. Так что придется либо смириться, либо наслаждаться кучей вложенных дивов, либо использовать картинки.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy