5 ms·
Hey cool! We're a team of two so I'll be trying this out for sure. Your landing page lured me in perfectly. By the way, your <article> tags are rendering with a
by doctororange 15y ago
Hey cool! We're a team of two so I'll be trying this out for sure. Your landing page lured me in perfectly. By the way, your <article> tags are rendering with a white background-color, but I assume they're meant to be transparent/#202020. I'm using FF 7.0.1.
- adambrault 15y agoYeah, suddenly border-image rendering changed in Chrome between versions and Firefox got the short end of the stick. Sorry!
- doctororange 15y agoHm, maybe it's the border-image. For me, specifying `background-color: transparent;` to `#home article` fixes things right up, at least in firebug.
- adambrault 15y agoYep, and then, if I recall (and without looking), it removes the background on Chrome entirely (leaving it transparent and grey and unreadable instead of white in the center). I messed with it for a couple hours to get Chrome and Firefox to render the same and eventually gave up and moved on to more important things, but it's on my list to investigate.