By alf_frommars on
Hi everyone,
I got a strange problem. I adjusted colors in Marinelli, (css), using Forefox. Now I proudly showed the site to a friend of mine, for who I am making this site, but to my dissapointment the colors look totally different. Someone knows a work around? look at sehplus.nl
thanks in advance
Comments
Vendor specific CSS
You're using
-mozand-webkitspecific CSS to get the green color.e.g. in 'css3_graphics.css':
That won't do anything in IE. So IE is falling back to the dark blue color:
A solution would be to also modify/override the fallback color CSS.
LM — Drupal development
I am also encountering a
I am also encountering a similar problem. I was able to edit the css and make changes in Firefox but the tabs in IE show the same blue active color and grey rollover color.
Go to sanantoniospinecenter.com/drupal
Thanks in advance.
Graham
Same problem
I am also having this problem. I'm using Drupal 7, and the Marinelli theme for 7 doesn't have the IE stylesheets that it does in 6. The background color & menu are not the same colors on IE as in other browsers. I can't find anything on the stylesheets in Marinelli for 7 to change the IE colors. Has anyone been able to do this successfully? Thanks!
primary-links.css and /css/css3/css3_graphics.css
Hello eyewitness47, for IE try editing primary-links.css , for FF try editing css3_graphics.css .
this code worked for IE:
Regards.
Giving Thanks
Thanks aenobarbus. Ur code is so helpful.