的中心我有以下選取框:選取框文本滑動到的div
<div id="tip"><marquee loop="1" direction="right" behavior="slide">Text</marquee></div>
以上代碼從左邊移動文本右側和DIV的右邊緣停止。有沒有辦法強制它停止在div的中心?我不能使用填充,因爲文本是隨機的,沒有固定的長度。
當前的行爲:
-------------------------------------------------------------------------- > > > > > > > > > Text --------------------------------------------------------------------------
我所期望的行爲:
-------------------------------------------------------------------------- > > > > > > Text --------------------------------------------------------------------------
emm http://stackoverflow.com/questions/4855252/disadvantages-of-marquee-tag – Tim 2012-02-09 09:59:27
@Tim我知道,但我的客戶想要它 – user16948 2012-02-09 10:01:09
你不能用JavaScript代替嗎? http://remysharp.com/2008/09/10/the-silky-smooth-marquee/ – Tim 2012-02-09 10:02:37