html
I css:
/* ============================== header START =================================== */ nav { position: absolute; top: 68px; right: -1px; } nav ul { overflow: hidden; } nav ul li { float: left; padding: 0 0 0 1px; } nav ul li a { background: url(../images/menu-tail.png) repeat-x 0% 100%; float: left; height: 67px; overflow: hidden; padding: 0 19px 0 19px; line-height: 70px; font-size: 1.417em; text-decoration: none; color: #9a9a9a; } nav ul li.act a { background: url(../images/menu-tail-act.png) repeat-x 0% 0%; color: #fff; } nav ul li a:hover { background: url(../images/menu-tail-act.png) repeat-x 0% 0%; color: #fff; } /* =============================== header END ==================================== */
co mam zrobić aby było z tego menu rozwijane?