I am using Waffles as the theme on Drupal 6.11. I modified some of the colors and icons on the theme. But I have encountered some problems in displaying the website using Firefox, Internet Explorer 6 and Chrome.
The problem with Internet Explorer is the preface (first, middle, last) would not appear. I placed the polls, my recent blog post, and announcements on the preface. But when I view the website using Firefox and Chrome, the preface appears well.
But when I use Firefox and Chrome, the dropdown menu (nice menus) would not appear (it seams that it being opened in the background). This is not true when Internet Explorer is used, the dropdown menu displays perfectly.
You may visit my site, www.eedtfip.org/drupal to see the problems.
Hope you could help in fixing these issues because I really would like to use Waffles as my site's theme.
Comments
Comment #1
pingu2k4 commentedadding the following
should make the nice menu work... add that to the bottome of your style.css, clear the sites cache...
as for the preface not appearing... it seems to work in IE7 and i dont have IE6 or chrome, and am not going to bother downloading them as im a busy busy person ;) but i dont know why they would be not appearing, i cant think sorry...
Comment #2
francoud commentedAs far as I know, the problem of preface not appearing in I.E. 6 is solved here:
https://drupal.org/node/489870
I dont know about chrome.
Comment #3
DrupalDarling commentedCheck this post:
http://groups.drupal.org/node/35652
This solution worked for me:
Go to admin/settings/performance
Optimize CSS files: Enabled
Click "Save"
Thanks!