Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

guys some help please.. 1

Status
Not open for further replies.

coldfused

Technical User
Jan 27, 2001
2,442
US
ok this is what i got:

<table width=&quot;760&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>
<tr>
<td width=&quot;10&quot; height=&quot;150&quot; background=&quot;images/melocco_14.gif&quot;></td>
<td width=&quot;230&quot; height=&quot;150&quot; background=&quot;images/melocco_15.gif&quot;></td>
<td width=&quot;20&quot; height=&quot;150&quot; background=&quot;images/melocco_16.gif&quot;></td>
<td width=&quot;230&quot; height=&quot;150&quot; background=&quot;images/melocco_17.gif&quot;></td>
<td width=&quot;18&quot; height=&quot;150&quot; background=&quot;images/melocco_18.gif&quot;></td>
<td width=&quot;122&quot; height=&quot;42&quot; background=&quot;images/melocco_19.gif&quot;></td>
<td width=&quot;130&quot; height=&quot;42&quot; background=&quot;images/melocco_20.gif&quot;></td>
</tr>
</table>

Which looks like this

Now all the blue area has been filled in.On the far right the 7 tables are or will be buttons or links..Now I am fine up to the top row of buttons, which is in the code above images 19, and 20..Now 21, 22, 23, 24, 25 are where i am stuck..


How do I make the td's for the other 5 drop right down underneath 19 and 20..When I try to add another td it drops down underneath 14 which is the first td in that table..

Guys ?
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Like this:

[color]
Code:
<table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>
  <tr>
    <td rowspan=&quot;4&quot;>1</td>
    <td rowspan=&quot;4&quot;>2</td>
    <td rowspan=&quot;4&quot;>3</td>
    <td rowspan=&quot;4&quot;>4</td>
    <td rowspan=&quot;4&quot;>5</td>
    <td>6</td>
    <td>7</td>
  </tr>
  <tr>
    <td>8</td>
    <td>9</td>
  </tr>
  <tr>
    <td>10</td>
    <td>11</td>
  </tr>
  <tr>
    <td colspan=&quot;2&quot;>13</td>
  </tr>
 </table>
[/color] Regards
David Byng
spider.gif

davidbyng@hotmail.com
 
Like this:

Code:
<table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>
  <tr>
    <td rowspan=&quot;4&quot;>1</td>
    <td rowspan=&quot;4&quot;>2</td>
    <td rowspan=&quot;4&quot;>3</td>
    <td rowspan=&quot;4&quot;>4</td>
    <td rowspan=&quot;4&quot;>5</td>
    <td>6</td>
    <td>7</td>
  </tr>
  <tr>
    <td>8</td>
    <td>9</td>
  </tr>
  <tr>
    <td>10</td>
    <td>11</td>
  </tr>
  <tr>
    <td colspan=&quot;2&quot;>12</td>
  </tr>
 </table>
Regards
David Byng
spider.gif

davidbyng@hotmail.com
 
Your the man Dave ,

Thanks..



logo.gif


carlsatterwhite@orlandomediasolutions.com
 
This is what I have now dave and 21-25 are still not dropping down underneath..Now there to the right of 19-20..

<table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>
<tr>
<td rowspan=&quot;4&quot; width=&quot;10&quot; height=&quot;150&quot; background=&quot;images/melocco_14.gif&quot;></td>
<td rowspan=&quot;4&quot; width=&quot;230&quot; height=&quot;150&quot; background=&quot;images/melocco_15.gif&quot;></td>
<td rowspan=&quot;4&quot; width=&quot;20&quot; height=&quot;150&quot; background=&quot;images/melocco_16.gif&quot;></td>
<td rowspan=&quot;4&quot; width=&quot;230&quot; height=&quot;150&quot; background=&quot;images/melocco_17.gif&quot;></td>
<td rowspan=&quot;4&quot; width=&quot;18&quot; height=&quot;150&quot; background=&quot;images/melocco_18.gif&quot;></td>
<td rowspan=&quot;4&quot; width=&quot;122&quot; height=&quot;42&quot; background=&quot;images/melocco_19.gif&quot;></td>
<td rowspan=&quot;4&quot; width=&quot;130&quot; height=&quot;42&quot; background=&quot;images/melocco_20.gif&quot;></td>
</tr>
<tr>
<td width=&quot;122&quot; height=&quot;40&quot; background=&quot;images/melocco_21.gif&quot;></td>
<td width=&quot;130&quot; height=&quot;40&quot; background=&quot;images/melocco_22.gif&quot;></td>
</tr>
<tr>
<td width=&quot;122&quot; height=&quot;42&quot; background=&quot;images/melocco_23.gif&quot;></td>
<td width=&quot;130&quot; height=&quot;42&quot; background=&quot;images/melocco_24.gif&quot;></td>
</tr>
<tr>
<td colspan=&quot;2&quot; width=&quot;252&quot; height=&quot;26&quot; background=&quot;images/melocco_25.gif&quot;></td>
</tr>
</table>
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
first link is .htm
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Like this:

Code:
<table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>
  <tr>
    <td rowspan=&quot;4&quot; width=&quot;10&quot; height=&quot;150&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_14.gif&quot;></td>[/URL]
    <td rowspan=&quot;4&quot; width=&quot;230&quot; height=&quot;150&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_15.gif&quot;></td>[/URL]
    <td rowspan=&quot;4&quot; width=&quot;20&quot; height=&quot;150&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_16.gif&quot;></td>[/URL]
    <td rowspan=&quot;4&quot; width=&quot;230&quot; height=&quot;150&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_17.gif&quot;></td>[/URL]
    <td rowspan=&quot;4&quot; width=&quot;18&quot; height=&quot;150&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_18.gif&quot;></td>[/URL]
    <td width=&quot;122&quot; height=&quot;42&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_19.gif&quot;></td>[/URL]
    <td width=&quot;130&quot; height=&quot;42&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_20.gif&quot;></td>[/URL]
  </tr>
  <tr>
    <td width=&quot;122&quot; height=&quot;40&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_21.gif&quot;></td>[/URL]
    <td width=&quot;130&quot; height=&quot;40&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_22.gif&quot;></td>[/URL]
  </tr>
  <tr>
    <td width=&quot;122&quot; height=&quot;42&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_23.gif&quot;></td>[/URL]
    <td width=&quot;130&quot; height=&quot;42&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_24.gif&quot;></td>[/URL]
  </tr>
  <tr>
    <td colspan=&quot;2&quot; width=&quot;252&quot; height=&quot;26&quot; background=&quot;[URL unfurl="true"]http://www.orlandomediasolutions.com/melocco/images/melocco_25.gif&quot;></td>[/URL]
  </tr>
 </table>

Regards
David Byng
spider.gif

davidbyng@hotmail.com
 
Once again, your the man..

Trying to get a grip on this whole HTML thing..Learned Flash first..I think i'm doing this backwards, but what the hell, as long as I get it done right..

I owe ya beer..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Ok all is well now dave untill i try to put in the onmouseover for the links of the bottom tables..It's throwing it all out of wack again..

Will you please demonstrate how to add:

<td><a href=&quot;javascript:;&quot; target=&quot;_top&quot; onClick=&quot;MM_nbGroup('down','group1','techsupport','',1)&quot; onMouseOver=&quot;MM_nbGroup('over','techsupport','images/melocco_19over.gif','',1)&quot; onMouseOut=&quot;MM_nbGroup('out')&quot;><img src=&quot;images/melocco_19.gif&quot; alt=&quot;&quot; name=&quot;techsupport&quot; width=&quot;122&quot; height=&quot;42&quot; border=&quot;0&quot; onload=&quot;&quot;></a></td>

In place of the 19th table..I tried to do it like the ones on top but i'm guessing because of the rowspan you added that is why it's throwing it out of wack..

And because i'm an idiot newbie but thats besides the point..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top