December 6, 201015 yr Hi can you take a look at a site Im working on? Im wanting to make the black area scrollable (a scrollbar on the righthand side). (A sort of webpage within a webpage!) The site isnt finished yet thats why there is no content!! http://www.aardesign.co.uk/slideshow/index.php Is there any way I can do this? Also is there any way I can make the background slideshow images fade in and out of each other? Preferably without using Jquery? Ive found this piece of js code : fadeduration 1000, but Im not sure where it goes. Thanking you in advance. Alan.
December 6, 201015 yr It may help if you fill the area with enough dummy content so that it needs more than the given space, I'm not sure. But either way, I think if you fix the dimensions (height and width) and set overflow to auto it should work. http://www.w3schools.com/Css/pr_pos_overflow.asp
December 6, 201015 yr Sorry, I overlooked the other part of your question. There is a transition property where you can set a time for an item to change, but it isn't really fully supported yet I think. Have a look at this: http://dev.opera.com/articles/view/css3-transitions-and-2d-transforms/#introduction It may help you do some more targeted searches on google.
December 7, 201015 yr <div style="width: 400px;height: 300px;overflow:-moz-scrollbars-vertical;overflow-y:auto;"> CONTENET HERE </div>
Create an account or sign in to comment