Hi, I know this is more of a HTML/CSS question then a GWT related question, But I just cant figure it out with the Java code.
I have a header HorizontalPanel, with three cells that all contain a Simple Panel (headerLeft, headerCenter, headerRIght). headerCenter contains my applications logo image that is 980px wide. The left side of the image is bright and the right side of the image is dark. Thats what the left and right cells are for, in the left cell i want to display a bright image and in the right i want to display a dark image. (Bright Image)[ Logo 980px ](Dark Image) So, with my headerCenter cell's width set to 980px, how can I set the two outter cells to fill the rest of the page? Eg: if the window is 1000px, have the center cell 980px and the other outter cells to 10px. I know this is doable with CSS, but I just cant get it to work with GWTs confusing mix of tables and divs in the HTML output. Other then listening in on every window resize event and calculating the remaining width, how can I acomplish these auto sizing HorizontalPanel cells? Thanks, Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---