Robert
Scoble: Design work ahead tonight. Bear with the ugliness
for a while.
In Mozilla, I can't even click on the comment link on this blog
entry. Recommendation: the
validator is your friend. For starters, it is <div
class="comment">, not <div
id="comment">.
Strangely, once you get lower down the page, the comment links start working again (at least in Firebird, dunno about "big" Mozilla). Looks like the RHS nav bar element is reaching all the way across the page and blocking mouse access to whatever's underneath it.
OK, I've done some more investigation, and my comment on validation turns out to be a red herring. The real problem is that the underlying content and links boxes overlap, something that is not visually apparent as content is defined to "float".
My recommendation is the stylesheet be changes so that both the content and links float, thus:
I've seen this one happen before. Everything seems normal in IE/Win, but Mozilla and IE/Mac and Safari/Mac can't click. Like Sam says, it's an issue of overlapping regions and z-order.
Sam's float technique will work well if you want the sidebar to grow to match the size of the page. You could also use absolute positioning and fixed width, combined with the main content having a right padding/margin.
Yikes, I shoulda run the validator before I went to bed last night. Sam Ruby and friends are helping me clean it up. Some crud will probably remain until tonight. Everything will remain ugly until tonight cause I basically ripped......
[more]