Hi,
i have added styles to tab-bar, but they are not reflecting ( are in
the default style).
below are my CSS code..
can you please help me here why it is not getting reflected to the tab panle..
.gwt-TabBar .gwt-TabBarFirst {
height: 100%;
border-bottom: 1px solid #87b3ff;
}
.gwt-TabBar .gwt-TabBarRest {
border-bottom: 1px solid #87b3ff;
vertical-align: bottom;
}
.gwt-TabBar .gwt-TabBarItem {
background-image: url(home.gif);
cursor: hand;
}
.gwt-TabBar .gwt-TabBarItem-selected {
width : 193px;
color: Black;
margin-left: -20px;
border-right: 2px solid Black;
font-family: Tahoma;
font-size: 15px;
font-weight: bold;
white-space: nowrap;
background-color: white;
background-image: url(Tab01.png);
cursor: default;
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---