Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
jquery tools overlay - misteriozni border u ie

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
fanatic



Joined: 02 Nov 2004
Posts: 81
Location: vienna

PostPosted: 19.12.2010 20:49    Post subject: jquery tools overlay - misteriozni border u ie Add user to your forum ignore list Reply with quote

koristim jquery tools za sasvim jednostavan apple style overlay, sve radi ok, osim u IE, gdje dobijam misteriozni border kao na slijedecoj slici:

http://www.flickr.com/photos/92282377@N00/5273048769/

ima neko ideju u cemu bi mogao biti problem? koliko ja uspijevam vidjeti, taj border ne pripada div kontejneru id=modal1. ovdje je kod, koji je straight forward:
Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<script type="text/javascript" src="/ui/2009/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="/ui/2009/js/jquerytools/1.2.2/jquery.tools.min.js"></script>
</head>
<body>
<div id="overlay">
    <a href="#" rel="#modal1">Click me Baby</a>
</div>

<div id="modal1" style="display:none; width:300px; padding:15px; background-color: #fff; border:10px solid #f90"> <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. </p>

<div class="close"><a href="#">CLOSE</a></div> </div>

<script type="text/javascript"> $(function(){ $("#overlay a[rel]").overlay({ expose: '#000', effect: 'apple' }); }) </script> </body> </html>
Back to top
View user's profile Send private message
fanatic



Joined: 02 Nov 2004
Posts: 81
Location: vienna

PostPosted: 21.12.2010 09:22    Post subject: Add user to your forum ignore list Reply with quote

evo, stavih na server ako netko ima volju testirati:

http://www.peeksey.com/test/
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group