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

progid:DXImageTransform.Microsoft.gradient causing issues in IE 8 #4897

Closed
elucidsoft opened this issue Aug 31, 2012 · 3 comments
Closed

progid:DXImageTransform.Microsoft.gradient causing issues in IE 8 #4897

elucidsoft opened this issue Aug 31, 2012 · 3 comments
Labels

Comments

@elucidsoft
Copy link

The line (startColorstr='argb(#222)', endColorstr='argb(#111)', GradientType=0); BACKGROUND-COLOR: #1b1b1b for the navbar-inner is causing issues in IE8, the bar looks blue in color instead of the color its suppose to be, its also effecting menu hovers so when I mouse over menu items they are an ugly blue color. If i change it to use a non argb color it seems to work fine.

I forgot to mention this is with version 2.1

@mdo
Copy link
Member

mdo commented Sep 1, 2012

Docs look fine for us and we use the same stuff. Please reopen if need be with a jsfiddle to demonstrate. Also, bare in mind that filters for gradients do not like shorthand hex codes.

@mdo mdo closed this as completed Sep 1, 2012
@cblaze22
Copy link

cblaze22 commented Nov 2, 2012

I am having same issue.

@danwad
Copy link

danwad commented Nov 5, 2012

For me this was caused by using an older version of dotless (a .NET LESS compiler) which didn't support the argb function.

e.g. argb(#222) should translate to #ff222222.

Updating dotless to 1.3.1.0 fixed this for me.

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

No branches or pull requests

4 participants