Hi I am using a jquery pluguin called simpleimagecheck that replaces the checkbox by an image but the text alongside is not middle aligned. i tried
input[type=checkbox]
{
vertical-align: middle;
}
doesn开发者_运维百科t work, if anyone could help that would be great
Since you are saying this plugin replaces the check box by an image then this css will not be applied. Use a class name or by tag as per the markup that is generated.
精彩评论