Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problems with gradient and round corners on menu ( IE) Re: Problems with gradient and round corners on menu ( IE)

#121230
neerukool
Participant

You 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. :)