I need a button spanning the entire length of a table that will perform the function of making a call to get the next data-set to save the user from having to manually selecting it.
Unfortunately my css is not that great. Any help? Thanks!
There is some confusion as to what I want, let me try to draw it.
| table |b|
| |u|
| |t|
|_______|n|
I can’t give you the mark up because it’s at work. Plus it’s heavily templated so it wouldn’t help much.
Ok, so that problem is a little trickier.
The problem with this solution is you need to give your content that sits on the right a width then add a margin to the table so that it does not hide behind the button.
There is a lot of information for you to take in over at this related question which points to some valuable resources.