Home › Forums › CSS › Hover problems › Reply To: Hover problems
January 10, 2016 at 1:07 am
#236562
Participant
Like it is now, all elements are undefined block elements, which width
defaults to 100%
. Would one, for example, float the wrapping container div
, then the width would collapse.
.MiniListAll {
float: left;
}