Question: i started a new blank html file and create or import a 6 by 8 table with an id of Content. I then styled the
i started a new blank html file and create or import a 6 by 8 table with an id of Content.
I then styled the table where ever other row has a different background color
Now i Need some jquey help need when you hover over the table rows I want to apply a class of highlight on the current row you are hovering, this should be in you CSS file.
I also want this page to contain an appropriate image of your choice. I would like you to position the image to the top right of the webpage using Jquery.
Here is HTML:
| Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 | Row 1, Column 4 | Row 1, Column 5 | Row 1, Column 6 | Row 1, Column 7 | Row 1, Column 8 |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 | Row 2, Column 4 | Row 2, Column 5 | Row 2, Column 6 | Row 2, Column 7 | Row 2, Column 8 |
| Row 3, Column 1 | Row 3, Column 2 | Row 3, Column 3 | Row 3, Column 4 | Row 3, Column 5 | Row 3, Column 6 | Row 3, Column 7 | Row 3, Column 8 |
| Row 4, Column 1 | Row 4, Column 2 | Row 4, Column 3 | Row 4, Column 4 | Row 4, Column 5 | Row 4, Column 6 | Row 4, Column 7 | Row 4, Column 8 |
| Row 5, Column 1 | Row 5, Column 2 | Row 5, Column 3 | Row 5, Column 4 | Row 5, Column 5 | Row 5, Column 6 | Row 5, Column 7 | Row 5, Column 8 |
| Row 6, Column 1 | Row 6, Column 2 | Row 6, Column 3 | Row 6, Column 4 | Row 6, Column 5 | Row 6, Column 6 | Row 6, Column 7 | Row 6, Column 8 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
