atama no ii img attr (eq to index wo tsukau)

(function($){ $(document).ready(function(){ var thumbs = $(".thumb img"); var top_images = $(".top img"); thumbs.hover(function(){ top_images.hide().eq(thumbs.index($(this))).show(); }); }); })(jQuery); @charset "UTF-8"; body { background-color: #FED; } h1 { color: #630; font-family: serif; text-align: center; } .images_area { margin: 0 auto; overflow: hidden; width: 640px; } .thumb { float: left; list-style-type: none; margin: 0; overflow: hidden; width: 300px; } .thumb li { cursor: pointer; float: left; padding: 0; margin-right: 5px; margin-bottom: 5px; } .thumb li:hover { opacity: 0.8; } .thumb img { height: 145px; padding: 0; vertical-align: bottom; width: 145px; } .top { float: left; height: 295px; list-style-type: none; margin: 0; padding: 0; width: 295px; } .top img { height: 295px; width: 295px; } .top img:nth-child(2), .top img:nth-child(3), .top img:nth-child(4) { display: none; } サムネイルと同じ連番のものがtopで表示される。頭いいね

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.