Search Results

0
votes
6answers
236 views

to use table or to use div? [closed]

Possible Duplicate: Tables instead of DIVs Is there a s …
1
vote
3answers
214 views

When will <td valign=”top”> not working?

Have you guys ever concluded about this? Now I've met one,very strange,don't know why. My code: <td valign="top"> <input type="text" /> <ifram …
0
votes
2answers
313 views

How to vertical align <input> and <iframe> inside <td>?(demo included)

Hi all. The page is very simple here: http://maishudi.com/test.php code: <table> <tr> & …
1
vote
2answers
89 views

Is <th> only semantically different from <td>?

Their looks are the same actually …
0
votes
3answers
142 views

How to add a new row to a specified table with jQuery?

Is there a built-in method to do this? And how to make table rows selectable and then delete a selected row? …
0
votes
1answer
28 views

how to make empty rows as high as those non-empty rows?

<table id="experiences" cellpadding="0" border="1" width="100%"> <caption>table name</caption> <tr><th>col1</th><th>col2</th><th&g …
-2
votes
3answers
161 views

three questions about table manipulation with jQuery

1.how to highlight the row when mouse is on,then de-highlight when mouse is out 2.how to update a specified row with new values? 3.how to get number of rows in table? …
0
votes
3answers
95 views

table UI design

There are 4 rows in a table to user to fill. The first row MUST NOT be empty. The others are optional. How to create the look and feel to announce that? Should be in …
0
votes
3answers
324 views

Table inside div,but stil higher than parent div

Why does height="100%" attribute fail to work in the following snippet? <table height="100%" width="100%"> EDIT: code as follows: …
1
vote
2answers
90 views

How to add a <tbody> to the beginning of <table> with jQuery?

<table id="tab"> <tbody> ... </tbody> </table> Likve above,there is already <tbody> inside <table>, $.append …
0
votes
3answers
188 views

why <td > height not equal to <img > height inside of it when DOCTYPE is XHTML 1.0 Strict?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="e …