开发者

simpleimagecheckbox vertical align

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜