jquery插件innerfade已經結束了我的css樣式的保證金。 無法重新對齊。jquery innerfade插件騎css
CSS:
.changer{
margin: 0 auto;
font-size: 2em;
font-weight: bold;
}
HTML:
<div class='changer'>
<p>Am a <span class='highlight1'>Web Maker </span></p>
<p>Am a <span class='highlight1'>Windows Phone Dev</span></p>
<p>Am a <span class='highlight1'>Reverse Engineer</span></p>
<p>Am an <span class='highlight1'>UI/UX Lover </span></p>
<p>Am a <span class='highlight1'>Geek</span></p>
<p>Am a <span class='highlight1'>Human </span></p>
</div>
JQuery的:
$(document).ready(
function(){
$('.changer').innerfade({
animationtype: 'slide',
speed: 750,
timeout: 2000,
type: 'sequence',
containerheight: '1em'
});
});
請注意,此代碼不會工作直到你添加innerfade插件,所以請注意,如果你正在測試代碼。 謝謝。
那麼試着添加'!important'到你的'css'! –
@guruprasad Rao。, 已經試過了, 不行。 –
使用此插件時,我看不出邊距有任何問題:http://jsfiddle.net/dekkard/37zutmsk/。我錯過了什麼嗎? – dekkard