Re: [WSG] font names problem in internet explorer

2010-01-17 Thread Stuart Foulstone
Hi Marvin,

I don't have any experience with screen-readers, but here is a suggestion.

It seems the only place you have defined a font is on body.

Maybe it just reads out the explicit attributes you give the header, as in
center.

Try defining the same font-family on the header, as well, to see if it
works then.

If that does not work, maybe it only reads out the header font-family if
it differs from the rest. Try defining a different font-family for the
headers.

Just an idea,

Stuart

On Sun, January 17, 2010 4:14 am, Marvin Hunkin wrote:
 hi.
 well tried fixing the error in the css.
 but still not reading the font names.
 just says centered.
 and it is not a internet explorer problem or a jaws problem.
 was able to go to a couple of sites.
 use the insert f command in jaws which reads the font on the selected
 element.
 so wonder if my font names are all screwed or not right.
 how to fix this.
 please help me out.
 when i was internet explorer 7, would read the font names.
 but in internet explorer 8.
 does not read it.
 so some is screwing my code.
 please help.
 maybe got the font names not correctly coded.
 will paste my style sheet below.
 so it is some thing with my style sheet.
 or maybe in the wrong place.
 will copy and paste the code of my main page.
 so you can see the location of where my style sheet is.
 Marvin.

 p.first:first-letter
 {
 text-transform:capitalize;
 font-style: italic;
 }
 body
 {
 font: 100%/1.4 Helvetica Neue, Arial, sans-serif;
 background: #fff;
 }
 .left { float: left; padding: 0 8px 8px 0; }
 .clear {clear: left; }
 h1
 {
 text-align: center;
 }
 h2
 {
 text-align: center;
 }
 a:link
 {
 color: #008000;
 }
 a:visited
 {
 color: #22bb22;
 }
 div#links a span
 {
 display: none;
 }
 div#links a:hover span
 {
 display: block;
 position: absolute;
 top: 350px;
 left: 5px;
 width: 100px;
 text-decoration: none;
 }
 a:hover
 {
 background-color: #006400;
 color: #FF;
 }
 a:active
 {
 color: #FF;
 text-decoration: none;
 }
 #banner
 {
 text-align: center;
  }
 #content
 {
 margin-left: 10px;
 margin-right:10px;
 voice-family: \}\;
 voice-family: inherit;
 margin-left: 131px;
 margin-right:131px;
  }
 body #content {
 margin-left: 10px;
 margin-right:10px;
  }
  #nav
 {
 position: absolute;
 left: 10px;
 top: 100px;
 width: 100px;
 text-align: center;
 }
 #wrapper { width: 960px; background-color: #fff; margin: 10px auto 0
 auto;}
 #banner_new { text-align: center; }
 #navigation { margin: 10px; overflow: hidden;}
 #navigation li { display:block; float:left; }
 #navigation li a { display: block; float: left; background-image:

 url('../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/nav_banana.png');
background-repeat: no-repeat; background-color: left;
background-attachment: scroll; padding-left: 32px;
padding-right: 16px; padding-top: 0; padding-bottom: 20px;
background-position: top }
 #navigation li a { display:block; float:left; background: transparent;
 padding: 0 16px 20px 0;}
 #main_content { margin: 10px;}
 .specials { float: left; width: 470px; height: 250px;  }
 .specials img {float: left; padding: 10px;}
 #footer { margin: 10px; overflow: hidden; }
 #footer li { display:block; float:left; }
 #footer li a { display: block; float: left; background-image:

 url('../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/nav_banana.png');
background-repeat: no-repeat; background-color: left;
background-attachment: scroll; padding-left: 32px;
padding-right: 16px; padding-top: 0; padding-bottom: 20px;
background-position: top }
 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;
 head
 meta http-equiv=content-type content=text/html; charset=ISO-8859-1 /
 titleJoe's Fruit and Vegetable Shop/title
 link href=../styles/joe_style.css rel=stylesheet type=text/css /
 /head
 body
 div id=wrapper
   div id=banner_new
   p a name=Top/a /p
 h1Joe's Fruit and Vegetable Shop/h1
 br
 br
 img src=../images/fruit.jpg alt=Fruit / /div
 br
 br
   div id=navigation
   br
   br
 ul
   lia href=index.htmlHome/a/li
   lia href=produce.htmlAll Produce/a/li
   lia href=recipes.htmlRecipes/a/li
   lia href=staff.htmlStaff/a/li
   lia href=history.htmlHistory/a/li
   lia href=search.htmlSearch/a/li
   lia href=links.htmlFruit And Vegetable Links/a/li
   lia href=vegetable.htmlFruit And Vegetable Recipes/a/li
   lia href=copyright.htmlCopyright/a/li
   lia href=credits.htmlCredits/a/li
   br
   br
   /ul
 div style=clear:both;/div
   /div
   div id=main_content
 h2Today's Specials/h2
 pPhone 1800-Joe-Fruit/p
 hr /
 div class=specials img src=../images/mango.jpg alt=Mango /
   

[WSG] font names problem in internet explorer

2010-01-16 Thread Marvin Hunkin
hi.
well tried fixing the error in the css.
but still not reading the font names.
just says centered.
and it is not a internet explorer problem or a jaws problem.
was able to go to a couple of sites.
use the insert f command in jaws which reads the font on the selected 
element.
so wonder if my font names are all screwed or not right.
how to fix this.
please help me out.
when i was internet explorer 7, would read the font names.
but in internet explorer 8.
does not read it.
so some is screwing my code.
please help.
maybe got the font names not correctly coded.
will paste my style sheet below.
so it is some thing with my style sheet.
or maybe in the wrong place.
will copy and paste the code of my main page.
so you can see the location of where my style sheet is.
Marvin.

p.first:first-letter
{
text-transform:capitalize;
font-style: italic;
}
body
{
font: 100%/1.4 Helvetica Neue, Arial, sans-serif;
background: #fff;
}
.left { float: left; padding: 0 8px 8px 0; }
.clear {clear: left; }
h1
{
text-align: center;
}
h2
{
text-align: center;
}
a:link
{
color: #008000;
}
a:visited
{
color: #22bb22;
}
div#links a span
{
display: none;
}
div#links a:hover span
{
display: block;
position: absolute;
top: 350px;
left: 5px;
width: 100px;
text-decoration: none;
}
a:hover
{
background-color: #006400;
color: #FF;
}
a:active
{
color: #FF;
text-decoration: none;
}
#banner
{
text-align: center;
 }
#content
{
margin-left: 10px;
margin-right:10px;
voice-family: \}\;
voice-family: inherit;
margin-left: 131px;
margin-right:131px;
 }
body #content {
margin-left: 10px;
margin-right:10px;
 }
 #nav
{
position: absolute;
left: 10px;
top: 100px;
width: 100px;
text-align: center;
}
#wrapper { width: 960px; background-color: #fff; margin: 10px auto 0 auto;}
#banner_new { text-align: center; }
#navigation { margin: 10px; overflow: hidden;}
#navigation li { display:block; float:left; }
#navigation li a { display: block; float: left; background-image:
   
url('../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/nav_banana.png');
   background-repeat: no-repeat; background-color: left;
   background-attachment: scroll; padding-left: 32px;
   padding-right: 16px; padding-top: 0; padding-bottom: 20px;
   background-position: top }
#navigation li a { display:block; float:left; background: transparent; 
padding: 0 16px 20px 0;}
#main_content { margin: 10px;}
.specials { float: left; width: 470px; height: 250px;  }
.specials img {float: left; padding: 10px;}
#footer { margin: 10px; overflow: hidden; }
#footer li { display:block; float:left; }
#footer li a { display: block; float: left; background-image:
   
url('../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/nav_banana.png');
   background-repeat: no-repeat; background-color: left;
   background-attachment: scroll; padding-left: 32px;
   padding-right: 16px; padding-top: 0; padding-bottom: 20px;
   background-position: top }
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
head
meta http-equiv=content-type content=text/html; charset=ISO-8859-1 /
titleJoe's Fruit and Vegetable Shop/title
link href=../styles/joe_style.css rel=stylesheet type=text/css /
/head
body
div id=wrapper
  div id=banner_new
  p a name=Top/a /p
h1Joe's Fruit and Vegetable Shop/h1
br
br
img src=../images/fruit.jpg alt=Fruit / /div
br
br
  div id=navigation
  br
  br
ul
  lia href=index.htmlHome/a/li
  lia href=produce.htmlAll Produce/a/li
  lia href=recipes.htmlRecipes/a/li
  lia href=staff.htmlStaff/a/li
  lia href=history.htmlHistory/a/li
  lia href=search.htmlSearch/a/li
  lia href=links.htmlFruit And Vegetable Links/a/li
  lia href=vegetable.htmlFruit And Vegetable Recipes/a/li
  lia href=copyright.htmlCopyright/a/li
  lia href=credits.htmlCredits/a/li
  br
  br
  /ul
div style=clear:both;/div
  /div
  div id=main_content
h2Today's Specials/h2
pPhone 1800-Joe-Fruit/p
hr /
div class=specials img src=../images/mango.jpg alt=Mango /
  h3Mangoes/h3
  p Large juicy tropical Queensland mangoes, ideal for letting the 
juice drip down your chin as you eat them! br
strong$1.99 each./strong /p
/div
div class=specials img src=../images/Mushrooms.jpg 
alt=Mushrooms /
  h3Mushrooms/h3
  pDelicious champignon mushrooms, perfect for the French cooking you 
do so well. br
strong$3.99 / kg./strong/p
/div
div class=specials img src=../images/strawberries.jpg 
alt=Strawberry /
  h3Strawberries/h3
  pPunnet of hydroponics strawberries. Exquisite taste, mouth 
watering; perfect with French vanilla ice-cream. br
strong$2.99 a Punnet./strong/p
/div
div class=specials img 

Re: [WSG] font names problem in internet explorer

2010-01-16 Thread David Laakso

Marvin Hunkin wrote:

hi.
well tried fixing the error in the css.
but still not reading the font names.
just says centered.
   



What is the uri of site in question.

Thanks.

~d


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



Re: [WSG] font names problem in internet explorer

2010-01-16 Thread Rally carla
On Sun, Jan 17, 2010 at 12:50 PM, David Laakso da...@chelseacreekstudio.com
 wrote:

 Marvin Hunkin wrote:

 hi.
 well tried fixing the error in the css.
 but still not reading the font names.
 just says centered.




 What is the uri of site in question.

 Thanks.

 ~d



 ***
 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
***