I am experience a problem when I set the border to different colors
based on whatever the class argument is in the body tag of a given
page.

my css is

body.class1 #main-nav {border-bottom:6px; solid #db6d16;}
body.class2 #main-nav {border-bottom:6px; solid #db6d16;}

Problem:  The page loads with the border and as soon as the widgets
are attach to the screen the border underneath the navigation bar
dissapears.  Is this a bug?  Has anyone else experience this?  I am
using GWT 1.5.3 with GWT-EXT framework.

My workaround was to use a span tag (instead of the body tag) around
my navigation bar and change the class attribute there.

-LT
--~--~---------~--~----~------------~-------~--~----~
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