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
CSS problem - it only displays in the admin when i refresh IE.
-
miss_d_bus
- Forum Members

- Posts: 121
- Joined: Sun May 01, 2005 4:27 pm
-
iNSiPiD
Re: CSS problem - it only displays in the admin when i refresh IE.
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.
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.
-
miss_d_bus
- Forum Members

- Posts: 121
- Joined: Sun May 01, 2005 4:27 pm
Re: CSS problem - it only displays in the admin when i refresh IE.
The previous fix was:
In lib/classes/class.admintheme.inc.php, look for the following piece of code:
Replace all the above code with:
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.
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]-->Code: Select all
<link rel="stylesheet" type="text/css" href="../admin/themes/default/css/style.css">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.
-
iNSiPiD
Re: CSS problem - it only displays in the admin when i refresh IE.
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.
-
miss_d_bus
- Forum Members

- Posts: 121
- Joined: Sun May 01, 2005 4:27 pm
Re: CSS problem - it only displays in the admin when i refresh IE.
Anyone got a fix for this problem?
