Here's what the structure of the dialog box looks like:

.dialogBoxMain{
       background-color: #FFFFFF;
        width: 230px;
        height: 130px;
}

.dialogBoxButtonPanel {
    border-top: 1px solid #000000;
    padding-top: 10px;
    padding-left: 30px;
    width: 100%;
}

.dialogBoxPanelTop{
        padding-left: 30px;
        padding-top: 10px;
        padding-right: 30px;
}

basically the Main panel is a vertical split panel that houses the 2
other vertical panels. One vertical panel holds the buttons and the
other some text.

The node i used has the style :
.TestNode {
        border: 1px solid #000000;
        padding: 1px 3px;
        background-color: #800080;
        color: white;
        text-align: center;
}

I think it is something with Firefox 3 than anything else since
everything worked on an older version of firefox (1.6?)... so not sure
whats going on here...
On Jun 18, 12:47 pm, Ian Bambury <[email protected]> wrote:
> I would have though that that would have worked unless your dnd is doing
> something strange.
> Do you have an example?
>
> Ian
>
> http://examples.roughian.com
>
> 2009/6/18 wei shao <[email protected]>
>
>
>
> > i did:
>
> > .dialogBoxMain{
> >        background-color: #FFFFFF;
> >        border: 1px solid #FFFFFF;
> > }
>
> > well i used #000000 before and it was all black - but when i move it
> > around it still shows what's behind it... maybe my style is wrong?
> > thanks!
>
> > On Jun 18, 12:30 pm, Ian Bambury <[email protected]> wrote:
> > > Give it a background colour.
> > > Ian
>
> > >http://examples.roughian.com
>
> > > 2009/6/18 shaselai <[email protected]>
>
> > > > I am using GWT 1.5 and i am also using drag and drop addon. Basically
> > > > i have some boxes in the background and i have dialog box as popups
> > > > for edits etc. When I used an older Firefox i didn't notice the
> > > > problem but after i upgraded to the latest Fire fox I noticed my
> > > > dialog boxes to be transparent - it shows the objects that are behind
> > > > the dialog box which makes editing and just looking at it unpleasant.
> > > > Anyone know how to fix this problem?
--~--~---------~--~----~------------~-------~--~----~
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