sIFR
- Started
- Last post
- 7 Responses
- histwinsiste
if anyone here has experience with sIFR, i have a problem. when viewing the webpage locally, all sIFR text shows up perfectly. once online however, the h2's dont show up at all and the h1's show up perfectly.
whats the deal??
this is the website i am working on: http://www.mashed-potato.com/por…
- cosmo0
change your H2 line in sifr.js to
sIFR.replaceElement("h2", "FuturaLtBt.swf", "#000000", null, null, null, 0, 0, 0, 0);
check if it works. i've got a question for u too, will post in a bit.
- Epictive0
It is looking for a file:
http://mashed-potato.com/portfol…That isn't there.
- histwinsiste0
hmm... i deleted that file which appreared to be online and re uploaded it. all good now, thanks!
- cosmo0
wat am i doing wrong here? the text shows up twice for some reason.
- jarredbishop0
you need the css that takes out the html text.. PVN will probably fuck this but its:
.sIFR-hasFlash h2 {
visibility: hidden;
}
- histwinsiste0
not sure i am completely new to this. but how come no sIFR commands appear in your CSS?
open my css file and go to the bottom to see what i am talking about.