Re: [css-d] W3C errors. in application....

2014-07-10 Thread Nancy Johnson
Thank you,   I did not realize either.   I will not use section going
forward...
 When I first used section  I don't remember the W3C validator
throwing a warning... I may be incorrect as I focus more on errors.

Nancy

On Wed, Jul 9, 2014 at 6:40 PM, Eric e...@minerbits.com wrote:
 Technically the error was thrown correctly:

 http://www.w3.org/html/wg/drafts/html/master/sections.html#the-section-element

 http://html5doctor.com/the-section-element/

 Eric

 On July 9, 2014 at 8:32 AM Nancy Johnson njohnso...@gmail.com wrote:


 I do application development and the W3C throws an error:

 1 with an Accessible counter I pulled off the web, that goes with a
 textarea box
 name= is used with span or div
 span id=abc name=789r aria-atomic=true aria-live=polite
 class=fontsize085 2000/span

 The back-end developer used rid='1' with a datepicker
 input id=111 name='pickup value=07/07/2014 type=text
 class=width5 rid=1

 section I am using without a heading... and it throws a warning..
 Am I used section incorrectly?

 This site is in development and will always be a private application
 so I cannot show it.

 Thanks

 Nancy
 __
 css-discuss [css-d@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-discuss [css-d@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] nested li:hover issue

2014-07-10 Thread John
at this link:  
http://coffeeonmars.com/130su/assignments/asst2a/jj_resp_skeleton.html I have a 
CSS menu dropdown for the header nav item named “Class”

Functionally, it behaves correctly, but I don’t see why the hover state of the 
sub-nav li items won’t respond to change in color. Size, yes, but color no. 
Makes me think something further up the chain is taking precedence, such as the 
first li a:hover but why wouldn’t the child hover declaration supercede that?

Thank you for any thoughts!

John
__
css-discuss [css-d@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/


Re: [css-d] nested li:hover issue

2014-07-10 Thread John

On Jul 10, 2014, at 10:49 AM, John j...@coffeeonmars.com wrote:

 Functionally, it behaves correctly, but I don’t see why the hover state of 
 the sub-nav li items won’t respond to change in color. Size, yes, but color 
 no. Makes me think something further up the chain is taking precedence, such 
 as the first li a:hover but why wouldn’t the child hover declaration 
 supercede that?

Figured it out…my hover declaration was for:

#header nav ul li ul li:hover

should be:

#header nav ul li ul li a:hover


d’oh!

J
__
css-discuss [css-d@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/


Re: [css-d] nested li:hover issue

2014-07-10 Thread Chris Rockwell
In the sub menus you have :hover applied to both the li and the a -
what colors/background are you expecting?

#header nav ul li ul li:hover {

   1. font-weight: bold;
   2. color: green;


#header nav li a:hover{

   1. background: skyblue;
   2. color: black;


Chris Rockwell


On Thu, Jul 10, 2014 at 1:49 PM, John j...@coffeeonmars.com wrote:

 at this link:
 http://coffeeonmars.com/130su/assignments/asst2a/jj_resp_skeleton.html I
 have a CSS menu dropdown for the header nav item named “Class”

 Functionally, it behaves correctly, but I don’t see why the hover state of
 the sub-nav li items won’t respond to change in color. Size, yes, but color
 no. Makes me think something further up the chain is taking precedence,
 such as the first li a:hover but why wouldn’t the child hover declaration
 supercede that?

 Thank you for any thoughts!

 John
 __
 css-discuss [css-d@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-discuss [css-d@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/

Re: [css-d] @Font-Face Not Working in IE/FF, What Are Best Practices?

2014-07-10 Thread MiB

jun 13 2014 Elli Vizcaino elli...@yahoo.com:

 Also, while on the topic wanted to know what are some best practices, 
 especially for fall back fonts. I am using the standard: Arial, 
 Helvetica, sans-serif but these fonts don't necessarily have the same 
 proportions as my chosen web fonts, so they would throw the look and feel off 
 of the design if a fallback font would indeed need to be used. 


Research ”font stacks”, try out a few and take it from there to build your own.

__
css-discuss [css-d@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/


Re: [css-d] @Font-Face Not Working in IE/FF, What Are Best Practices?

2014-07-10 Thread MiB

jun 13 2014 Elli Vizcaino elli...@yahoo.com:

 Also, while on the topic wanted to know what are some best practices, 
 especially for fall back fonts. I am using the standard: Arial, 
 Helvetica, sans-serif but these fonts don't necessarily have the same 
 proportions as my chosen web fonts, so they would throw the look and feel off 
 of the design if a fallback font would indeed need to be used. 


Research ”font stacks”, try out a few and take it from there to build your own.

__
css-discuss [css-d@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/


Re: [css-d] nested li:hover issue

2014-07-10 Thread David Hucklesby

On 7/10/14, 10:49, John wrote:

at this link:
http://coffeeonmars.com/130su/assignments/asst2a/jj_resp_skeleton.html I
have a CSS menu dropdown for the header nav item named “Class”

Functionally, it behaves correctly, ...


Not really. I don’t know if it works with touch, but it certainly fails when
using a keyboard. You need JavaScript for that. Here’s one suggestion:

 http://www.smartmenus.org

--
Cordially,
David

__
css-discuss [css-d@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] (no subject)

2014-07-10 Thread John Kastorinis


__
css-discuss [css-d@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/