meetselva / fixed-table-rows-cols

Fixed Table Header and Columns
http://meetselva.github.com/fixed-table-rows-cols/
Other
77 stars 42 forks source link

fixed column over lapping #15

Closed p0tvin29 closed 10 years ago

p0tvin29 commented 10 years ago

I'm having this problem when i try to use fixed columns (horizonal) it over-laps when i scroll as seen in the example pic:

test

meetselva commented 10 years ago

Looks like couple of CSS styles are causing the issue. I believe, The above image is an example from documentation website right? Did you get the CSS also from there?

If possible, share the link to the above code or put them in http://jsfiddle.net where I can look at this issue.

p0tvin29 commented 10 years ago

Yes i am trying to copy the doc demo and get it to work on my site.. here's a link to jsfiddle:: http://jsfiddle.net/e08vo6wp/1/

meetselva commented 10 years ago

Try setting the background color of the able like below,

.tblWrapper table { background-color: white; }
p0tvin29 commented 10 years ago

ah, perfect. thanks! great plugin :)