Select Plugin CSS Only Affects First Cell

Select Plugin CSS Only Affects First Cell

wallabe123wallabe123 Posts: 24Questions: 13Answers: 0

JSFiddle: https://jsfiddle.net/71bey9kn/#&togetherjs=zDDRBwPhPE

I have the above code - which works fine in Fiddle! - but when used in my own site, the select row only highlights the first cell, as shown below:

Has anyone seen this before? I'm guessing it could be due to a CSS conflict but I don't have any other table styling for this specific page.

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,343Questions: 26Answers: 4,954
    Answer ✓

    Its difficult to debug styling issues without seeing them. First place to start is to make sure you have all the correct JS and CSS files for the styling framework you are using. Use the Download Builder for this. Make sure you don't have conflicting CSS files.

    Kevin

Sign In or Register to comment.