|
|
|
รบกวนพี่ๆ ช่วยผมหา css เมนูเหมือนเว็บตัวอย่างที่ให้มานี้หน่อยนะครับ |
|
|
|
|
|
|
|
เปิด เว็บนี้ใน chrome แล้วกด ctrl+u ก็จะรู้เองครับ ว่าใช้ css ยังไง
|
|
|
|
|
Date :
2012-03-29 14:54:41 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองหาจาก google อ่ะครับ ลองพิมพ์ดูว่า css menu ก้ได้ครับ มีให้เลือกใช้เยอะครับ
เช่น http://www.cssmenumaker.com/
|
|
|
|
|
Date :
2012-03-29 14:55:17 |
By :
akkaneetha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
แบบว่ามือใหม่ ในเรื่อง css อ่ะครับ ช่วยหาให้หน่อยได้ไหมครับ หรือ โค๊ดตัวอย่างก็ได้ครับ เดี๋ยวผมมางมเองครับ ช่วยเหลือผมหน่อยนะครับ
|
|
|
|
|
Date :
2012-03-29 17:33:01 |
By :
มาส่องลอง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาผม เอามาให้เลย code หน้าตัวอย่างที่ต้องการ
Code (PHP)
/* =Menu
-------------------------------------------------------------- */
#access {
display: block;
padding-left:50px;
float: left;
margin: auto;
margin-top:30px;
width: 830px;
border-bottom:5px #595757 solid;
margin-left:50px;
}
#access .menu-header,
div.menu {
font-size: 13px;
margin-left: 12px;
width: 928px;
}
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
}
#access .menu-header li,
div.menu li {
float: left;
position: relative;
}
#access a {
color: #000;
display: block;
line-height: 50px;
padding: 0 25px;
text-decoration: none;
font-size:20px;
font-weight:normal;
font-family:Tahoma, Geneva, sans-serif;
}
#access ul ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
display: none;
position: absolute;
left: 0;
float: left;
z-index: 99999;
}
#access ul ul li {
float:left;
}
#access ul ul ul {
top: 0;
}
#access ul ul a {
line-height: 1em;
padding: 15px;
height: auto;
color:#FFF;
}
#access li a:hover
{
background:url(images/pointer.png) no-repeat center bottom;
}
#access ul ul li a:hover {
color:#E660A4;
background:none;
}
#access ul li:hover > ul {
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
position: absolute;
display: block;
height: 45px;
position: absolute;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width:500px;
background:#595757;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #000;
background:url(images/pointer.png) no-repeat center bottom;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color: #fff;
}
h2.serv, h2.servv, h2.serv a
{
color:#b30135;
font-size:24px;
text-decoration:none;
text-align:center;
padding-bottom:10px;
}
h2.servv
{
background:url(images/Rose-64.png) no-repeat center left;
padding-left:80px;
font-size:18px;
text-align:left;
padding-bottom:0px;
}
.small
{
font-size:10px;
color:#b30135;
font-family:Tahoma, Geneva, sans-serif;
}
|
|
|
|
|
Date :
2012-03-29 17:53:01 |
By :
lootboom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|