Re: [tsc-devel] Web site accessibility in text broswer.
Lauri Ojansivu <…x@x…> writes: > There are couple possibilities for fixing this: > 1) Using noscript tag to provide menu for text browsers > 2) rewrite HTML using Javascript Neither. Use the correct nesting <li><a></a></li>, and use CSS to set the <a> tags to "display: block" or "display: inline-block" and give them a width, a height, and most importantly a line height. That will work in graphical browsers properly. Take a look at how the navbar at the top of this website[1] is styled, entirely without JavaScript, but with correct nesting of the tags (disclaimer: I wrote that website). Vale, Quintus [1]: https://www.west-ik.de/ -- #!/sbin/quintus Blog: http://www.guelkerdev.de GnuPG key: F1D8799FBCC8BC4F
| 2015-09-09 14:49:43 | Brian Allen Vanderburg II | [tsc-devel] Web site accessibility in text broswer. | |
| 2015-09-09 15:10:29 | Quintus | Re: [tsc-devel] Web site accessibility in text broswer. | |
| 2015-09-09 15:29:30 | Lauri Ojansivu | Re: [tsc-devel] Web site accessibility in text broswer. | |
| ▶ | 2015-09-09 15:37:26 | Quintus | Re: [tsc-devel] Web site accessibility in text broswer. |
| 2015-09-09 16:11:37 | Brian Allen Vanderburg II | Re: [tsc-devel] Web site accessibility in text broswer. | |
| 2015-09-10 09:00:03 | Lauri Ojansivu | Re: [tsc-devel] Web site accessibility in text broswer. | |
| 2015-09-10 10:37:02 | Quintus | Re: [tsc-devel] Web site accessibility in text broswer. |
| [tsc-devel] Web site accessibility in text broswer. | Brian Allen Vanderburg II | 2015-09-09 14:49:43 | |
| Re: [tsc-devel] Web site accessibility in text broswer. | Quintus | 2015-09-09 15:10:29 | |
| Re: [tsc-devel] Web site accessibility in text broswer. | Lauri Ojansivu | 2015-09-09 15:29:30 | |
| Re: [tsc-devel] Web site accessibility in text broswer. | Quintus | 2015-09-09 15:37:26 | ◀ |
| Re: [tsc-devel] Web site accessibility in text broswer. | Brian Allen Vanderburg II | 2015-09-09 16:11:37 | |
| Re: [tsc-devel] Web site accessibility in text broswer. | Lauri Ojansivu | 2015-09-10 09:00:03 | |
| Re: [tsc-devel] Web site accessibility in text broswer. | Quintus | 2015-09-10 10:37:02 |