Css – sifr: Opera-Bug: Flash Object too wide

cssflashoperasifr

I have used sifr to replace the fonts for headlines. It works fine in Firefox and IE.

http://design.speak-friend.com/

In Opera however, the headlines of the articles (object-tag within a-tag with-in h1-tag) get as wide as the used text is. If I limit the size of the object-tag via css, it just get's cut off (meaning some text is not displayed at all).

Is there any solution to this?

thanks

Best Answer

I had this same problem. I used jQuery to increase the size of the embeds by some set number of pixels, like +40px. I guess you could also grow them linearly, like by 120%.

I'm curious to see how other people solved this problem.