2012年1月31日 星期二

【筆記】如何用去除圖片上超連結的虛線及外框

在css中設定下列style 即可消除點選下去時的虛線邊框

A{
outline: none;   /*** for FF & Chrome ***/
behavior:expression(this.onFocus=this.blur());    /*** for IE ***/

}

在html img tag 中設定 border = 0 即可消除圍繞在圖檔外框的超連結外框

沒有留言: