开发者

simpleimagecheckbox vertical align

开发者 https://www.devze.com 2023-03-22 20:20 出处:网络
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

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

精彩评论

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