This is what we are trying to do - we need to keep the same table's total height but:
1) Make the 3rd area (name area) look better when minimized. There's a light blue gap at the bottom but we'd like only a 1 pixel thick line, as the ones that separate the other areas above (letter and design areas)
2) Have the whole tool's UI in Firefox match the one in IE
You are using far too many div's to accomplish your UI.
One div with other block element ie. h1, h2 for the main titles. Style all these elements with width, height, margins and padding. No need to do absolute positioning since it will reside inside a <td> anyway.
A lot of nesting here which makes it an absolute nightmare to troubleshoot. Try building it on a blank page and then copy and paste the code into the real page. Make sure to apply widths to all elements to fit inside the >td>.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum