Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Styling Unordered List Syntax Question


matthewamzn - 5:00 pm on Mar 26, 2009 (gmt 0)


I was having a problem styling a list for firefox 2. I finally solved it by replacing:

#search_results ul {
clear:both;
}

with:

ul#search_results {
clear:both;
}

Is one more reliable than the other?


Thread source:: http://www.webmasterworld.com/css/3879433.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com