![]() | |
#21
| |||
| |||
|
|
In message <422ca21b.215506484 (AT) news1 (DOT) mm.com>, Steve Sundberg deejayREMOVETHE (AT) CAPITALLETTERSmm (DOT) com> writes Cascading style sheets can do many of the same things frames were originally designed to do. But not all, though. How, for example, do they load changeable content into a 'scrolling div' pretending to be a frame? |
#22
| |||
| |||
|
|
If you need 'frame's functionality, then you need ........... frames ;-) |
#23
| |||
| |||
|
|
In message <3964ggF5urk89U2 (AT) individual (DOT) net>, Harlan Messinger hmessinger.removethis (AT) comcast (DOT) net> writes David Dorward wrote: Steve Sundberg wrote: Frames are a no-no for accessibility. They also create search engine optimization problems. Besides, frames are so "1998" and Netscape/IE ver.3.0. It is possible to work around those issues; but its so much work that it probably isn't worth the effort. Particularly the effort needed to enable users to bookmark specific pages. 'Favorites' --> 'Add to Favorites' --> (create in) --> OK |
#24
| |||
| |||
|
|
Using frames is not inherently an accessibility problem. |
#25
| |||
| |||
|
|
jake wrote: Using frames is not inherently an accessibility problem. Driving on the left side of the road is not inherently a safety problem. It is a problem only if everyone else is driving on the right side of the road. So: using frames in an agent that supports frames is not inherently an accessibility problem, but some accessibility solutions don't *support* frames, so in reality it's still somewhat of an accessibility problem. |
#26
| |||
| |||
|
|
jake wrote: In message <3964ggF5urk89U2 (AT) individual (DOT) net>, Harlan Messinger hmessinger.removethis (AT) comcast (DOT) net> writes David Dorward wrote: Steve Sundberg wrote: Frames are a no-no for accessibility. They also create search engine optimization problems. Besides, frames are so "1998" and Netscape/IE ver.3.0. It is possible to work around those issues; but its so much work that it probably isn't worth the effort. Particularly the effort needed to enable users to bookmark specific pages. 'Favorites' --> 'Add to Favorites' --> (create in) --> OK Most of us expect a bookmark to go to the page we bookmarked. But sure, you're way is fine if every time you bookmark a page somewhere inside a web site, you don't mind if the bookmark actually leads only to the site's home page. |
#27
| |||
| |||
|
|
jake wrote: If you need 'frame's functionality, then you need ........... frames ;-) There is no functionality provided by frames that can *only* be provided by frames. |
#28
| |||
| |||
|
|
On Wed, 9 Mar 2005 10:29:09 +0000, jake <jake (AT) gododdin (DOT) demon.co.uk wrote: In message <422ca21b.215506484 (AT) news1 (DOT) mm.com>, Steve Sundberg deejayREMOVETHE (AT) CAPITALLETTERSmm (DOT) com> writes Cascading style sheets can do many of the same things frames were originally designed to do. But not all, though. How, for example, do they load changeable content into a 'scrolling div' pretending to be a frame? By defining a scrollable div: #update { position: absolute; top: 10px; left: 10px; height: 300px; width: 150px; text-align: left; padding-left: 0px; padding-right: 10px; padding-top: 12px; padding-bottom: 12px; border-right: solid 1px; border-color: #990000; overflow: auto; z-index: 2; } ... and placing content within that div. OK, let's say you've set up your scrolling div. |
#29
| |||
| |||
|
|
On Wed, 9 Mar 2005 10:36:28 +0000, jake <jake (AT) gododdin (DOT) demon.co.uk wrote: In message <3964ggF5urk89U2 (AT) individual (DOT) net>, Harlan Messinger hmessinger.removethis (AT) comcast (DOT) net> writes Particularly the effort needed to enable users to bookmark specific pages. 'Favorites' --> 'Add to Favorites' --> (create in) --> OK All that does is bookmark the parent page, not the target page. It also bookmarks the context. |
#30
| |||
| |||
|
|
jake wrote: If you need 'frame's functionality, then you need ........... frames ;-) There is no functionality provided by frames that can *only* be provided by frames. |
![]() |
| Thread Tools | |
| Display Modes | |
| |