views:

506

answers:

4

Has anyone experienced sIFR (436) vanishing in IE7, then returning if you resize the browser?

It's only been happening with sIFR 436.

Thanks, Wilson

A: 

Fixed by using position absolute, rather than relative. Relative seems to be the better positioning here, but anyhow, it worked.

A: 

I'm having the same issue, but absolute positioning didn't seem to work for me.

A: 

ditto, using the wp-sifr plug and 436, works fine in everthing else :(

i found a solution:you need to specifically set a 'height' property in your css file that contains the elements sifr will be operating on.for example, say you are converting h2 and h3 tags to sifr, you need to make sure they have something like h3 { height:20px; } in your css file.
A: 

for me it works with position:absolute; as well as with width:100%;