Is there a reason not to just use a link instead of import for your css?
On Oct 1, 6:07 am, "Steve Onnis" <[email protected]> wrote: > Its for a class i am building and i dont want to have to pass in all the > style properties so i am passing in a css class name. for what i am doing i > have just imported the css as a link value rather than import > > _____ > > From: Fábio M. Costa [mailto:[email protected]] > Sent: Thursday, 1 October 2009 10:05 PM > To: [email protected] > Subject: [Moo] Re: Morphing to a CSS class > > hmmm maybe its a browser bug. > The morph method is being discussed and it will change the way it work on > mootools 2.0 version. Probably will fix your issue but... for now i would > use Fx with normal properties. > > Sorry for the inconvenient. > > -- > Fábio Miranda Costa > Solucione Sistemas > Engenheiro de interface > > On Thu, Oct 1, 2009 at 3:34 AM, Steve Onnis <[email protected]> wrote: > > Can anyone help me out with this? > > I am having an issue morphing to a css class but it only seems to happen > when the css file is being imported using the @import method. If it is > imported using the <link> tag it works fine. Does anyone know if this is an > actual bug or am I doing something wrong? > > Steve
