site broken in IE (Optimize CSS files)
drupal mind - January 13, 2009 - 11:41
| Project: | Quick Tabs |
| Version: | 6.x-2.0-rc1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
I m using the views and blocks in tabs of QT but site broken in IE7
I have set it in organic groups to see group members there events,meetings,forums etc.
Working very well in firefox but almost none for IE7. It theme is broken here. only header shows others are like display:none.
also very bad font style and sizes...have any idea plz share here...thx

#1
is it working with garland theme?
#2
it is not working with garland as well as minelli. i have also tested it with sub-theme. i disparately wanted to use it. if u could help me...plz
#3
can you attach a screenshot to this issue?
#4
Same issue with Safari :(
see mine post http://drupal.org/node/358372
#5
fixed for Safari ... my fault
#6
I m attaching the tabs jpeg here in IE 7.
#7
i m also attaching the same firefox view of the page
#8
As I see css/quicktabs.css and tabstyles/garland/garland.css are not loaded. can you please confirm? in the page source you should have something like this inside the
<head>section.<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/quicktabs/css/quicktabs.css?h" /><link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/quicktabs/tabstyles/garland/garland.css?h" />
Please check that for IE and firefox also. But I have no idea why it is not loaded in IE.
#9
Pasqualle Many thanks for your kind & time
The problem is still there i have check the source of both the IE and Firefox and both showing the files u mentioned but IE again brokes
Is it due to quick tabs or other module becose when i login with admin no all admin pages also have the same problem as quick tabs page.
However i have also attach the IE source Screen shot for comprehension ... thanks again
#10
possible problem: you are using too many css files #228818: IE: Stylesheets ignored after 30 link/style tags
try css aggregation: on admin/settings/performance page enable the "Optimize CSS files" option
#11
Many Thanks Pasqualle
""try css aggregation: on admin/settings/performance page enable the "Optimize CSS files" option"" It has worked for me.
I have also another issue but it is not related with it. so i create another issue for it.
THx Again probelm solved.
#12
I am glad that helped, it was an interesting issue..
#13
When I use "Optimize CSS files" the tabs break and stop working properly. Instead I get a list of all < li > one below another. Any ideas of what can be causing this problem?
Thank you,
#14
is it only in IE or in all browsers?
was it working properly before enabling "Optimize CSS files"?
can you post a screenshot of you broken quicktab?
#15
optimizing css files worked for me
#16
Sorry for the late response. It was happening in FF3, IE7 and Opera 9.63. The homepage was the only one that had this problem.
The only way for the mod to work well was to unable block cache and all other performance options.
Update: I was reading http://drupal.org/node/344782 and disabled the block cache. That took care of the issue. I also updated the plugin to the latest dev version.
Thanks,
#17
The block cache issue is here: #342459: Block cache problem (Not showing for anonymous or authenticated users)
The main issue here is with css optimisation in IE, not a quicktabs bug.
#18
same problem, optimizing css works for me.
Thanks for the solution.
Igorik
http://www.somvprahe.sk
#19
Hi all,
apparently the module http://drupal.org/project/unlimited_css solves this problem. Thanks to decibel.places for pointing it out in the module's issue queue #436882: IE Unlimited CSS Loader name change? module affects other browsers, fixes other issues.
#20
Thank you for this thread.
I had no idea about the CSS limit in IE.