I'm making some progress.
I modified my css to define placeholder as an id as follows.
#placeholder{
background-image: url(images/loading.gif);
background-repeat: no-repeat;
/*text-indent:-1000px;*/
font-weight:bold;
}
Now when I expand a node the text saying placeholder that flashes is
Add display:block?
Jörn
On Fri, May 29, 2009 at 4:26 PM, Ursidae wrote:
>
> I must be missing something.
> I created the following css
> .placeholder{
> background-image: url(images/loading.gif);
> background-repeat: no-repeat;
> text-indent:-1000px;
> }
>
> but that doesn't have any effect
I must be missing something.
I created the following css
.placeholder{
background-image: url(images/loading.gif);
background-repeat: no-repeat;
text-indent:-1000px;
}
but that doesn't have any effect on the placeholder element that
flashes when the treeview node is expanding.
If I assign th
The placeholder-element has a class of "placeholder", you set a CSS
background image for that. And use text-indent: -1000px to hide the
text.
Jörn
On Thu, May 28, 2009 at 10:21 PM, Ursidae wrote:
>
> I am currently loading the TreeView asynchronously and I'm trying to
> set it up so an animated
4 matches
Mail list logo