Re: [css-d] how do I get the hr / under the div?

2008-11-26 Thread Sandy


 That helped a great deal. I'm 78% colorblind and was actually having a 
 hard time seeing the hrs unless my monitor was tilted just right. I 
 didn't mean to imply there was anything wrong with the footer -- it was 
 the only hr I could see. ;-)
 
 Setting display:inline-block as David suggested fixes the hr on my 
 Firefox/Ubuntu system, but now Chrome/XP and IE7/XP are having trouble. 
 I'll have a look at it in the morning and see if there's something to be 
 done about it.
 
 --Bill
 

Bill - I am going to mention your problem seeing hrs to my client. Given 
that he specializes in making things easier for people with disabilities 
he should really know!

on the other hand, they do create a big space that opens up the 
different sections, even if you can't see them. I think. Do you think so?


Sandy
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] how do I get the hr / under the div?

2008-11-26 Thread Sandy


Gunlaug Sørtun wrote:
 Sandy wrote:
 
 ... the hr / is still off to the side
 
 
 http://www.cantoraccess.com/AAA-epsilon/services/xaccessibility.html

 Try adding 'float: left;'
 
 Georg

Georg - that did it!

thanks a million,
Sandy
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] how do I get the hr / under the div?

2008-11-25 Thread Sandy
hey all,

I have a problem that has me really, really baffled.

I have a table of contents at the top of this page that consists of two 
divs, side by side, nested in a larger div.

After the larger div is closed, there is a hr / followed by a short 
paragraph. The hr / shows up on the right of the table of contents 
instead of under it. When I try to use a clear : left on it, the whole 
rest of the content moves way, way down under the menu on the left.

How do I get this hr / to tuck nicely under the div?

here's the page:
http://www.cantoraccess.com/AA-epsilon/services/xaccessibility.html

here's the css:
http://www.cantoraccess.com/AA-epsilon/css/ca.css
http://www.cantoraccess.com/AA-epsilon/css/menu.css

thanks in advance
Sandy
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] how do I get the hr / under the div?

2008-11-25 Thread Bill Brown
Sandy wrote:
 After the larger div is closed, there is a hr / followed by a short 
 paragraph. The hr / shows up on the right of the table of contents 
 instead of under it. When I try to use a clear : left on it, the whole 
 rest of the content moves way, way down under the menu on the left.
 
 How do I get this hr / to tuck nicely under the div?

Hi Sandy,

Your footer (which contains the hr) is contained within div#nowrap.right 
which has margin-left set to 300px. Presumably, you want your footer to 
be /outside/ div#nowrap.right which would put it to back to the margin 
and width of the greater parent div (div#container).

The other option of course, would be to apply a negative margin-left to 
your footer, but this would cause problems in the long run.

Anyway, hope it helps.
--Bill


-- 
!--
  ! Bill Brown - [EMAIL PROTECTED] - 484-809-8077
  ! WebDevelopedia.com, TheHolierGrail, MacNimble.com
  ! 24 Countryside Drive, Johnston, RI 02919
--
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] how do I get the hr / under the div?

2008-11-25 Thread Sandy


Damien, it sounded encouraging, but sadly, the hr / is still off to 
the side

http://www.cantoraccess.com/AAA-epsilon/services/xaccessibility.html

thanks for taking the time to look at this.

Sandy

 Setting the display: inline-block, and specifiying a width, seemed to 
 make the HR start behaving in Firefox 3
 Maybe have a play with that
 
 Cheers,
 Damien
 
 /Ph: (07) 838 3775
 Fax: (07) 838 3775
 Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]/
 
 
 
 Sandy wrote:
 
hey all,

I have a problem that has me really, really baffled.

I have a table of contents at the top of this page that consists of two 
divs, side by side, nested in a larger div.

After the larger div is closed, there is a hr / followed by a short 
paragraph. The hr / shows up on the right of the table of contents 
instead of under it. When I try to use a clear : left on it, the whole 
rest of the content moves way, way down under the menu on the left.

How do I get this hr / to tuck nicely under the div?

here's the page:
http://www.cantoraccess.com/AA-epsilon/services/xaccessibility.html

here's the css:
http://www.cantoraccess.com/AA-epsilon/css/ca.css
http://www.cantoraccess.com/AA-epsilon/css/menu.css

thanks in advance
Sandy
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__ Information from ESET Smart Security, version of virus signature 
database 3635 (20081124) __

The message was checked by ESET Smart Security.

http://www.eset.com



  

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] how do I get the hr / under the div?

2008-11-25 Thread Gunlaug Sørtun
Sandy wrote:

 ... the hr / is still off to the side

 http://www.cantoraccess.com/AAA-epsilon/services/xaccessibility.html
 
Try adding 'float: left;'

Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] how do I get the hr / under the div?

2008-11-25 Thread david
Please bottom-post. My response is below.

Sandy wrote:

 Damien, it sounded encouraging, but sadly, the hr / is still off to 
 the side
 
 http://www.cantoraccess.com/AAA-epsilon/services/xaccessibility.html
 
 thanks for taking the time to look at this.
 
 Sandy
 
 Setting the display: inline-block, and specifiying a width, seemed to 
 make the HR start behaving in Firefox 3
 Maybe have a play with that

 Cheers,
 Damien

 /Ph: (07) 838 3775
 Fax: (07) 838 3775
 Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]/



 Sandy wrote:

 hey all,

 I have a problem that has me really, really baffled.

 I have a table of contents at the top of this page that consists of two 
 divs, side by side, nested in a larger div.

 After the larger div is closed, there is a hr / followed by a short 
 paragraph. The hr / shows up on the right of the table of contents 
 instead of under it. When I try to use a clear : left on it, the whole 
 rest of the content moves way, way down under the menu on the left.

 How do I get this hr / to tuck nicely under the div?

 here's the page:
 http://www.cantoraccess.com/AA-epsilon/services/xaccessibility.html

 here's the css:
 http://www.cantoraccess.com/AA-epsilon/css/ca.css
 http://www.cantoraccess.com/AA-epsilon/css/menu.css

How about replacing the two HRs with borders on the paragraph?

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/