Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
~5K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Troggs

try this <link rel="stylesheet" type="text/css" href="../filename/style.css" />

Member Avatar for Purvi_1
0
353
Member Avatar for Mapper99

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...

Member Avatar for JorgeM
0
721
Member Avatar for shadowcrawler

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; }

Member Avatar for Dandello
0
2K
Member Avatar for DSLKeper

use style="overflow:auto" inside body tag.. example: <body style="overflow:auto"> ................. ................. .............. </body>

Member Avatar for shibin vadayatt
0
435
Member Avatar for Birdmanskii

The End.