tags:

views:

32

answers:

1

Hi,

I tested my site in different browsers now (IE, FF, Safari, Chrome) and so far sIFR works fine. But when it comes to Opera the text, which goes over more than one line, is rendered in one single line without breaks.

Can this be solve, so that it's rendered correctly?

A: 

ok this is strange. I got it to work now, but I didn't change my sIFR config or anything else related to the sIFR implementation.

What I did was change my main-HTML file. I switched <span> with <p> tags and accordingly moved some markup statements in the according css file like

#div {
   ... markup that already was there and works in the other browsers
}

to

#div p {
   ... most of the markup here now
}

Well, although I'm glad that it works now. I really want to know what the issue behind this could be!?

arold