I
I
Igor2015-11-03 16:05:53
css
Igor, 2015-11-03 16:05:53

Why does a dark bar appear on a div?

https://vk.com/doc309751762_431502340
welovepavel.esy.es/1
rummaged and found that it was connected with .mc_item, but I didn’t understand how to solve the problem ...
what is the phenomenon and how to solve it?
The goal is to make 140 px and so that there is no stripe.
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Aleksandr, 2015-11-03
@IgorBee

.mc_item_wrap {height: 140px;} тут не изменили высоту

.mc_item {height: 140px;}

D
Denis Bukreev, 2015-11-03
@denisbookreev

how I like the fact that people whine because of idiotic bootstraps and the like
, don’t use this rubbish, type
this bootstrap with your hands worse than tabular layout, then you’ll figure out the hell in styles

I
Ilya, 2015-11-03
@znepok

Apparently, you apply the styles of the active element (li.active) to .mc_item > a, but you need to .mc_item
. you didn’t post the styles, then in my crystal ball I see something like this:
Change to
And the same for :hover

li.mc_item_wrap .mc_item:hover { background-color: ...; }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question