Re: Body Background disappear

2008-11-29 Thread KevinF
Yes, you are right Ian. I found out after I got the idea that it must be some CSS that's overriding my body styles. The hard part was finding out where this CSS was and it turned out to be a theme that's used in a GWT library I was including in my class path. Sigh... took me a while to find it.

Re: Body Background disappear

2008-11-18 Thread Ian Bambury
My guess is that you are using a theme. Ian http://examples.roughian.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegrou

Re: Body Background disappear

2008-11-18 Thread Reinier Zwitserloot
Try using CSS: body { background-image: url(images/backgrnd.jpg); } On Nov 16, 11:41 am, Michi_de <[EMAIL PROTECTED]> wrote: > Hi! > > I've a strange bug when using the GWT: > my > seems not to work anymore! > I see the background image for a second and when the GWT Script is > loaded it ju

Re: Body Background disappear

2008-11-18 Thread Schimki86
Possibly you can use a div with ID (in your HTML) with width & height 100% which has a background- image (as a form of Workaround, but assumedly you have done this long ago ^^) 2008/11/18 KevinF <[EMAIL PROTECTED]> > > Hi Michi, > > I've been trying to solve this same exact problems for days! If

Re: Body Background disappear

2008-11-18 Thread KevinF
Hi Michi, I've been trying to solve this same exact problems for days! If anyone can shine some light on why the background images for the tag isn't working, please let us know. Thanks! On Nov 16, 2:41 am, Michi_de <[EMAIL PROTECTED]> wrote: > Hi! > > I've a strange bug when using the GWT: >

Body Background disappear

2008-11-16 Thread Michi_de
Hi! I've a strange bug when using the GWT: my seems not to work anymore! I see the background image for a second and when the GWT Script is loaded it just disappear! o_O? Whats wrong with my code? Or is it a GWT Bug? --~--~-~--~~~---~--~~ You received this messag