Forum Moderators: not2easy
#search_results ul { clear:both; }
with:
ul#search_results { clear:both; }
Is one more reliable than the other?
First, is an unordered list inside some parent element, where that parent element has an ID of search_results.
Second, is an unordered list that itself has an ID of search_results, directly attached to it.