Posted by dingbat on 08/10/05 15:01
Noozer wrote:
> <div class="result">
> .results {
Typo. Result or results ?
Check the content model of <span> vs. <div> too. I'd expect to be
using <div> here more than <span>
Always get worried when you set <span>s to be display:block, or <div>s
to be display:inline; You can do it, there are sometimes good reasons
to be doing it, but they tend to be the minority.
Navigation:
[Reply to this message]
|