Re: [css-d] Semantic UL Class Name

2009-03-04 Thread Gunlaug Sørtun
Brian Hazelton wrote:
 I want to create a class that removes the bullets from an unordered 
 list that I can use on multiple lists. What class name would you give
  it since it will be applied to multiple ul's, each contains 
 different information.

ul.plain {...}

...will probably deliver the message regardless of context and content.

 The site, in case you want to dig deeper is 
 http://www.danville302.org

Looks like you have some Bad Request for stylesheets there...
http://jigsaw.w3.org/css-validator/validator?uri=http://www.danville302.org/warning=1profile=css21
...and a minor hick-up involving an h1 near the end...
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.danville302.org%2Fcharset=%28detect+automatically%29doctype=Inliness=1group=0user-agent=W3C_Validator%2F1.606

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
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] Semantic UL Class Name

2009-03-03 Thread Brian Hazelton

Hi,
I have a site that I have been making very semantic and css based but I
have a problem. I want to create a class that removes the bullets from
an unordered list that I can use on multiple lists. What class name
would you give it since it will be applied to multiple ul's, each
contains different information. The site, in case you want to dig deeper
is http://www.danville302.org

Thanks,
Brian Hazelton

__
css-discuss [cs...@lists.css-discuss.org]
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/