摘要: min-width:300px; min-height:300px; max-width:1200px; max-height:600px; 阅读全文
posted @ 2017-06-08 15:58 Index娇 阅读(205) 评论(0) 推荐(0)
摘要: 用css 添加手状样式,鼠标移上去变小手,变小手 用css 添加手状样式,鼠标移上去变小手,变小手 cursor:pointer; 用JS使鼠标变小手onmouseover(鼠标越过的时候) onmouseover="this.style.cursor='hand'" cursor其他取值 auto 阅读全文
posted @ 2017-06-08 13:44 Index娇 阅读(449) 评论(0) 推荐(0)
摘要: border-radius: 0px 30px 30px 0px; 阅读全文
posted @ 2017-06-08 11:34 Index娇 阅读(106) 评论(0) 推荐(0)
摘要: js 在父窗口中获取iframe中的元素 1、 格式:window.frames["iframe的name值"].document.getElementByIdx_x("iframe中控件的ID").click(); 实例:window.frames["ifm"].document.getEleme 阅读全文
posted @ 2017-06-08 11:24 Index娇 阅读(530) 评论(0) 推荐(0)
摘要: $("div").parent("#mulumsgxxk").css("display","none");//查找父元素 $("p").find("#aaa").css('color','red'); $(".child_node").first().css("display","block");/ 阅读全文
posted @ 2017-06-08 10:59 Index娇 阅读(188) 评论(0) 推荐(0)