- This topic is empty.
-
AuthorPosts
-
January 16, 2013 at 5:52 pm #42037
StillLearning
MemberHi
Menu doesn’t show gradient and round corners properly on drop down menu for IE (all versions).
Is there anyone who can assist me with this?Many Thanks
January 16, 2013 at 6:01 pm #121203TheDoc
MemberCode? Link? Example?
January 16, 2013 at 6:16 pm #121205January 16, 2013 at 6:59 pm #121206maxisix
ParticipantBorder-radius and gradient are not working on lower than IE9. You can try http://css3pie.com/ for radius and Gradient on IE8 and lower. An other exemple: http://thedevstop.wordpress.com/2012/01/26/css-gradients-in-ie6-ie7-ie8using-css3-pie-to-fill-the-gap-in-legacy-browsers/
January 16, 2013 at 9:56 pm #121225StillLearning
MemberStill having the same issue :(
January 16, 2013 at 11:43 pm #121230neerukool
ParticipantYou will need to make 2 changes:
1) The path to pie.htc should be relative to html – not css.
So, your code in css will be behavior:url(css/pie.htc);2) When you are applying pie to an element, it needs to have position – relative or absolute.
Let me know if that helps. Thanks. :)
January 17, 2013 at 12:40 am #121234StillLearning
MemberIm sorry but what do you mean by the path to pei.htc should be relative to html?
January 17, 2013 at 11:39 pm #121324neerukool
ParticipantEg. If you were to write the path of pie.htc in HTML, it would be “css/pie.htc” (assuming pie.htc is in css folder.) The same path should be given in CSS.
Hence, behavior:url(css/pie.htc)January 20, 2013 at 9:30 pm #121664StillLearning
MemberHi Neerukool
The html and the css are the same but it’s still not working and I have any idea what I’m doing wrongly. .. Could you assist me?
January 20, 2013 at 9:31 pm #121665StillLearning
MemberI meant have the same path but it’s still not working properly and I don’t have any idea what …
January 20, 2013 at 10:46 pm #121674StillLearning
MemberIt would be great if you can send the file to me. It will help a lot.
[email protected]January 20, 2013 at 11:36 pm #121677neerukool
Participant@Krish1980, pie.htc can work on server as well.. The page is an HTML page – not php.
If it was for Drupal, we need full path to the .htc file.
@StillLearning, I just figured out you have put your PIE.htc in js folder. So, you should change your path in css to:
behavior:url(js/Pie/PIE.htc);And dont forget applying position: relative / absolute to your elements.
Thanks. :)
January 21, 2013 at 12:45 am #121681StillLearning
MemberNeerukoll
Is it right to link the html file as follow?
January 21, 2013 at 12:45 am #121682StillLearning
MemberJanuary 21, 2013 at 12:46 am #121683StillLearning
Memberlink href=”js/Pie/PIE.htc” type=”text/javascript”
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.