Hacker News new | ask | show | jobs
by doctororange 5318 days 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.
1 comments

Yeah, suddenly border-image rendering changed in Chrome between versions and Firefox got the short end of the stick. Sorry!
Hm, maybe it's the border-image. For me, specifying `background-color: transparent;` to `#home article` fixes things right up, at least in firebug.
Yep, 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.