Hi,
the content of my website is correctly shown by using ie.
but firefox and google chrome don't display the panel's tab items and
special characters. special characters like the German "ü,ä..." are
displayed with the formatting (e.g. "Uumlber mich" instead of "Über
mich")although I have added the formatting in the HTML panel like
ü and ä.
I have created CSS to the tab items but it isn't shown at all. Maybe
there is sth missing?
my CSS code:
.gwt-TabBar {
margin-top : 0px;
height : 100%;
}
.left.gwt-TabBarFirst {
height : 100%;
width : 0px;
padding-left : 0px;
border-bottom : 0px solid black;
}
.right.gwt-TabBar .gwt-TabBarRest {
height : 100%;
width : 0px;
padding-left : 0px;
border-bottom : 0px solid white;
}
.tabs.gwt-TabBarItem{/*unselected tabs*/
width:10em;
height:100%;
font-family:Arial;
font-color:#505761;
font-weight: normal !important;
font-size:10pt;
border-top: 1px solid white;
border-bottom: 2px solid #E1E6EA;
border-left: 1px solid white;
border-right: 3px solid #E1E6EA;
background-color:white !important;
margin-left: 10px;
padding: 3px 6px 3px 6px;
cursor: pointer;
cursor: hand;
}
.sel.gwt-TabBarItem-selected {
width:10em;
height:100%;
font-family:Arial;
font-color:#505761;
font-weight: normal !important;
font-size:10pt;
background-color: #5E6D8B;
border-top: 1px solid #ffffff;
border-bottom: 2px solid #6A86AE;
border-left: 1px solid #ffffff;
border-right: 3px solid #6A86AE;
margin-left: 10px;
padding: 3px 6px 3px 6px;
cursor: default;
}
Thank you for comments!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---