Hi,

I need to know the right approach in getting Images from my ClientBundle to 
appear in my styled Div's contained with an HTMLPanel in the UIBinder as I 
have looked for ages and can't seem to find the right approach?

<ui:style>
 .left_mid {
            width: 167px;
            float: left;
            background-image: <MyResourceBundle.myBackgroundImage()>
            background-repeat: repeat-y;
            padding-left: 2px;
        }
</ui:style>
  <g:HTMLPanel>
        <div class="{style.left_mid}"/>
...
...
...


Thanks in advance,

Ian.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en.

Reply via email to