获取内联和链接中的样式
生活随笔
收集整理的這篇文章主要介紹了
获取内联和链接中的样式
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
var head = document.getElementById( "box" );// alert( head.style.background )// alert( head.style.cssFloat || head.style.styleFloat ) // 獲取float不一樣// head.style.fontSize = "30px"head.style.color = "#f00";// (typeof head.style.cssFloat != "undefined" ) ? head.style.cssFloat = "right" : head.style.styleFloat = "right" 跨瀏覽器設置float// var style = ( window.getComputedStyle ? window.getComputedStyle( head,null ) : null ) || head.currentStyle; 跨瀏覽器獲取計算之后的樣式// alert( style.fontSize )// 這樣可以獲取到內聯和鏈接// 因為計算之后的樣式會駐留在瀏覽器的計算樣式里面 所以就可以獲取得到
總結
以上是生活随笔為你收集整理的获取内联和链接中的样式的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CA自签证书的颁发及应用
- 下一篇: HC3i论坛电子病历系统热门资源30个