Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1. Setting the border colour ,style 2. In IE 7 , security warnig 3. how to fix the column width #20

Open
futurepriya opened this issue Nov 25, 2011 · 0 comments

Comments

@futurepriya
Copy link

  1. table.tablename {
    border-spacing: 0px;
    margin: 50px;
    border-color: gray;
    border-style: groove;
    border-width: 25px;

}
td.table {

border-color: gray;
border-style: ridge;
border-width: 1px;

}
i am not able fix the border properly........

  1. in IE7 security warning shown when i use the fixed column header plugin. how to eradicate this without warning
  2. the table data is generated dynamically... how to fix the column width so that UI looks fine
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant