Are you sure your css isn't hooked to the tag instead of the class ?

I still haven't tried this fix, but it seems weird that the msg class isn't
applied when it's declared in the class attribute of the tag.

On Thu, Oct 23, 2008 at 1:14 PM, Stephane Decleire <
[EMAIL PROTECTED]> wrote:

> The correction linked to Jira TAP5-290 defines the namespaces as needed but
> the tag generated is not the same in a full and in a partial render :
>
> In my sample, the <div> tag printed during a full page rendering :
>
> <div class="msg">
>   <div>...</div>
> </div>
>
> becomes an <ns0> tag :
>
> <ns0:div class="msg" xmlns:ns0="http://www.w3.org/1999/xhtml";
> xmlns:ns1="">
>   <div>...</div>
> </ns0:div>
>
> and my class="msg" css information is no more applied.
>
> Stephane
>

Reply via email to