Forum'da ara:
Ara


Yazar Mesaj
Mesaj22.08.2010, 19:25 (UTC)    
Mesaj konusu: arkadaşlar üst menü kodu acill

arkadaşlar bana gri bir üst menü kodu lazım bir yardım ederseniz...
______________
↑
Mesaj22.08.2010, 19:38 (UTC)    
Mesaj konusu:

Merhaba,

Buyrun istediğiniz üst menü,

Önizleme;


Kod:

<!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>
<base href="http://www.ajaxdaddy.com/web20/jquery/css-dock-menu/">
<style type="text/css">
body {color: white;background: #52616F;}
a { color: white; }
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CSS Dock Menu</title>
<script type="text/javascript" src="javascript/jquery.js"></script>
<script type="text/javascript" src="javascript/interface.js"></script>

<link href="css/cssdockmenu.css" rel="stylesheet" type="text/css" />

<!--[if lt IE 7]>
<style type="text/css">
.dock img { behavior: url(css/iepngfix.htc) }
</style>
<![endif]-->

</head>
<body>
<!--top dock -->
<div class="dock" id="dock">
<div class="dock-container">
<a class="dock-item" href="#"><img src="images/home.png" alt="home" /><span>Home</span></a>
<a class="dock-item" href="#"><img src="images/email.png" alt="contact" /><span>Contact</span></a>
<a class="dock-item" href="#"><img src="images/portfolio.png" alt="portfolio" /><span>Portfolio</span></a>
<a class="dock-item" href="#"><img src="images/music.png" alt="music" /><span>Music</span></a>
<a class="dock-item" href="#"><img src="images/video.png" alt="video" /><span>Video</span></a>
<a class="dock-item" href="#"><img src="images/history.png" alt="history" /><span>History</span></a>
<a class="dock-item" href="#"><img src="images/calendar.png" alt="calendar" /><span>Calendar</span></a>
<a class="dock-item" href="#"><img src="images/rss.png" alt="rss" /><span>RSS</span></a>
<a class="dock-item" href="#"><img src="images/rss.png" alt="rss" /><span>RSS</span></a>
<a class="dock-item" href="#"><img src="images/rss2.png" alt="rss" /><span>RSS2</span></a>
</div>
</div>



<!--dock menu JS options -->
<script type="text/javascript">

$(document).ready(
function()
{
$('#dock').Fisheye(
{
maxWidth: 50,
items: 'a',
itemsText: 'span',
container: '.dock-container',
itemWidth: 40,
proximity: 90,
halign : 'center'
}
)
$('#dock2').Fisheye(
{
maxWidth: 60,
items: 'a',
itemsText: 'span',
container: '.dock-container2',
itemWidth: 40,
proximity: 80,
alignment : 'left',
valign: 'bottom',
halign : 'center'
}
)
}
);

</script>
</body>
</html>

______________
Forum'da yetkiniz olmadığından dolayı imzanızı değiştirmek durumdayım.
↑
Mesaj22.08.2010, 20:24 (UTC)    
Mesaj konusu:

İLK ÖNCE TEŞEKKÜRLER AMA ARADIĞIM ÜST AÇILIR GRİ BİR MENÜ...
______________
↑
Mesaj07.12.2010, 14:01 (UTC)    
Mesaj konusu:

kod çok güzel ben beğendim ama bunun resimleri olü link "X" işaretleri görünüyor.... bunu onarmamız mümkünmü? birde bu kodu nereye kopyalayacağız bilgi verirmisiniz? en iyi nereye yapıştırırsam güzel olur? teşekkürler
↑
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu