The problem you're facing is that the text in the marquee is inside of several div tags inside of a table. As a result vertical-align and valign mean nothing. You can access the div that contains the text from a stylesheet with - say:
Code:
#iemarquee {padding-top: 3px;}
Which works out about right for the demo page. But there is no vertical style for the div tag. It's contents are always at the top unless margin or padding are specified.
You might be interested in:
http://www.dynamicdrive.com/dynamici...wler/index.htm
A slightly more complex script which can do what Cross Browser Marquee can do, and much more. The advantage with it here is that if you have a text only marquee and don't specify padding or margin, the script centers it vertically for you.
Bookmarks