jQuery.ifixpng.MVC
2.1.2
dotnet add package jQuery.ifixpng.MVC --version 2.1.2
NuGet\Install-Package jQuery.ifixpng.MVC -Version 2.1.2
<PackageReference Include="jQuery.ifixpng.MVC" Version="2.1.2" />
paket add jQuery.ifixpng.MVC --version 2.1.2
#r "nuget: jQuery.ifixpng.MVC, 2.1.2"
// Install jQuery.ifixpng.MVC as a Cake Addin #addin nuget:?package=jQuery.ifixpng.MVC&version=2.1.2 // Install jQuery.ifixpng.MVC as a Cake Tool #tool nuget:?package=jQuery.ifixpng.MVC&version=2.1.2
Works around the lack of PNG transparency support in versions of IE below 6. This version is slightly modified to work with MVC conventions.
As you know IE versions below 6 do not support png transparency. This plugin is designed to fix that problem by applying appropriate filters to user specified elements, while keeping all element tags intact.
Plugin works well with both img elements within the DOM and css properties specified externally.
| It is chainable.
| Unlike some other png hack solutions, it does not replace/hide any of your html tags.
| You can revert applied changes using .iunfixpng().
| Extremely easy to use!
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.