The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 ![]() And yes, I have CHMOD'd 777 the appropriate folder. |
#2
|
|||
|
|||
![]()
Did you clear your browser cache/temp internet files folder and restart IE?
|
#3
|
|||
|
|||
![]()
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? |
#4
|
|||
|
|||
![]()
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.
|
#5
|
|||
|
|||
![]()
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. |
#6
|
|||
|
|||
![]()
But why then would it not work in IE, and work perfectly fine in FF? Difference ways of rendering/retrieving css? Also, the poll thread td and sticky thread td are no images, just colors.
|
#7
|
|||
|
|||
![]()
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. |
#8
|
|||
|
|||
![]() Quote:
Quote:
|
#9
|
|||
|
|||
![]() Quote:
i was refering to the ones with background images... |
#10
|
|||
|
|||
![]() Quote:
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|