³»Á¤º¸

ÁÖ¹®Á¶È¸.°ü¸®

Ä¿¹Â´ÏƼ

¼Ö·ç¼Ç °ü·Ã °Ô½ÃÆÇ
 


 

Å׸¶Çü ÀÚÀ¯°Ô½ÃÆÇ

 


¤ýÀÛ¼ºÀÚ
¤ýÀÛ¼ºÀÏ 2013/09/10 22:45
¤ýºÐ ·ù ¸Þ´º
¤ýÁ¶È¸: 2067      
¤ýIP: 182.xxx.117
Fluid Navigation CSS & jQuery(¸Þ´º)

<html>
<style type="text/css">
#menuBarHolder { width: 730px; height:45px; background-color:#000; color:#fff; font-family:Arial; font-size:14px; margin-top:20px;}
#menuBarHolder ul{ list-style-type:none; display:block;}
.firstchild { border-left:1px solid #ccc;}
#container { margin-top:100px;}
#menuBar li{  float:left;  padding:15px; height:16px; width:50px; border-right:1px solid #ccc; }
#menuBar li a{color:#fff; text-decoration:none; letter-spacing:-1px; font-weight:bold;}
.menuHover { background-color:#999;}
.menuInfo { cursor:hand; background-color:#000; color:#fff; width:74px; font-size:11px;height:100px; padding:3px; display:none;  position:absolute; margin-left:-15px; margin-top:-15px;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;   -khtml-border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;border-radius-bottomleft: 5px;
}
h1 {
 font: 50px normal Georgia, 'Times New Roman', Times, serif;
 color: #111;
 margin: 0;
 text-align: center;
 padding: 5px 0;
 
}
h1 small{
 font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
 text-transform:uppercase;
 letter-spacing: 1.4em;
 display: block;
 color: #ccc;
}

</style>
<!--[if IE]>
<style type="text/css">
#menuBar li a{width:50px;}
.menuInfo { margin-left:-65px; width:80px;}
</style>
<![endif]-->
<script src="http://code.jquery.com/jquery-1.4.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
$('#menuBar li').click(function()
{
  var url = $(this).find('a').attr('href');
  document.location.href = url;
});
$('#menuBar li').hover(function()
{
  
   $(this).find('.menuInfo').slideDown();
},
function()
{
 
  $(this).find('.menuInfo').slideUp();
});
});

</script>
 
 
<center>
<div id="container">
 <h1>Fluid Navigation<br />CSS &amp; jQuery <small>Tutorial by Addy Osmani</small></h1>
 
<div id="menuBarHolder">
<ul id="menuBar">
<li class="firstchild"><a href="javascript:#">Home</a><div class="menuInfo">I am some text about the home section</div></li>
<li><a href="javascript:#">Services</a><div class="menuInfo">I am some text about the services section</div></li>
<li><a href="javascript:#">Clients</a><div class="menuInfo">I am some text about the clients section</div></li>
<li><a href="javascript:#">Portfolio</a><div class="menuInfo">I am some text about the portfolio section</div></li>
<li><a href="javascript:#">About</a><div class="menuInfo">I am some text about the about section</div></li>
<li><a href="javascript:#">Blog</a><div class="menuInfo">I am some text about the blog section</div></li>
<li><a href="javascript:#">Follow</a><div class="menuInfo">I am some text about the follow section</div></li>
<li><a href="javascript:#">Contact</a><div class="menuInfo">I am some text about the contact section</div></li>
</ul>
</div>
</div>

</center>
 
</html>
   

   
¹øÈ£     ±Û Á¦ ¸ñ ÀÛ¼ºÀÏ Á¶È¸
80 Å׵θ®¾ø´Â Æ˾÷â 2018/09/18 (È­) 1505
79 Çѱ¹ÀÇ ÁÖ¿äµµ½Ã À§µµ, °æµµ 2018/09/18 (È­) 1131
78 MySQL ¹é¾÷°ú º¹±¸ : mysqldump, mysqladmin 2018/09/18 (È­) 1064
77 ±¸±ÛÀÌ ¸»ÇÏ´Â SEO, °Ë»ö¿£ÁøÃÖÀûÈ­ ¹æ¹ý 6°¡Áö 2018/09/18 (È­) 1979
76 div °¡¿îµ¥ Á¤·Ä 2018/09/18 (È­) 1003
75 ºÎÆ®½ºÆ®·¦ ¸Þ´º 2018/01/02 (È­) 1312
74 bootstap button menu1 2018/01/02 (È­) 1534
73 ¾ÆÅè ¿¡µðÅÍ ´ÜÃàÅ° ¸ðÀ½ 2017/11/23 (¸ñ) 2282
72 PHP ¹®¹ý 2014/07/25 (±Ý) 2506
71 ¸ÞŸÅÂ±× ¼Ó¼º Á¤¸® 2014/01/31 (±Ý) 2399
70 border-collapse´Â Å×ÀÌºí ¶Ç´Â ¼¿ÀÇ Å׵θ®¼± Ç¥½Ã¹æ¹ýÀ» ÁöÁ¤ÇÏ´Â ¼Ó¼ºÀÔ´Ï´Ù. 2013/10/17 (¸ñ) 2152
69 Áöµµ.ÁÂÇ¥.ÁÖ¼Ò ¸¸µå´Â ±¸±ÛÁöµµ 2013/10/09 (¼ö) 2457
68 css ¼¼·Î¸Þ´º(menu) 2013/10/02 (¼ö) 2331
67 css with jquery ¸Þ´º 2013/09/10 (È­) 1919
66 css ¸Þ´º 2013/09/10 (È­) 1957
65 Fluid Navigation CSS & jQuery(¸Þ´º) 2013/09/10 (È­) 2067
64 CSS Vertical Menu 2013/08/04 (ÀÏ) 2390
63 Navbar ...¸Þ´º 2013/07/31 (¼ö) 2079
62 ±¸±Û, ¹ÙÀ̵Πµî ÇØ¿Ü °Ë»ö¿£Áø »çÀÌÆ®µî·Ï, Áß¿äÇÑ °ÍÀº? 2013/07/21 (ÀÏ) 2328
61 InfoWindow ÀÚµ¿ ¶ç¿ì±â - v3 2013/07/19 (±Ý) 2825
60 Google maps V2 - sidebar list + category + color icons.........2 2013/07/19 (±Ý) 2271
59 ±¸±ÛÁöµµ¿¡ Áö¸íÀ̸§ Ãß°¡ (ÅؽºÆ® Çü) 2013/07/15 (¿ù) 2258
58 Google maps V3 - sidebar list + category + color icons.........3 2013/07/15 (¿ù) 2912
57 text label google maps v3 2013/07/14 (ÀÏ) 2418
56 ±¸±ÛÁöµµ ÁÂÇ¥ ã±â 2013/07/14 (ÀÏ) 2781
55 BING °Ë»ö°ü·Ã ¾ÆÀÌÇÇ ¸ðÀ½ 2013/06/25 (È­) 1919
54 ±¸±Û ÁÂÇ¥(À§µµ. °æµµ)°ªÀ» ¸¶¿ì½º Ŭ¸¯À¸·Î ãÀ» ¼ö ÀÖ½À´Ï´Ù. 2013/06/13 (¸ñ) 4585
53 ¿©·¯ °Ë»ö¿£Áø¿¡ »çÀÌÆ®¸Ê Á¦ÃâÇϱâ 2013/06/11 (È­) 2507
52 GoogleÀÇ À妽º³ª ·©Å· µî¿¡ °üÇÑ 10ÀÇ ¿ÀÇظ¦ Google °ø½Ä 2013/06/11 (È­) 2205
51 ¾ßÈÄ/ºù¿¡¼­ À妽Ì/Å©·Ñ¸µÀÌ ¾ÈµÇ´Â ¹®Á¦ ÇØ°á 2013/06/11 (È­) 2272
123

 

 

 

Àå¹Ù±¸´Ï 0
»óÇ°º¸°üÇÔ 0
¿À´Ãº»¸ñ·Ï 0
°è»ê±â
Æ÷Åа˻ö
ȸ»ç¼Ò°³ £ü  ±¤°í¹®ÀÇ £ü  Á¦ÈÞ¹®ÀÇ £ü  ÀÌ¿ë¾à°ü £ü  û¼Ò³â º¸È£Á¤Ã¥ £ü  °³ÀÎÁ¤º¸ Ãë±Þ¹æħ £ü  °í°´¼¾ÅÍ £ü  »çÀÌÆ®¸Ê
ÁÖ¼Ò : ¼­¿ïƯº°½Ã ¼ºµ¿±¸ ¿ë´ä25±æ 15-1(¿ë´äµ¿) | »óÈ£ : ¿ÃÆ÷¼ÒÇÁÆ®(allfor.kr) | ´ëÇ¥ÀÚ:±è¿µ±æ | ¾÷Å : ¼­ºñ½º.¼Ò¸Å | Á¾¸ñ : ȨÆäÀÌÁöÁ¦ÀÛ. ¼Ö·ç¼Ç°³¹ß. Åë½ÅÆǸŠE-MAIL : admin@allfor.kr | ¢Ï : 070-8116-9964 | 010-5711-7987 | »ç¾÷ÀÚµî·Ï¹øÈ£ : 263-46-00104 | °³ÀÎÁ¤º¸°ü¸® Ã¥ÀÓÀÚ : ±è¿µ±æ