views:

57

answers:

1

When I resize my web page window, it breaks the GUI design and tabs looks bad:

<TABLE border="0" bordercolor="red" cellpadding="0" cellspacing="0" width="100%" id="homeContainer" >
---------------- here the rest of contents
</TABLE>

alt text

A: 

Have you checked the rest of tables' width and CSS?

ppshein
i.e. this probleam is occured due to table width.?
Yashwant Chavan
Absolutely. You don't want to wrap your side-menu when you resize window, rite? If so, assign "nowrap" into side-menu.
ppshein