Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
In 7.x-2.x we have foregone the separate ie fixes stylesheets. CSS can be applied to different IE browsers within any stylesheet by using the browser-specific classes as prefixes to your CSS selectors. For example, if you wanted to style ul.menu for IE7, you would use the CSS selector .ie7 ul.menu.
Do you think a note should be added to the docs or fusion page about this? I searched the issue queue for a solution prior to posting and turned up nothing?
I've looked at the README.txt since and haven't found any mention there either. It could be assumed that users of the theme might work this out for themselves, but we've used fusion on about 30+ Drupal 6 sites and spend a fair amount of time hunting around before posting to the queue.
Comments
Comment #1
sheena_d commentedIn 7.x-2.x we have foregone the separate ie fixes stylesheets. CSS can be applied to different IE browsers within any stylesheet by using the browser-specific classes as prefixes to your CSS selectors. For example, if you wanted to style
ul.menufor IE7, you would use the CSS selector.ie7 ul.menu.More information:
#1328806: Implement a better approach for IE-specific CSS
Comment #2
hixster commentedSheena - many thanks! We've just started optimising a site and got in a bit of panic :-)
I have to say that the new method of targeting the browser is very graceful indeed , nice work and thanks for quite response
Marking as fixed..
Comment #3
sheena_d commentedComment #4
hixster commentedDo you think a note should be added to the docs or fusion page about this? I searched the issue queue for a solution prior to posting and turned up nothing?
I've looked at the README.txt since and haven't found any mention there either. It could be assumed that users of the theme might work this out for themselves, but we've used fusion on about 30+ Drupal 6 sites and spend a fair amount of time hunting around before posting to the queue.
Comment #5
sheena_d commentedThis issue is covered in the Fusion handbook under the heading "cross browser".