i have the same bug when i open my blog through a link the css is disabled. It happens only with i.explorer and not with firefox.
Why?
You can try, my blog is http://tapio.altervista.org
bugs with ie
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: bugs with ie
You'll need to ask Microsoft for the reason. I don't know what's causing that IE-specific bug.
If you find out, please let us know
Regards,
Garvin
If you find out, please let us know
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: bugs with ie
{CSSIEFIX}
We've just committed a patch to try to fix this. You can try it out yourself easily: Open the file serendipity.css.php and find this line:
then add this line just before that line:
If it works or doesn't work for you, please report back.
Thanks
Garvin
We've just committed a patch to try to fix this. You can try it out yourself easily: Open the file serendipity.css.php and find this line:
Code: Select all
header('Content-Type: text/css');
Code: Select all
header('Cache-Control: no-cache');
Thanks
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
psavio1966
- Posts: 2
- Joined: Sat Mar 26, 2005 1:57 pm
You're great!!!!!!
Thank you very much. Now it seems work normally.
Hi.
Hi.