Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i m new to css..
i m using following code ..i cm creating horizontal pages using JS by tutorials..it works fine ..but when i zoom the size (ctl+mouse Wheel) some portion of lower side donts seen..also no vertical scroll appear..

help me?

CSS
#leftContent{
    width: 9117px;
}
Posted
Comments
Christian Amado 27-Aug-12 14:59pm    
width: 100%;
Ravimallya 21-Oct-12 7:10am    
have you tried to use overflow with width and/or height set? also have you used wrap:true ? please provide with an example. you can use jsfiddle.net.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900