No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
try this <link rel="stylesheet" type="text/css" href="../filename/style.css" />
check the margin-top and padding-top of ur each style class (especially outer)... and check the heights and min-height of each div tag... google chrome inspect functionality may be helpful to solve this...
create the div class with "width:auto;"... this will help you example: Html: <div class="outer">.........Document........</div> css class for div: outer{ min-width:1024px; width:auto; height:auto; }
use style="overflow:auto" inside body tag.. example: <body style="overflow:auto"> ................. ................. .............. </body>
the adjust the outer width.."review_container"
The End.
shibin vadayatt