E-mail List Archives
RE: Screen readers and telephone numbers
From: Dave Ferrick
Date: Mar 3, 2003 9:18AM
- Next message: Jukka K. Korpela: "Re: Screen readers and telephone numbers"
- Previous message: julian.rickards@ndm.gov.on.ca: "RE: Screen readers and telephone numbers"
- Next message in Thread: Jukka K. Korpela: "Re: Screen readers and telephone numbers"
- Previous message in Thread: Ian Lloyd (Accessify.com): "Screen readers and telephone numbers"
- View all messages in this Thread
A stab in the dark, but how about having each number in an <li> and making
the list inline through the properties:
ul, li {
display: inline;
margin: 0;
padding: 0;
}
There may be some browser variants on what to id (you may need to add the
style to a containing <p> first) but with some effort, you can probably get
it to work across all platforms.
Dave Ferrick
- Next message: Jukka K. Korpela: "Re: Screen readers and telephone numbers"
- Previous message: julian.rickards@ndm.gov.on.ca: "RE: Screen readers and telephone numbers"
- Next message in Thread: Jukka K. Korpela: "Re: Screen readers and telephone numbers"
- Previous message in Thread: Ian Lloyd (Accessify.com): "Screen readers and telephone numbers"
- View all messages in this Thread