My using below code
<div>
<MARQUEE>
<ul>
<li>
<div>1</div>
<div>2</div>
<div>3</div>
</li>
</ul>
</MARQUEE>
</div>
The problem is that 1,2,3 are displayed vertically. This happening only in IE7. What i have to change for this to display this in horizontally?
Thanks in Advance