janmejay
unread,Jun 14, 2010, 7:06:44 AM6/14/10Sign 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 have created multiple dispclouser panel into flextabel,I have to
shows all the panels into it. when I clicked on disclouser panel it
open it's internal information .now, the problem is that there are so
much gap into two disclouser panel .
so I have written following code.
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
text-decoration: none; /* Remove underline from header */
color: black;
cursor: pointer;
cursor: hand;
height:20px; /*reduce the gap bwtween two disclouser panel
vertically*/
}
it's works finally on FF,CHROME, but now on any version of IE.
I have to do the code such that it should work on IE7/8.
pls help me