
12-08-2011, 06:14 PM
|
|
|
Join Date: Apr 2008
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
it is also working but it prevents working of ck editor.
Quote:
Originally Posted by mun3im
http://www.nextgenerationgamers.co.uk/forums/
with the power of god i have fix the problems
so for any one who got prob with having to many script jquery on forum he have to use this code :
Code:
<!--- rocketDock Menu developed and Translated to Arabic By Twi[L]ighT Dz , www.shba7.cc/vb -->
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CSS Mac Dock</title>
<script type="text/javascript" src="http://shba7.cc/vb/js/jquery.js"></script>
<script type="text/javascript" src="http://shba7.cc/vb/js/bar.js"></script>
<!--[if lt IE 7]>
<style type="text/css">
div, img { behavior: url(http://shba7.cc/vb/iepngfix.htc) }
</style>
<![endif]-->
<link href="http://shba7.cc/vb/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="dock" id="dock">
<div class="dock-container">
<a class="dock-item" href="your link here"><img src="images/home.png" alt="home" /><span>home</span></a>
<a class="dock-item" href="your link here"><img src="images/email.png" alt="contact us" /><span>contact us</span></a>
<a class="dock-item" href="your link here"><img src="images/portfolio.png" alt="usercp" /><span>usercp</span></a>
<a class="dock-item" href="your link here"><img src="images/fb.png" alt="facebook" /><span>follow as on facebook</span></a>
<a class="dock-item" href="your link here"><img src="images/tw.png" alt="twitter" /><span>follow as on twitter</span></a>
<a class="dock-item" href="your link here"><img src="images/history.png" alt="time" /><span>time</span></a>
<a class="dock-item" href="your link here"><img src="images/calendar.png" alt="calendar" /><span>calendar</span></a>
<a class="dock-item" href="your link here"><img src="images/rss.png" alt="rss" /><span>RSS</span></a>
</div>
</div>
<script type="text/javascript">
$(document).ready(
function()
{
$('#dock').Fisheye(
{
maxWidth: 50,
items: 'a',
itemsText: 'span',
container: '.dock-container',
itemWidth: 40,
proximity: 90,
halign : 'center'
}
)
}
);
</script>
</body>
</html>
the deference between the first code and the second is :
first code : you upload script js to host ( if you have too many script it will be a prob because some scripts will stop )
second code : to resolve the issue we call the scripts js from another host so i put from my own website + u can make changes always
i hope that be helpful brother if you need something eals just ask from me
|
|