Please help me in this. I need to create a layout using percentage widths. I have a wrapper that is 100% width.
Now I have a DIV (the main wrapper.. I want to keep i
Try the following:
div { width: 100%; *overflow: auto; }
It works well in IE7.