Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate IE6 css hacks into an IE-specific stylesheet #3

Open
joshlory opened this issue Nov 6, 2010 · 3 comments
Open

Separate IE6 css hacks into an IE-specific stylesheet #3

joshlory opened this issue Nov 6, 2010 · 3 comments

Comments

@joshlory
Copy link
Owner

joshlory commented Nov 6, 2010

We're using the * html css hack [1] to conditionally apply the tab.gif image in IE6 and tab.png in all other browsers. Eventually these hacks should be pulled out into an IE-specific stylesheet and conditionally included [2], e.g:

<!--[if IE 6]>
<link rel="stylesheet" href="(location of IE-specific stylesheet)" 
    type="text/css" />
<![endif]-->

[1] http://centricle.com/ref/css/filters/
[2] http://www.quirksmode.org/css/condcom.html

@ghost
Copy link

ghost commented Nov 6, 2010

I created a style-ie6.css and used conditions to load it in each html file, I'll push it onto the git when I figure out how, keep getting a "no fast forward" error, but even after pulling I can't seem to push right to yours, and mine says its up to date heh.

@ghost
Copy link

ghost commented Nov 6, 2010

issue is currently fixed for the index animals and aboutus pages AFAIK. I commited the changed to your git, sorry for all the comments. If you can take a look at them and make sure they work, we can close the issue (these still need to be added to the stories and wishlist pages assuming its right).

@joshlory
Copy link
Owner Author

joshlory commented Nov 8, 2010

Looks good, the only thing I changed was 7bd1b21.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant