Where have the IE fixes gone in 7? Can't find any style sheets at all?

Comments

sheena_d’s picture

Status: Active » Fixed

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.

More information:
#1328806: Implement a better approach for IE-specific CSS

hixster’s picture

Status: Fixed » Closed (works as designed)

Sheena - 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..

sheena_d’s picture

Status: Closed (works as designed) » Fixed
hixster’s picture

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.

sheena_d’s picture

This issue is covered in the Fusion handbook under the heading "cross browser".

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.