some js to toggle here (DONE, WORK PERFECTLY);
html part below
CONTROL
click to display cell a with ID 1
click to display cell b with ID 2
...
CONTROL END
DISPLAY
table id="displayTBL"
<tr>
<td id="1" style="display:none">cell a</td>
<td id="2" style="display:none">cell b</td>
<td id="3" style="display:none">cell c</td>
<td id="4" style="display:none">cell d</td>
...
</tr>
table end
DISPLAY END
Syntax-wise, everything is working, however, style is not there yet,
yes, style, that's what I'm talking about.
By default, the "displayTBL" table is not displayed, each cell within the TR would be displayed upon request via CONTROL and JS,
so, now the "displayTBL" table would look like this if cell a and cell d are requested to be displayed subsequently:
(page format)
cell a cell d
what is desired would look like
cell a [b space] [c space] cell d
Do you follow me? No, you don't have to :) just offer me some style :)
Thank you.
your poor styleless soul :)
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
