I don't believe this is a bug. If you look at the CSS of the site, you'll find
this style:
Global.css:
html {... overflow: -moz-scrollbars-vertical !important; }
If you look this up, you'll see this information:
(http://developer.mozilla.org/en/docs/Mozilla_CSS_Extensions#overflow)
-moz-
Because Opera on Linux also renders this text below the width of the
box, I can't help but think that the problem is due to a combination of
CSS scripting errors and font-size issues.
If you view the site in Windows, the text does not overflow the
confining box. In Linux, it does. If you compare
It loaded fine for me on Hardy with F3. It kind of looks like it may be
that the stylesheets aren't loading or something along those lines for
you on that page. Did you try refreshing, clearing cache, etc?
--
Firefox can't load http://advertise.chicagotribune.com properly
https://bugs.launchpad
You need to change the display type of the links to be block (display:
block) and possibly use float: left on the links to achieve the effect
you're looking for. This is merely the way CSS works, not a bug.
See the CSS 2.1 specification if you are in doubt:
http://www.w3.org/TR/CSS21/visudet.ht