HTML - Help With Scroll Bars
I'm just wondering, is it possible to stop the main page from scrolling down, and instead, add the scroll bar in the table cell that i want it in.
if it is possible...what is the code i can use to operate this? help much appriciated... ^-^ Anchieh Similar TutorialsHiya, just wondering if anyone can help me fix the scrolling on my uni project. Here is the link http://clairelaity.site90.com/techniques2.html , many thanks! In this TD i am not able to see all of the information....how do i add scroll bars??? <td class="DetailsContents" style="overflow:scroll"> <asp:Literal ID="litLogDetail" runat="server" /> </td> .DetailsContents { font-family:Verdana; font-size:11px; background-color:white; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color:#333333; vertical-align:top; overflow:scroll; height:800px; } -------------------------------------------------------------------------------- I'm hoping someone has fresher eyes than I do. I've been working on this for nearly 3 hours and just can't figure out what is wrong. the page works great in firefox, chrome, but in IE 7 it does not like me at all. I'm getting no scroll bars and the page stops at one of the fields rather than continuing to the end of the page. Can you help? Here is the page, thanks. http://www.sentrylogin.com/sentry/me...40&Ppl_ID=2977 Laura Is there a way to customize those ugly default scroll bars? as they take up quite alot of space when you use them just for a div (with overflow: auto; in the css). So I was wondering if I could possibly make them smaller? (with cross browser support of course) How do i change the color? and "Style" i guess. I have seen it alot, i have been going through alot of source code, but i havent found it yet. I do have a css for my website so if it goes in there, let me know also. I am a graphic designer trying to teach myself html, this may be a basic question for you genius's but I need help chaning 2 scroll bars on my page. I would like to put in fancy, colored scroll bars.. here is the page im working on : http://www.fashionfreakers.com/samplesite.html any input would be great. Thanks, C Does anyone know what CSS/HTML I need to use so scroll bars are disabled across all the main browsers? I.e. FF2, FF3, IE6, IE7, Safari.... I have the searched the Internet high and low and all I can really find on the issue is abuse from other posters who fail to answer the original poster's question because they think they know best. Is anyone able to help? Many thanks in advance. This is an html problem I believe please don't move this to the scripts forums. Long story short, I'm in the process of a making a file explorer, like windows explorer with cgi scripts in python and html code. My one script shows a list of directories and files one next to the other, like this: The problem is, when there are lots of files and directories, it doesn't move the objects that go past the window to the next line, it just creates a scrollbar. So my question is, how can I make it move the objects to the next line and remove the horizontal scrollbar? Hi All , In my page, it has two div, one on the left side to do navigation stuff and the right one to display contents of page. How can I create a scroll bar just on the right div so that when it scroll, the div on the left side wont move. REgards how do you make an inline fame that does not have scroll bars but resizes the parent page to allow the whole child page to fit in the parent How can I fixed the size of the page to desired width and length and also make that page fixed to that size so that it cannot resized. And also I want to disable all bars(scrollbars, menubars, address bars etc) for the page. I am using these codes for my projects and these are for commercial purpose. I am also asking for your permission to use these codes for my projects. lookin 4wrd. Can anyone help me out? I've set up a test site for a project where I have a scrollable table within an iFrame. Techincally, its an iFrame within an iFrame which gets you to a scrollable table I also added an auto-scroll with anchor-links. Everything finally works, but I really want to remove the horizontal-scroll bar that shows up, while keeping the vertical-scroll bar. (Upon testing, I found without the vertical-scroll bar, the anchor-links and auto-scroll don't work correctly.) here's the link to the test site: http://www.thegrandamerican.com/ here's the line of code I think is the correct place to make corrections: <iframe id="myiframe" name="myiframe" src="oprah june 09_news.htm" width="900" height="475" scrolling="yes" overflow-y: scroll></iframe> The hierarchy works as follows: index.htm > spotlight_news.htm > oprah june 09_news.htm The reason for all the iframes is to have elements on the higher pages that will stay in place, such as a music player and dynamic menu bar. other notes and associated files (for the auto scroll) a smooth-src-comments.js smooth.pack.js Thanks. - J I am using the following code (together with CSS) to generate a simple nav bar: <a href="index.html" title="contact us" class="lastMenuItem">contact us<span class="desc"> Contact Us</span></a> <a href="prices.html" title="price list">price list<span class="desc">latest deals</span></a> <a href="about.html" title="about us">about us<span class="desc">our apartments</span></a> <a href="contact.html" title="home" class="active">home<span class="desc">welcome</span></a> By using the same code on each page, and changing class="active" onto each page shows the active page in the menu bar. When trying this in the first line (which by CSS is the last option), I get code showing in page view and it don't work. Anybody got any ideas? Regards Brisar http://junksen.tumblr.com/ Hi! i just wanted to know if i can make the right bar, the post area, and the left bar transparent so i can see the background through them if anyone can help me out, please let me know y0! I want to Make my website Navigation just like this site http://www.dynamicdrive.com/dynamicindex17/ Like.. in the left hand side you have navigation names and when we click one of them the results come on righ side . And agian if we click anything on right side , only right side changes not the left and top. I want same like this . I know I can do this with frames . But because of these disadvantages I don't want to do this : 1. One of the main disadvantage of frames is search engines will not deal with them properly. i.e, search engines (including most popular ones) will not index pages containing frames as its hard for them to search for a specific content and move backwards to check to which frameset each page belongs to and retrieve all the pages in the frameset. 2. Its hard to navigate through pages in frames when we have more than two or three frames. 3. Its difficult to print the content of all frames when compared to a normal web page. 4. We cannot bookmark individual pages using browser's Favourites Menu. Please help me . Let me know what I can do. Help Me as soon as you can. When you have a table, and there is a lot of text in cells and you dont want the ENTIRE table stretch, what code can you add to the cell in order to give it scrollbars? The only way I found online is by css, but I'm not sure where to add the code. Any tips/help? EDIT: Problem Solved. Thank You. http://junksen.tumblr.com/ i have this blog, and i want the right and left bars to be fixed so that when i scroll down/up, it only scrolls down the middle post area. is there any way to do this? I have a website in the making that has two side bars that are jpges. I am using show/hide div tags that extend the page to stretch to match the content it is showing. How can I make the side bars extend to fill in the gap when the page needs to become bigger? This is what I tried thus far... The sidebars have a gradient to them to make it look like steel so I took a small piece and cut it and made it a jpeg. I then made an extra row under the side bars and set this cut jpeg as a background image. That didn't work. Any help would be greatly appreciated. I have lots of computers that aren't connected to the internet. I am not making a web page, but I think I can use Internet Explorer and HTML to help me with something. The users will be installing software on the PC with a CD with a batch file that I have made. There is a point where I need to tell the user "plug in device now and close this window when you have finished" and other messages like that. I was thinking of just making a simple .html file that sits on the CD and when I come to that point in the installation just call the appropriate file to display the message. So, in notepad, I am trying to make a .html file that when executed (like double clicked or called from the batch file) will be a small window with the menus disabled and simply displays the message. If there is a better way to display a message to the user, please let me know. Maybe what I want is called a message box? Thanks for sharing your expertise. |