/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.custom ul#tabs li ul { display: none; position: absolute; list-style: none; } .custom ul#tabs li ul li { float: none; border: 1px solid #ddd; margin-left: -1px; } .custom ul#tabs li:hover ul { display: block; } .custom ul#tabs { margin-bottom: -1px; } .custom ul#tabs li.current_page_parent { background-color: #d5d5d5; }