Hello! I'm working on my second version of my website. And what I want to do is that the main scrollbar to the right on every site. I want this site to be the scrollbar that users use to scroll down to see both the Main Meny frame (Left Frame), Mainframe and Rightframe. Because the main scrollbar only scrolls the left frame of my site, which means I have to add another two scrollbars. One for my Leftframe, one for my mainframe and the main scrollbar takes care of my Rightframe. But I want the main scrollbar to the Right as the ONLY scrollbar on my site, not 3 of them.. If anyone can see what i mean? I'm using Macromedia Dreamwaver.. Please help me! Thanks in advance..
Hi dear I am anup kumar pandey.use this code... <div style="border:1px solid black;width:200px;height:100px;overflow-y:hidden;overflow-x:scroll;"> <p style="width:250%;"> By using overflow-x, we can create scroll bars when the contents of this div are wider than the container. By setting this paragraph to 250 percent, it is 250 percent wider than the parent container - forcing an overflow. </p> </div> <p style="font-family:verdana,arial,sans-serif;font-size:10px;"><a href="http://www.studentinfo.noads.biz">Horizontal scroll</a></p> <!-- HTML Codes by studentinfo.noads.biz --> <div style="border:1px solid black;width:200px;height:100px;overflow:scroll;overflow-y:scroll;overflow-x:hidden;"> <p style="height:250%;"> By using overflow-y, we can create scroll bars when the contents of this div are bigger/higher than the container. Also, by setting this paragraph to 250 percent, it is automatically 250 percent higher than the parent container - forcing an overflow. </p> </div> <p style="font-family:verdana,arial,sans-serif;font-size:10px;"><a href="http://www.studentinfo.noads.biz">Horizontal scroll</a></p> your's Anup kumar pandey anupmca007@gmail.com