View Single Post
  #1 (permalink)  
Old 08-02-06, 09:42 AM
Ares Ares is offline
Newbie Coder
 
Join Date: May 2006
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Draggable Tables

How can i make my tables draggable, cross-browser as well, thnx in advanced.

Page Code:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Template_003</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<STYLE type="text/css">
 <!--
 BODY { 
               background-repeat:repeat-x;
               background-position:top center;
               background-attachment:fixed }
 -->
</STYLE>
<body bgcolor="74513b" background="images/bg.jpg">
<table width="39%"  border="0" cellspacing="0" cellpadding="0" name="Content Box">
  <tr> 
    <td height="169"><table width="407"  border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td colspan="3"><img src="images/Template_003_01.png" width="404" height="11"></td>
        </tr>
        <tr> 
          <td width="43"><img src="images/Template_003_02.png" width="43" height="15"></td>
          <td width="345" height="15" bgcolor="6c513f"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Text 
              Text Text Text Text Text</strong></font></div></td>
          <td width="19"><img src="images/Template_003_04.png" width="16" height="15"></td>
        </tr>
        <tr> 
          <td colspan="3"><img src="images/Template_003_05.png" width="404" height="30"></td>
        </tr>
      </table>
      <table width="407"  border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="13"><img src="images/Template_003_06.png" width="13" height="100%"></td>
          <td width="375" bgcolor="ccb2a2"><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Text 
              Text Text Text Text Text Text Text Text Text Text Text Text Text 
              Text Text Text Text Text Text Text Text Text Text Text Text Text 
              Text Text Text Text Text Text Text Text Text Text Text Text Text 
              Text Text Text Text Text Text Text Text Text Text</font></div></td>
          <td width="19"><img src="images/Template_003_08.png" width="16" height="100%"></td>
        </tr>
        <tr> 
          <td colspan="3"><img src="images/Template_003_12.png" width="404" height="55"></td>
        </tr>
      </table></td>
  </tr>
</table>
Reply With Quote