我有這樣的問題:我可以刪除wordpress內聯css嗎?
<img src="http://localhost:8080/wordpress/wp-content/themes/ITR/timthumb.php?src=http://localhost:8080/wordpress/wp-content/uploads/2012/05/90-0331-e1336510507762.jpg&w=940&h=320&zc=1" alt="" class="png preload" ;="" style="opacity: 0;" />
我想改變style="opacity: 0"
到style="opacity: 100"
我怎麼能這樣做?用jQuery?
請注意,不透明度設置一個值在0和1之間 – michaelward82
@ michaelward82:你說的沒錯,但是高於1的任何值都不會被視爲1? –
規範建議:「範圍0.0(完全透明)到1.0(完全不透明)之外的任何值都將被限制在此範圍內。」 - http://www.w3.org/TR/css3-color/#transparency - 當然,這意味着你會依靠正確的錯誤處理。 – michaelward82