Re: [css-d] CSS Expressions

2005-06-15 Thread Alexander Khost
Yes, thanks for that link, David!


On 6/14/05, Ingo Chao [EMAIL PROTECTED] wrote:
 David Hucklesby schrieb:
 
  http://www.stunicholls.myby.co.uk/boxes/minwidth.html
 
 That's a clever idea.
 Thanks for linking.
 Ingo
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 


-- 
Alexander Khost
http://www.deliciousdemon.com
201-709-1470
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] CSS Expressions

2005-06-13 Thread Alexander Khost
I recently found a CSS expression hack for IE's lack of min-width support.

Does anyone know if there is currently or are future plans for
starting a cross-browser version of CSS expressions? Otherwise can
anyone explain why expressions are a bad thing and should be avoided?

At first glance, they seem quite intriguing and useful (if only for
ways around IE's lack of standards support).

Thank you,

Alexander Khost
http://www.deliciousdemon.com
201-709-1470
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] 100% body height in FireFox

2005-06-08 Thread Alexander Khost
Hi,
I am attempting to make two black stripes down the height of the body
of a page. I have set one as a background image, which is properly
spanning the height of the page, even when scrolling. I have been
trying to set the other stripe by adding a border-right to the body
and defining its width. It works fine, however, in FireFox, once the
page scrolls, the border line is cut off at 100% of the initial screen
display and does not scroll past that point. I'm using CSS in XHTML
1.0 transitional. Here's a code snippet of the CSS:

html {height: 100%;}
body {height: 100%; width: 769px; background: url(borderBG.gif)
repeat-y 150px; border-right: solid #00 1px;}

Any thoughts on a better way to accomplish this without simply making
the two stripes as one background image...?

Thank you in advance,

Alexander Khost
http://www.deliciousdemon.com
201-709-1470
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d][ADMIN - OT] Section 508 Levels of Conformance

2005-06-01 Thread Alexander Khost
Thank you; my apologies for the Off Topic post...


On 6/1/05, Bob Easton [EMAIL PROTECTED] wrote:
 On 6/1/05, Alexander Khost [EMAIL PROTECTED] wrote:
  I am developing a few sites with table-less CSS layouts. While I'm at
  it, I have decided to develop the sites for Section 508 compliancy.
  Does anyone know of a validator that tests for conformance and tells
  you what level it meets?
 
 This question is Off Topic for the CSS list.  You should try Google
 searches for accessibility checking tools.  Bobby and Cynthia Says are
 the typical tools.  Neither gives definitive answers because there are
 no definitive answers for many accessibility affordances.  I have a
 few accessibliity resources noted at:
 http://www.access-matters.com/resources/
 
 --
 Bob Easton
 


-- 
Alexander Khost
http://www.deliciousdemon.com
201-709-1470
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/