hi!
what i am searchin for is to add a border between two panels.
Just like the upper part is the headliner and beneeth the main part.
like:
HELLO WORLD
---------------------------------------------------------------------------------------------
widget widget widget widget widget
widget widget widget ............. .......... .............
So i put into the vertical panel a content panel. The content panel
holds all the widgets. His CSS Style is this one:
border-top-width: 2px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
And yeah, i get what i want in GWT hosted mode. But when compiled and
seen in firefox/ie it looks ugly. It has a border all around. Only the
top border is thicker, the others are all 1px.
Why?
And do any of you have a better solution on this topic? :)
Thanks for readin! Tell me your ideas!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---