![]() |
Storing CSS StyleSheets as Files Option Issues with IE
Anyone have problems with setting CSS Stylesheets to be stored as files in /clientscript/ with IE?
If I set it to files, IE7 has issues rendering the CSS, but FF works perfectly fine. Here is what it looks like when I set CSS to save as files http://img403.imageshack.us/img403/2931/66521533tr9.png And yes, I have CHMOD'd 777 the appropriate folder. |
Did you clear your browser cache/temp internet files folder and restart IE?
|
Yes, I've cleared all cache/history, and still the same thing.
I'm also not the only person to have this issue, and apparently the problem persisted even on IE7. Edit: I did some playing around, and looks like the default vBulletin skin works just fine, along with a secondary skin that we have. The issue is only with the primary skin, any idea what could cause this? |
it is simple... the CSS have a direct path with the image in the background of the field, but when you store the css in file, the path changed... you have to verify the "url(thispath/image.gif) stuff and make it go direct to the proper place.
|
As thats a custom skin, you should ask the person who coded it, there could be a reasons that skin cant store the css as files.
You can check your servers error log for a reason why as well. |
Quote:
|
yeap...
--------------- Added [DATE]1234984732[/DATE] at [TIME]1234984732[/TIME] --------------- example: your actual CSS have: Code:
url(../../images/techtwo/misc/table1.gif) change your CSS details to this: Code:
url(http://forum.zomgstuff.net/images/techtwo/misc/table1.gif) the TD with color is because they all have a color of background set... it's the image url that IE is not reading likely. |
Quote:
Quote:
|
Quote:
Quote:
|
Quote:
|
All times are GMT. The time now is 03:08 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|