Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-14 Thread francky
[EMAIL PROTECTED] wrote: I have been trying to implement a frameless frame system, so when I saw this post I decided to base it on the example you linked to at http://home.comcast.net/~rob.freundlich/css/noFrames.html My requirements are slightly different though - I need header and footer

Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-14 Thread francky
Addon: = = = = = = = = = = #RegionNavigation { border-bottom: 5px solid black; height: 5em; width: 100%;} #RegionNavigationLeft { float: left; border-right: 5px solid black; padding: 5px; width: 33%; height: 100%;} #RegionNavigationRight { float: left; border-left: 5px solid green;

[css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-13 Thread KevinBurges
I have been trying to implement a frameless frame system, so when I saw this post I decided to base it on the example you linked to at http://home.comcast.net/~rob.freundlich/css/noFrames.html My requirements are slightly different though - I need header and footer frames and a main content frame

Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-07 Thread Christian Heilmann
tableless table http://www.bernzilla.com/design/tables/table.html Excellent example! Now if only someone would come up with a soundless MP3 or a HTML-less web document! Reads: Tabular data is tables, as they provide oh so many more hooks for user agents and assistive technology. -- Chris

[css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-06 Thread Maziak, Peter \(Tek Systems\)
http://www.msu.edu/~maziak/umg/dra/quadrantlayout.html I am using four divs (plus others) to build frameless frames. It is starting to look good in Firefox, but not in IE/win. Please advise on any of the following issues, higher priority listed first. Any advice appreciated. 1)

Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-06 Thread heinrich klassen
hi! don't you think tables are neccessary to provid structure in datasets? you should indeed read: http://www.usability.com.au/resources/tables.cfm seems offtopic, but this is too important for me. tables are not useless. henry. 2006/1/6, Maziak, Peter (Tek Systems) [EMAIL PROTECTED]:

Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-06 Thread Maziak, Peter \(Tek Systems\)
(will fix) From: heinrich klassen [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 2:33 PM To: Maziak, Peter (Tek Systems) Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel

Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-06 Thread Roger Roelofs
Pete, On Jan 6, 2006, at 5:24 PM, Maziak, Peter ((Tek Systems)) wrote: http://www.msu.edu/~maziak/umg/dra/quadrantlayout.html 1) BOTTOMRIGHT DIV wraps (goes below) BOTTOMLEFT DIV in IE/win. I have temporarily commented out overflow:hidden in the body tag so that this is apparent when