Answer the question
In order to leave comments, you need to log in
Why layout error in Chrome under Windows?
Good afternoon.
Under Windows in Chrome, an unpleasant glitch was found - the first letter in the list sags.
In other browsers and in Chrome on the poppy is not noticed. What is interesting is that when hovering, it sort of aligns, although judging by the code, the color only changes there.
What could be causing this behavior?
The styles that render this list.
#listwrapper{
position: absolute;
top: 230px;
left: 30px;
width: 110px;
}
#listwrapper ul{
display: block;
}
#listwrapper ul li{
list-style: none;
line-height: 1.7em;
}
#listwrapper ul li a{
display: block;
font-family: "bebasneue regular";
font-size: 1.3em;
text-decoration: none;
color: #004842;
padding: 5px 0 2px 0;
}
#listwrapper ul li a:hover,
#listwrapper ul li a.active{
color: #fff;
}
Answer the question
In order to leave comments, you need to log in
font rendering glitch, it happens very often, not with one browser, but with another
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question