D
D
DigitalHNE2015-11-03 12:18:02
css
DigitalHNE, 2015-11-03 12:18:02

Special styles of Internet Explorer?

The bottom line is this: browsers add an indent to the left to li. For WebKit and Firefox, I fixed this indentation:

-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;

How to fix this for IE? -khtml doesn't help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mikhail, 2015-11-03
Chirskiy @chirskiy_mixail

-ms doesn't help?

D
demandeur, 2017-05-26
@demandeur

* {
margin: 0;
padding: 0;
}
/* your styling */

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question