Tagged Questions

In general, a "table" is a data structure which stores data in rows and columns. When referring to a relational database, do not use this tag. Use the appropriate tag for the database to which the question refers. Tables in HTML The <table> element is used to display a grid of data, and is ...

learn more… | top users | synonyms (1)

0
votes
3answers
19 views

CSS: set color for selected row in a table

I need to add the following feature to my table: when the user clicks on a row (selects it), the row is marked with the color #FFCF8B (the same as hover). I tried #newspaper-b tbody tr.selected td, ...
0
votes
0answers
4 views

ajax calendar table width getting more than calendar container div

U can find the image here, must i maintain the same width for body_container, any ideas, please help me out...
0
votes
2answers
52 views

Can I change the <td> background if a field result is great or equal to another field?

I am displaying mySQL in an html table. I would like to change the TD background color of $qty to red IF $qty >= $max or $qty =< $min. Is there a simple a way to do this with jquery or php? I ...
0
votes
1answer
7 views

table floating over container's inner shadow

Ok, say I want to place my table inside a container with inner shadow, to make it look like it's deep inside a box or something like that. The problem is, when I give my table cells a background ...
0
votes
2answers
33 views

vertically style table using css or jquery

I have the following table: html: <table> <tr> <td>water<br /><br /></td> <td>oil</td> <td>fire</td> ...
1
vote
2answers
46 views

Convert table to multidimensional array

I'm somewhat of a JavaScript noob, so the solution to this may be more basic than I realize. I'm trying to grab data from this table and display it in an array. The table starts as follows: ...
0
votes
1answer
29 views

looping through two tables to generate a new table

I want to do a table valued function that returns a date and a number present for that day from a given numbers table. I already have a function that you provide with a start and finish date to get ...
0
votes
2answers
44 views

SQL Query not working

I have these four tables: SELECT [B_Key] ,[B_FiscalYear] ,[B_OrgCode] ,[B_SubObject] ,[B_Explanation] ,[B_CIPrefNo] ,[B_OrgBudgetAmt] ,[B_BudgetAmt] ,[B_Initials] FROM ...
3
votes
1answer
23 views

SQL: Table with multiple foreign keys linking to the same primary (2)

Just to expand on my previous issue - I have two tables in my database and I'll like to extract certain information. Tables below: (player): player_id (primary), playerName (match): match_id ...
-1
votes
0answers
24 views

Tables in VBA DOM [closed]

I've retreived the DOM in VBA, and would like to traverse and find content in the various tables in the DOM. What is the best way to retreive all tables and extract data from the various tr and td ...
0
votes
0answers
9 views

Automatic coloring of numbers according to size in LaTeX [migrated]

Scientific talks have their own culture, reporting the results, typically for me, in a table of the following form 1.7333 1.6472 1.5418 1.4682 1.5740 1.1525 1.2878 1.2652 1.3511 ...
0
votes
3answers
29 views

Align- and border issues of a table

For some reason, the table-styles on this advertisement page (the image of the laptop and the specifications). Normally, it should have a border and vertical-align in the middle. I found there was a ...
0
votes
1answer
23 views

Auto resizing, scrollable body/table content - fixed footer

I have recently came across a nasty issue in the design of a page. I want it to auto resize up to a minimum size. The width behaves as desired, yet the height seems to be unresponsive. Basically, I ...
3
votes
4answers
33 views

Jquery fade background / animate background colour on table row

After much google searching and looking through other posts here i still can't work out if this is yet possible. I want to basically have a set background colour on my table rows that fades to another ...
0
votes
2answers
29 views

how can i wrap the table trs with divs on rails?

view: <table><%= render(:partial => 'item') %></table> the partial: <div><tr><td>foo</td></tr></div> i'm expecting to see: ...

1 2 3 4 5 556
15 30 50 per page