html css 其餘經常使用 onclick跳轉

opacity: 0.5. 0-1  透明度

cursor: pointer;手指

clear:both 清楚浮動

我是醫生不是人

文本內容超出框
word-wrap:break-word; 
word-break:break-all; 
overflow: hidden;    

先後端時間格式統一
{{ row.date|date:"Y-m-d H:i:s" }}


去除默認樣式,右下角的可拉伸
input,button,select,textarea{outline:none} textarea{resize:none}

css

點上去變成小手形狀
style="cursor: pointer"
 修改圖片弧度 默認是0
border-radius:15px
   
使用onclick跳轉到其餘頁面/跳轉到指定url

☆若是是本頁顯示能夠直接用location,方法以下:javascript

  ①onclick="javascript:window.location.href='URL'"
  ②onclick="location='URL'"
  ③onclick="window.location.href='URL?id=11'"
☆若是頁面中有frame能夠將在location前面添加top.mainframe.frames['right_frame'].location
 
text-decoration: noneCSS文字修飾爲無;通常用於設置清除超連接的默認下劃線: 如a連接的下劃線等。。。
相關文章
相關標籤/搜索