![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||||||
| |||||||
|
|
The table itself is positioned with <div> tags. |

|
when I use <div> tags to position the rows within the table nothing happens. |
|
In the following example, I want to position two table rows relative to the table itself. |
|
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; |
|
style type="text/css" |
|
div style="position: absolute; left: 74px; top: 58px; width: 492px; height: 71px;" |
|
table width="469" cellpadding="0" cellspacing="1" class="tableDefault" |
#2
| |||
| |||
|
|
*Herbman* <hramos67 (AT) yahoo (DOT) com>: The table itself is positioned with <div> tags. How do you do that? Usually one would use CSS for that. ![]() when I use <div> tags to position the rows within the table nothing happens. 'Div' isn't allowed inside 'table' nor 'tbody',is 'screeched.' |
#3
| |||
| |||
|
|
"Christoph Paeper" <crissov2003Q4 (AT) gmx (DOT) net> wrote in message news:bo1sf8$erh$1 (AT) ariadne (DOT) rz.tu-clausthal.de... *Herbman* <hramos67 (AT) yahoo (DOT) com>: 'Div' isn't allowed inside 'table' nor 'tbody',.... What is wrong with tbody being in a table? |
#4
| |||
| |||
|
|
'Div' isn't allowed inside ('table' nor 'tbody'),is 'screeched.' |
|
What is wrong with tbody being in a table? Are you sure about that? Can you clarify please David |
#5
| |||
| |||
|
|
"David Graham" <david.graham18 (AT) ntlworld (DOT) com> wrote in message "Christoph Paeper" <crissov2003Q4 (AT) gmx (DOT) net> wrote in message *Herbman* <hramos67 (AT) yahoo (DOT) com>: [nothing that you quoted] |
|
'Div' isn't allowed inside 'table' nor 'tbody',.... What is wrong with tbody being in a table? I read that as.. 'Div' isn't allowed inside 'table' and 'div' isn't allowed inside 'tbody'.. |
#6
| |||
| |||
|
|
On Sun, 2 Nov 2003, Andrew Thompson wrote: "David Graham" <david.graham18 (AT) ntlworld (DOT) com> wrote in message "Christoph Paeper" <crissov2003Q4 (AT) gmx (DOT) net> wrote in message *Herbman* <hramos67 (AT) yahoo (DOT) com>: [nothing that you quoted] 'Div' isn't allowed inside 'table' nor 'tbody',.... What is wrong with tbody being in a table? I read that as.. 'Div' isn't allowed inside 'table' and 'div' isn't allowed inside 'tbody'.. Indeed. More accurately, it "isn't allowed as the immediate descendent of ...". Wrapped in a table cell, which in turn is wrapped in a table row, div would be fine. |
#7
| |||
| |||
|
|
"David Graham" <david.graham18 (AT) ntlworld (DOT) com> wrote in message "Christoph Paeper" <crissov2003Q4 (AT) gmx (DOT) net> wrote in message 'Div' isn't allowed inside 'table' nor 'tbody',.... What is wrong with tbody being in a table? I read that as.. 'Div' isn't allowed inside 'table' and 'div' isn't allowed inside 'tbody'.. |
![]() |
| Thread Tools | |
| Display Modes | |
| |