how to maintain height ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nitya Kumar
    New Member
    • Mar 2012
    • 6

    how to maintain height ?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitl ed Document</title>
    </head>
    <body>
    <table width="200" border="1">
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td><marquee direction="up"> i want to see it from bottom to top means in full 600 height but it not scrolling how it will scroll in full 600 area ?</marquee></td>
    <td height="600" width="600">bod y</td>
    </tr>
    </table>
    </body>
    </html>



    i want to see it from bottom to top means in full 600 height but it not scrolling how it will scroll in full 600 area ? pls help me...
  • hellodipak
    New Member
    • Jun 2010
    • 26

    #2
    You can do this by defining height to the marquee tag. Here is a dynamic solution for HTML marquee height fixed

    Comment

    Working...