Jump to content

gradient is not working in mozila


suresh1

Recommended Posts

conrep-hd_bg1  { width:25%; height:100%; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,

                          StartColorStr=#FFFFFF, EndColorStr=#006699)}

 

 

above code is working fine IE, it is not working in mozila, give me any suggestions

Link to comment
Share on other sites

>>DXImageTransform.Microsoft.Gradient<<

 

Proprietary to IE only.

 

There are a few Microsoft only css styles (remember MS doesn't support standards and would rather have the world copy their "standards").

 

Like scrollbars:

scrollbar-arrow-color: #7a6e72;
scrollbar-3dlight-color: #dddddd;
scrollbar-highlight-color: #dddddd;
scrollbar-face-color: #d7acd7;
scrollbar-shadow-color: #dddddd;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #ffffff;

 

works fine in IE ... because it is proprietary to MS and not any part of the CSS spec.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.