Re: [css-d] Scrolling Table Problems...

2006-03-23 Thread Terence Ordona
> OK, incredible brain fart on my end...I gave the localhost addy vs. the > web > addy on the sitehere is the addy for my troublesome page with the > scrolling CSS table... > > http://williams.genealogy.fm/results_page.php > > And for the style sheet > > http://williams.genealogy.fm/includes/wi

Re: [css-d] css scrollable tables..again

2006-01-27 Thread Terence Ordona
> > Nice work on browser support, Terence. > > For me the big challenge has been to create a scrolling table without > defining the column widths explicitly, but instead letting the > content determine cell width. Does your model work in those > circumstances? > > Paul Thanks Paul. The bigThreeV

Re: [css-d] css scrollable tables..again

2006-01-27 Thread Terence Ordona
I have my versions of solution at: http://www.imaputz.com/cssStuff/bigFourVersion.html http://www.imaputz.com/cssStuff/bigThreeVersion.html http://www.imaputz.com/cssStuff/bulletVersion.html Each one slightly different depending on what browsers you want to support. I personally use the bigThre

Re: [css-d] Table in Scrolling Div IE vs. Firefox

2005-12-06 Thread Terence Ordona
> I've included the relevant CSS and HTML in a test page at > http://www.adminisoftonline.com/TestPgs/widthtestpageminimum.html. > from .defaults remove position: relative In IE 6.x, when rendering in standards mode, any element that has the property position set to relative, and where that elem

Re: [css-d] Best CSS Editor?

2005-05-26 Thread Terence Ordona
There's the IE Web Developer Accessories http://www.microsoft.com/windows/ie/previous/webaccess/webdevaccess.mspx Works in WinIE 5.x and 6.x, it's mainly for DOM inspection, but you can view items such as currentStyle and the applicable css properties. > Are there any for IE? > > On 5/26/05, Chr