Usually, you can inspect the element in Firebug, and locate the CSS file/line/classname that is affecting a given control. You might have to watch what changes when you hover over the control. Usually you can see a name being added and removed from the control's class attribute when it changes style. That might give you a clue towards what is wrong, anyway.
On Feb 13, 6:26 am, Chris <[email protected]> wrote: > Hello, > > I currently building a website using GWT, with few panels and some CSS > styles . > I encountered a problem when i was building this menubar . On this > menubar's sub-menus, there's an arrow in the right side of the sub- > menus, and some background-color (or image?) that i cant change or get > rid of no matter how much i change the code . > > The arrow is like this :http://i39.tinypic.com/2w4bo91.png > > Why there are color differences on my sub-menus? i tried to change the > CSS style on one of the sub-menu (now colored black in the picture > above), but the standard silver-colored sub-menus that showed > everytime i hover on my sub menus seems unchangeable . Is there some > way I can change the CSS style of that standard silver color ? > > Is that arrow on the right side of my sub-menus is the reason why i > cant change my CSS ? is there any way to get rid of those arrows ? > > Any help / suggestions will be greatly appreciated . > Thanks . > > Chris . -- 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.
