Alright, I am big on using tables personall but I have run into trouble with a script I am using, conflicting with tables, so I can't scroll with them. Could somebody please tell me if it is possible (and if so how) to recreate this using divs? Thanks.
i supposed its better to use tables for your content. do you have a link to the page or the source code for it + the code for the script that is causing the problem. and sorry but what do you mean by can't scroll with them
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
I have used several scripts and styles to allow scrolling without scrollbars (because they /really/ don't work with the site). The way it is set up, you can scroll with the mouse wheel, or by clicking on the text and using the up/down arrows. If I use tables in my main content then the scrolling does not work in Firefox, at least, not for the content area that uses tables.
Here is the page where I have set up the table (it is not finished, I stopped when I realized that I had this problem): http://www.vvclans.com/db/contact.php
You can do this with floats, and then create a wrapper div with a max-height (Fx) and height (IE) setting, with an overflow property set to scroll.
KDLA
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
You'll want to tweak the values, but this will get you started.
KDLA
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
Depends on where you want the scrollbar - a scrollbar per row, or a scrollbar for the entire table. Either way, it will work.
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
Is there anyway to do the entire table without using any scrollbar? The only reason I need to use divs is because the <table> property messes up the scrolling, I just need to recreate the table.
Last edited by KDLA; 08-09-2006 at 06:29 PM.
Reason: Errors in coding
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
Bookmarks