This works fine for me:
* html #map_info_window_beak
:filter
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_beak.png',
sizingMethod='crop')
which generates:
* html #map_info_window_beak {
filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_beak.png',
sizingMethod='crop'); }
All your attempts have a colon after filter which seems incorrect to me for
SaSS syntax.
-Zach
On Mon, Dec 22, 2008 at 1:20 PM, Nick <[email protected]> wrote:
>
> On Dec 22, 12:29 pm, Chris Eppstein <[email protected]> wrote:
> > Make sure you have a space after the filter attribute and it should
> > work.
> >
> > Chris
>
> Hi Chris. Do you mean like this?:
>
> :filter progid DXImageTransform.Microsoft.AlphaImageLoader src='images/
> corners/red_beak.png', sizingMethod='crop'
>
> That generates the following CSS, which looks incorrect to me:
>
> filter: progid DXImageTransform.Microsoft.AlphaImageLoader src='images/
> corners/red_beak.png', sizingMethod='crop';
>
> Thanks,
> Nick
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---