menu
Re: menu
Jedno z nich jest tutaj zastosowane.
http://sesprites.herobo.com/
http://sesprites.herobo.com/
Re: menu
- "custom_menu.jpg", "custom_menu_end.jpg" i "no_flicker.jpg" dajesz do theme/images
- "animate.js", "jquery_core_mini.js" i "custom_menu.html" dajesz do template
- do "common.css" dodajesz na końcu fragment "sprites.css" od do końca
- w "overall_header.html" przed "</head>" dajesz
- gdzie chcesz mieć menu dajesz
Z "animate.js" możesz usunąć początek do
- "animate.js", "jquery_core_mini.js" i "custom_menu.html" dajesz do template
- do "common.css" dodajesz na końcu fragment "sprites.css" od
Kod: Zaznacz cały
.kwicks {list-style: none; position: relative; width: 875px; margin: 0 auto; padding: 0; background-image: url("{T_THEME_PATH}/images/no_flicker.jpg");}
- w "overall_header.html" przed "</head>" dajesz
Kod: Zaznacz cały
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery_core_mini.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/animate.js"></script>Kod: Zaznacz cały
<!-- INCLUDE custom_menu.html -->Kod: Zaznacz cały
Kwicks for jQuery (version 1.5.1)