Results 1 to 4 of 4
Thread: SUB CSS
Hybrid View
-
21st November 2012 00:46 #1
SUB CSS
, ,
, . JavaScript, 4-5 , . 6. , , , ...Code:<ul class "sub"> </ul>
Code:$(function() {<script type = "text/javascript"/> $("ul.dropdown li").hover(function() { $(this).addClass("hover"); $('ul:first',this).css('visibility', 'visible'); }, function() { $(this).removeClass("hover"); $('ul:first',this).css('visibility', 'hidden'); }); $("ul.dropdown li ul li:has(ul)").find("a:first").append(" » "); }); </script>
-
21st November 2012 08:36 #2
, <script> javascript-. - "" , . - , CSS.
- .Fujistu Lifebook E756 | Core i7-6500U / 400MHz-3.1GHz | 8 GB DDR4-2133 | Samsung PM871 / 256 GB SSD | 15" 1920x1080 | Manjaro Linux + kernel 4.19
-
21st November 2012 14:19 #3
-
21st November 2012 14:44 #4Registered User
Join Date: Nov:2008
Location: Sofia
Posts: 97




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in