Re: [WSG] Fixed Sidebar Fluid Content - Source Order Limitations

2009-08-17 Thread Ben Davies
Hi Kepler, You may want to try max-width on your main content. I’m not sure if that will work for you since you didn’t post a link. I tried max- and min-width in a few combinations and could not get it to work (and makes my content no longer fluid ). Hi Mark Thanks for the sample code. The

RE: [WSG] Fixed Sidebar Fluid Content - Source Order Limitations

2009-08-17 Thread Mark Huppert
Ben If the window gets below a certain width, then inevitably the content must pop up above the fixed width sidebar. That is the whole point of the content first approach, I thought. It's true that with an extremely wide screen a gap will open up. I guess if that's a problem for your client,

Re: [WSG] Fixed Sidebar Fluid Content - Source Order Limitations

2009-08-17 Thread Сергей Кириченко
learn to search, елки палки http://www.alistapart.com/articles/multicolumnlayouts/ http://www.alistapart.com/articles/fauxabsolutepositioning/ 2009/8/17 Ben Davies bendav...@he3.com.au Hi Kepler, You may want to try max-width on your main content. I'm not sure if that will work for you since

RE: [WSG] Fixed Sidebar Fluid Content - Source Order Limitations

2009-08-17 Thread Linda Mitchell
Not sure if this is what you want but to have the content first in the body but have the sidebar appear firt you can use: html, body { width: 100%; margin:0; } #cont { float: left; padding:10px; margin-left: 220px; } #sidebar { background: #DD;

Re: [WSG] table inside a dd?

2009-08-17 Thread Benjamin Hawkes-Lewis
On 17/08/2009 06:18, Tim MacKay wrote: I am marking up product nutritional information and am thinking of doing it like so: dl dt The Product /dt dd Paragraph blurb about the product /dd dd table …etcTabular data of the nutritional information/…etc /table /dd /dl Is nesting the table

Re: [WSG] Fixed Sidebar Fluid Content - Source Order Limitations

2009-08-17 Thread Ben Davies
Hi Linda, Thanks for your suggestion. One thing very relevant that I have not mentioned is that the content and sidebar need to appear below a header of unknown height. I think this means absolute positioning is not going to work. Sorry for not mentioning that. Сергей Кириченко Thanks for the

[WSG] Re: WSG Digest

2009-08-17 Thread Dale Hurley
style #main{ width:60%; float:right; background-color:#FAA; } #sidebar{ width:200px; background-color:#AA; } /style body div id=wrapper div id=mainMain/div div id=sidebarSide/div /div /body

RE: [WSG] table inside a dd?

2009-08-17 Thread Tim MacKay
Thanks Ben and Christian for the replies, Ben thanks particularly for the links. Based on the accessibility bonuses of the methods you suggested I might opt out of the def list route and use headings. Thanks again. Tim -Original Message- From: li...@webstandardsgroup.org

Re: [WSG] table inside a dd?

2009-08-17 Thread Bushidodeep
Hi, A little late to the thread, but how about: the contents of the table captionSample Complex Table/caption tr th abbr=page id=pageNoPage Name/th th id=catCategory/th th abbr=tool id=acc axis=test resultsAccessibility Tool Test/th th abbr=manual id=man axis=test resultsManual Test/th th