Title of tabs appear on the right side of vertical accordion
问题 What's going on? : The accordion is working properly, but the tabs show up on the right side of the accordion. jQuery $(document).ready(function(){ $(".accordion .title").click(function(){ $(this).next(".accordion .details").slideToggle(500) }).next().hide(); }); CSS : Hoverbox .hoverbox { cursor: default; list-style: none; } .hoverbox a { padding-top: 5px; cursor: default; text-decoration: none; color: black; } .hoverbox a .preview { display: none; } .hoverbox a:hover .preview { display: