Closed Thread Icon

Topic awaiting preservation: Placing a div on the very end of a table cell. (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=27272" title="Pages that link to Topic awaiting preservation: Placing a div on the very end of a table cell. (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Placing a div on the very end of a table cell. <span class="small">(Page 1 of 1)</span>\

 
Maskkkk
Paranoid (IV) Inmate

From: Indiana, PA
Insane since: Mar 2002

posted posted 01-06-2006 21:46

Hi Asylumites,

How do you place an absolutly positioned div at the very end of a table cell? /w Javascript
(I.E. like directly on border area between the left table cell, and the right table cell?)

-------- --------
|here->| |
----------------

Thanks,



- AIM: MASKKKK

01001101011000010111001101101011011010110110101101101011

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 01-07-2006 00:49

http://reisio.com/temp/maskkkk/ ?

Maskkkk
Paranoid (IV) Inmate

From: Indiana, PA
Insane since: Mar 2002

posted posted 01-09-2006 17:32

Okay so my diagram wasn't very good. (I ment the end of the table cell...where the first table cell starts and the other one ends.)



- AIM: MASKKKK

01001101011000010111001101101011011010110110101101101011

DL-44
Lunatic (VI) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 01-09-2006 17:38
quote:

Maskkkk said:

(I ment the end of the table cell...where the first table cell starts and the other one ends.)



Ok.....that did absolutely nothing to help clarify...

How about posting an actual page, and explaining what is going wrong?

Blaise
Paranoid (IV) Inmate

From: London
Insane since: Jun 2003

posted posted 01-09-2006 18:05

If you mean between table cells, then that's just not possible, it's not semantic, and a browser won't render it properly

code:
<table>
  <tr>
    <td></td>
    <div></div>
    <td></td>
  </tr>
</table>

This won't be good for anything, the only elements allowed inside a table row (<tr> are either <td> or <th>. You can however use most tags inside <td>'s.

Have you tried using column spans?

I may not be getting what you want exactly, but there will certiainly be a work around, perhaps you could tell us what you're trying ot create and we can offer some suggestions.

Cheers,

« BackwardsOnwards »

Show Forum Drop Down Menu