Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
iepngfix doesn't work on individual article
This seemed like a minor problem at first but I’m running out of time here and have tried pretty much everything.
Have the usual conditional tag within <head>….
<!—[if lte IE 6]> <txp:css format=“link” media=“all” n=“ie” /> <![endif]—>……and #mydiv { behavior:url(‘iepngfix.htc’) } in ‘ie’ css
Everything else from ‘ie’ sheet works fine except png fixer which only doing the job when I’m on section.
Last edited by debeljko (2008-02-18 13:30:35)
Offline
Re: iepngfix doesn't work on individual article
well i guess the link to iepngfix.htc is wrong then. that would be the only difference between article list and individual article. try url(/iepngfix.htc)
if the file is in the root of your webserver. also make sure that the link to blind.gif is set up properly.
Last edited by sthmtc (2008-02-18 13:44:57)
Offline
Re: iepngfix doesn't work on individual article
arrrgh, my bad, thanx Sven!
Offline