UL staff_block doesn have closing tag
-
Tnomi,
Only open tag.
+It will be good to add following css for this UL to clear everything after. Because elements after it render wrong (because of floats left LI)
ul.staff_block:after {
visibility: hidden;
display: block;
font-size: 0;
content: ” “;
clear: both;
height: 0;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘UL staff_block doesn have closing tag’ is closed to new replies.