D
D
developerrr2015-08-31 17:19:53
css
developerrr, 2015-08-31 17:19:53

Why might :after not work in mozille?

Can you please tell me why this might not work in Firefox:

input.partial-check:after {
    display: block;
    content: "";
    background-color: #555;
    width: 4px;
    height: 50%;
    margin: 25% auto 0px;
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Fatzilla, 2015-08-31
@developerrr

For input, :before and :after do not apply.
For example: shpargalkablog.ru/2013/12/input-before-after.html
Or jQuery, actually.

H
Hoffman_ZZZ, 2015-08-31
@Hoffman_ZZZ

input.partial-check set to position: relative; ?
better upload here ( jsfiddle.net ) a code snippet and throw off the link, because it's so hard to say

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question