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

IE9 - corners hard to see #49

Closed
ghost opened this issue Apr 5, 2012 · 1 comment
Closed

IE9 - corners hard to see #49

ghost opened this issue Apr 5, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 5, 2012

Hi, good work on the new release.

I've noticed that if you hover over a page corner in IE9, and the next page is the same colour as the one you are on, you cannot see the corner fold down (basically it's the same colour as the background it's going over). I've got a quick workaround for now where I add a border to the page, but it's a bit hacky. Do you have any other recommendations?

Here's what I'm using at the moment, it's crude, but makes it bearable:

book .odd {

border: 1px solid #ccc;
border-width: 1px 0 1px 1px;

}

book .even{

border: 1px solid #ccc;
border-width: 1px 1px 1px 0;

}

@blasten
Copy link
Owner

blasten commented Apr 6, 2012

Thank you. I'm currently working in a better version for IE. It's rare that the gradients are not working for IE, because the new release includes support of gradients for all modern browsers including IE. I hope to fix all the problems very soon.

@blasten blasten closed this as completed Apr 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant