how to use marquee with table in asp .net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mahesh joshi
    New Member
    • Jul 2010
    • 1

    how to use marquee with table in asp .net

    how to use marquee with table in asp .net
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Place the table within a Panel or a <div> and set the CSS style for that Panel or <div> to a set height and width. Then set the style overflow style scroll. This will make the scroll bars appear.

    -Frinny

    Comment

    Working...