Jean,
Yes, the top,left and right images are duplicated based on width or height.
-Daniel
Jean-Baptiste BRIAUD wrote:
Hi Daniel,
Thanks for you answer.
Are you duplicating the top image depending on the width and the left
and right depending on the height ?
Daniel Williams wrote:
Jean,
Take a look at this. I've been working on a way to skin a view, like
you can do with a html div.
I have one issue with it, when compile to dhtml the JavaScript loops
for ever.
See attached viewskin.tar.gz
Any improvements welcomed
Thanks
-Daniel
Jean-Baptiste BRIAUD wrote:
Hi the List !
I'd like to use a png image (the designer gave it to me) as a
background for a view.
Unlike stretches="both" or stretches="none",
I try to make that small image to be replicated so it will fill the
view, not being stretches to the view.
Basically, it could be fill="both" on a view ...
It is possible out of the box ?
If no, what would a direction to go ?
I do not want to finish coding a layout that will instanciate too
much view (one per image to copy).
Too much views will certainly slow down the system ...
Any ideas ?
Note : that small image should build a background for a *resizable*
window.
Thanks !