document.write("
"); document.write("
"); function ksdh_ini() { $(".ksdh_line .ksdh_line_left ul").css("display","none"); $(".ksdh_line").css("width","118px"); $(".ksdh_line .ksdh_line_left").css("width","98px"); $("#ksdh_body").css("width","118px"); $("#ksdh_body").css("border","1px solid #136AAF"); $(".ksdh_line").css("padding","0"); $(".ksdh_line").css("margin","0"); $(".ksdh_line").css("border","0"); $(".ksdh_line .ksdh_line_left div").css({ borderBottom:"1px solid #f6f6f6", width:"100%", height:"28px", lineHeight:"28px" }); $(".ksdh_line .ksdh_line_left").css("text-indent","10px"); $(".ksdh_title a").css("font-weight","normal"); $(".ksdh_line .ksdh_line_left").hover(function(){ var container = document.createElement("div"); $container = $(container); $container.attr('id', 'small_container'); $container.html(""); $(this).find('div.ksdh_title').before($container); $container.css({ display:"block", position:"absolute", width:"273px", left:"-264px", overflow:"hidden", background:"#fff", border:"1px solid #136AAF", padding:"4px 0 4px 0", zIndex:1001 }); $(this).find('div.ksdh_title').css({ border:"1px solid #136AAF", borderLeft:"1px solid #fff", position:"relative", zIndex:1002 }); }, function(){ $(this).find('div.ksdh_title').css({ border:0, borderBottom:"1px solid #f6f6f6", zIndex:0 }); $("#small_container").remove(); }); } ksdh_ini();