Re: [WSG] 3-Col Issue Javascript Heavy site

2009-03-05 Thread Rob D
Have you tried giving the center col (#content) a percent width like -
width:70%;
haven't tried it - just a thought

On Thu, Mar 5, 2009 at 3:31 PM, Kristine Cummins des...@kristinecummins.com
 wrote:

  Hi All:



 I am developing a community calendar that is ran by javascripts that pulls
 from database. It has a 3-col layout. I’m aware that javascript-based site
 is not the most “accessible” but was the economical option for our
 non-profit. I have two questions:



 1)In Safari, the center col is not filling the entire center like it
 should on both PC and Mac but all other browsers OK. The floating left and
 right sidebars have margins sent while the center col sits relative in the
 middle.

  2)Since this is a primarily javascript-ran website, can you give me
 tips, on how to make it more accessible? I’m not going to do extreme
 measures here, but maybe will implement some basics.



 Site: http://www.nvarts.org/demo/index.shtml

 CSS: http://www.nvarts.org/demo/styles.css





 Thanks for your time!
 Kristine

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] positioning help needed

2008-12-10 Thread Rob D
Hi Kevin,
I'm not sure if this will help but I always use
.brclear
{
font-size: 1px;
line-height: 0;
clear: both;
height: 0;
}
after the last floated object on a page.
This has fixed footer floating issues for me before.

hope it helps
Rob

On Wed, Dec 10, 2008 at 4:03 AM, kevin mcmonagle [EMAIL PROTECTED]
 wrote:

 Hi I'm trying to modify this template to work with a footer.
 The problem is getting a footer to float below the right side div.
 I can't figure out how to keep #sidebar liquid but still float a footer
 under it.
 Is it possible.

 Here is the css on that div:

 #sidebar {
 position: absolute;
 left: 51em;
 padding: 115px 0.4em 2em 2.5em;
 color: #606263; top:0;
 }


 #sidebar * {
 max-width: 40em;
 }

 #sidebar .column {
 float: left;width: 15em;
 margin-right: 18px;

  }



 heres the example:

 http://www.gortahork.eu/en



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] positioning help needed

2008-12-10 Thread Rob D
So its...
br class=brclear /

On Wed, Dec 10, 2008 at 8:26 AM, Rob D [EMAIL PROTECTED] wrote:

 Hi Kevin,
 I'm not sure if this will help but I always use
 .brclear
 {
 font-size: 1px;
 line-height: 0;
 clear: both;
 height: 0;
 }
 after the last floated object on a page.
 This has fixed footer floating issues for me before.

 hope it helps
 Rob


 On Wed, Dec 10, 2008 at 4:03 AM, kevin mcmonagle 
 [EMAIL PROTECTED] wrote:

 Hi I'm trying to modify this template to work with a footer.
 The problem is getting a footer to float below the right side div.
 I can't figure out how to keep #sidebar liquid but still float a footer
 under it.
 Is it possible.

 Here is the css on that div:

 #sidebar {
 position: absolute;
 left: 51em;
 padding: 115px 0.4em 2em 2.5em;
 color: #606263; top:0;
 }


 #sidebar * {
 max-width: 40em;
 }

 #sidebar .column {
 float: left;width: 15em;
 margin-right: 18px;

  }



 heres the example:

 http://www.gortahork.eu/en



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***