Closed (fixed)
Project:
Fusion
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2012 at 10:10 UTC
Updated:
2 May 2012 at 17:00 UTC
Where have the IE fixes gone in 7? Can't find any style sheets at all?
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".