Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Hover problems Reply To: Hover problems

#236562
Atelierbram
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;
}