Duplicate text in sifr

I am having problems with sifr displaying replaced text and text generated with flash. All css files are loading correctly, however I am implementing this in sharepoint 2007 so it might cause something different. This is the browser output that I get: -

h1 class = "big sIFR-replace" style = ""> object id = "sIFR_replacement_0" class = "sIFR-flash" height = "61" width = "1238" type = "application / x-shockwave-flash" name = "sIFR_replacement_0" data = "/ Style Library / sifr / cartonnage-alternate.swf" style = ""> / Object> span id = "sIFR_replacement_0_alternate" class = "sIFR-alternate"> hello hub / h 1>

(I removed the <down the left side of the above code to show it on a stack overflow)

It is not hiding, and for my life I don’t understand why - if this is something obvious, I apologize!

0


a source to share


1 answer


CSS to hide the text .sIFR-alternate

doesn't seem to be applied. Inspect the page with Firebug and see if this code doesn't work or if the CSS conflicts with another.



0


a source







All Articles