[Lift] Re: id selectors discouraged?

2009-08-24 Thread Meredith Gregory
David,

Thanks! i've no idea why you guys put up with me, but i'm glad you do!

Best wishes,

--greg

On Mon, Aug 24, 2009 at 5:22 PM, David Pollak  wrote:

> Please make sure you're using Scala 2.7.5 in your pom.xml
>
> Please make sure that List("paint") is in lower case in your sitemap.
>
> On Mon, Aug 24, 2009 at 3:53 PM, Meredith Gregory <
> lgreg.mered...@gmail.com> wrote:
>
>> Lifted,
>>
>> At the pixillion 
>> masteri've an example 
>> where it appears that id selectors are not working
>> correctly... Or, maybe i just don't know how to use CSS. The site map (after
>> login) will show three pages of interest: paint, chat, combo. Paint is raw
>> js without lift intervention and works as intended (for now). Chat is
>> cribbed from the lift chat example. Combo attempts to put the two on the
>> same page with lift tags in the drivers seat. As you can see the style is
>> not being governed in the same way on the combo page, causing erroneous
>> behavior in the paint rendering. Any help would be greatly appreciated.
>
>
> If you remove the:
>
>
> 
>
> lines from /templates-hidden/default.html, you'll get a much better
> result.  The CSS in Blueprint CSS is munging the CSS used by the paint
> program.
>
> Please take a look at Firebug... it's a debugger for browsers... you can
> see exactly how the browser applies style to each element.  It's mighty
> helpful.
>
> On other notes, any JavaScript on the page *must* be escaped in 
>
>
> The change set I sent out the last time you used the pixillion stuff as an
> example should be applied to your project.  It fixes the Scala version issue
> as well as the 

[Lift] Re: id selectors discouraged?

2009-08-24 Thread David Pollak
Please make sure you're using Scala 2.7.5 in your pom.xml

Please make sure that List("paint") is in lower case in your sitemap.

On Mon, Aug 24, 2009 at 3:53 PM, Meredith Gregory
wrote:

> Lifted,
>
> At the pixillion master 
> i've an example where it 
> appears that id selectors are not working
> correctly... Or, maybe i just don't know how to use CSS. The site map (after
> login) will show three pages of interest: paint, chat, combo. Paint is raw
> js without lift intervention and works as intended (for now). Chat is
> cribbed from the lift chat example. Combo attempts to put the two on the
> same page with lift tags in the drivers seat. As you can see the style is
> not being governed in the same way on the combo page, causing erroneous
> behavior in the paint rendering. Any help would be greatly appreciated.


If you remove the:

   


lines from /templates-hidden/default.html, you'll get a much better result.
The CSS in Blueprint CSS is munging the CSS used by the paint program.

Please take a look at Firebug... it's a debugger for browsers... you can see
exactly how the browser applies style to each element.  It's mighty helpful.

On other notes, any JavaScript on the page *must* be escaped in 
   

The change set I sent out the last time you used the pixillion stuff as an
example should be applied to your project.  It fixes the Scala version issue
as well as the