Microsoft's MSDN Web Workshop has a table with it's own scrollbars. Can anyone tell me how this is done, or point me to a good tutorial on the subject.
Try setting overflow to scroll - if this doesn't work with the table directly, it will work with the table enclosed in a span. Set overflow-x and y independantly if you like, and make dure you have dimensions defined in your style, otherwise it will just take the dimensions of the table.
b2 - benbiddington@surf4nix.com
This works perfectly guys. Had to enclose the table in <SPAN> in order to get it to work (thanks bangers) but thanks to you both for the quick response. Kevin
slanek@ssd.fsi.com
One more question, and it stems from my lack of experience with using span, but if I want to just say <SPAN ID="..."> instead of declaring all the attributes within the SPAN tag, where do I define the ID? I did it in my stylesheet as #scrollTable... and declared the height/width etc in there, but it didn't work properly. Obviously I'm doing this the wrong way. What is the proper way to go about using <SPAN ID="...">? Kevin
slanek@ssd.fsi.com
Oh boy they were quick! By the time I typed what i typed (which as you can see wasn't very much!) They manged to answer your query. How slow at typing am I???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.