Page 1 of 1
CSS problem - it only displays in the admin when i refresh IE.
Posted: Wed Jan 11, 2006 11:02 pm
by miss_d_bus
This is not a new problem:
http://forum.cmsmadesimple.org/index.ph ... 864.0.html
However, the fix doesnt work any more because the code has changed.
Can someone tell me know i can get round this and is this a bug?
Thanks,
Catherine
Re: CSS problem - it only displays in the admin when i refresh IE.
Posted: Wed Jan 11, 2006 11:34 pm
by iNSiPiD
I had the same problem. It only seems to occur when selecting links from the drop-down menus but I can't verify this any more because since I've upgraded to 0.11.2 they don't drop down any more.
Strangely this only occurs on my dev site install so I'm assuming it's got something to do with that environment. Either that or I've screwed up somehow and am missing a scripts folder
What was your previous fix and do you have PHP5 installed?
My specs are WinXP Pro SP2, IE 6.0.2900, PHP 5.0.5, MySQL 5.0.15.
Re: CSS problem - it only displays in the admin when i refresh IE.
Posted: Thu Jan 12, 2006 12:12 am
by miss_d_bus
The previous fix was:
In lib/classes/class.admintheme.inc.php, look for the following piece of code:
Code: Select all
<link rel="stylesheet" type="text/css" href="style.php" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="style.php?ie=1" />
<![endif]-->
Replace all the above code with:
Code: Select all
<link rel="stylesheet" type="text/css" href="../admin/themes/default/css/style.css">
This doesnt work now as the code in place now points to a style.php file.
I am not sure what to be editing here and if this is a bug? I assumed it might have been fixed because it was some time ago when the problem appeared. Hmmm
I believe I'm running PHP 4.4.1, mysql 4.1.11, Apache 1.3.33 on FreeBSD using IE 6.0.29 if I've found the right info though the alternative server specs are practically the same but im not sure which spec is which for my server im on with my hosting solution.
Re: CSS problem - it only displays in the admin when i refresh IE.
Posted: Thu Jan 12, 2006 12:23 am
by iNSiPiD
Let's hope we're not the only ones (as is so often the case with my CMS quirks) and that someone in th eknow can reproduce the problem and offer a solution.
Re: CSS problem - it only displays in the admin when i refresh IE.
Posted: Fri Jan 13, 2006 9:52 am
by miss_d_bus
Anyone got a fix for this problem?