ytbryan
unread,Jan 29, 2009, 12:08:28 PM1/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
hi,
i'm new to gwt. i created a tab panel but image of the tab is not
showing.
i reckon the problem is with the css.
can someone help me take a look below?
.gwt-Label {
font-weight: bold;
}
.bibleTable {
border:1px solid #aaa;
}
/* record set rows */
.rs-selected {
background-color: #F8D869;
}
.rs-hover {
background-color: #fdf2cb;
}
.rs-even {
background-color: #E7EEFC;
}
.rs-odd {
background-color: #F0FEFF;
}
.gwt-TabBar {
}
.gwt-TabBar .gwt-TabBarFirst {
width: 5px; /* first tab distance from the left */
}
.gwt-TabBar .gwt-TabBarRest {
}
.gwt-TabBar .gwt-TabBarItem {
border-collapse: collapse;
margin-left: 6px;
}
.gwt-TabBar .gwt-TabBarItem .topCenter {
padding: 0px;
background: url(images/hborder.png) 0px -32px repeat-x;
}
.gwt-TabBar .gwt-TabBarItem .topLeft,
.gwt-TabBar .gwt-TabBarItem .topRight {
padding: 0px;
zoom: 1;
}
.gwt-TabBar .gwt-TabBarItem .topLeftInner,
.gwt-TabBar .gwt-TabBarItem .topRightInner {
width: 6px;
height: 6px;
}
.gwt-TabBar .gwt-TabBarItem .middleLeft,
.gwt-TabBar .gwt-TabBarItem .middleRight {
width: 6px;
padding: 0px;
background: #e4e9f3 url(images/bg_tab.png) repeat-x;
}
.gwt-TabBar .gwt-TabBarItem .middleCenter {
padding: 0px 4px 2px 4px;
cursor: pointer;
cursor: hand;
font-weight: bold;
text-align: center;
background: #e4e9f3 url(images/bg_tab.png) repeat-x;
}
.gwt-TabBar .gwt-TabBarItem-selected .topCenter {
background: url(images/hborder.png) 0px -38px repeat-x;
}
.gwt-TabBar .gwt-TabBarItem-selected .middleLeft,
.gwt-TabBar .gwt-TabBarItem-selected .middleRight {
background: #92c1f0 url(images/bg_tab_selected.png) repeat-x;
}
.gwt-TabBar .gwt-TabBarItem-selected .middleCenter {
cursor: default;
background: #92c1f0 url(images/bg_tab_selected.png) repeat-x;
}
html>body .gwt-TabBar .gwt-TabBarItem .topLeft {
background: url(images/corner.png) no-repeat 0px -55px;
}
html>body .gwt-TabBar .gwt-TabBarItem .topRight {
background: url(images/corner.png) no-repeat -6px -55px;
}
html>body .gwt-TabBar .gwt-TabBarItem-selected .topLeft {
background-position: 0px -61px;
}
html>body .gwt-TabBar .gwt-TabBarItem-selected .topRight {
background-position: -6px -61px;
}
* html .gwt-TabBar .gwt-TabBarItem .topLeftInner {
width: 5px;
height: 61px;
margin-top: -55px;
overflow: hidden;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-TabBar .gwt-TabBarItem .topRightInner {
width: 12px;
height: 61px;
margin-top: -55px;
margin-left: -6px;
overflow: hidden;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-TabBar .gwt-TabBarItem-selected .topLeftInner {
width: 5px;
height: 67px;
margin-top: -61px;
overflow: hidden;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-TabBar .gwt-TabBarItem-selected .topRightInner {
width: 12px;
height: 67px;
margin-top: -61px;
margin-left: -6px;
overflow: hidden;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='images/corner.png',sizingMethod='crop');
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
border-color: #92c1f0;
border-style: solid;
border-width: 3px 2px 2px;
overflow: hidden;
padding: 6px;
}