摘要: 1、onclick="javascript:window.close();"在Chrome中不起作用 https://developer.mozilla.org/en-US/docs/Web/API/Window/close The Window.close() method closes the 阅读全文
posted @ 2017-06-13 17:48 AlexanderTheGreat 阅读(142) 评论(0) 推荐(0)
摘要: 1、当背景颜色设置为渐变,此时有个下拉菜单,未能渐变时,只需在下来菜单里也设置渐变即可 同时,去除下拉框的下三角,设置appearance为none即可 代码: 修改后效果为: 2、对于点击搜索框,出现黑色边框的解决方法。 修改后的效果为: 3、两张图片之间可能会有空白区域 放入两张图片后,把pad 阅读全文
posted @ 2017-06-13 17:01 AlexanderTheGreat 阅读(230) 评论(0) 推荐(0)