Forum Moderators: phranque
What's the use of the next and previous, though?
My new favourite is:
[devedge.netscape.com ]
which allows compliant browsers to show additional link info while IE can default to show "title" info only.
Example:
<link rel="alternate stylesheet" type="text/css" media="screen" href="blue.css" title="Blue" />
It ensures that the previous and next pages in a series are pre-loaded for a faster user browser experience
Ah ha! Preloading. I get it now. But it seems that this sequential model isn't really appropriate for most web sites.
you may have seen arrows at a page bottom pointing left (previous) and right (next) - a non-scripting option).
Nope. I missed it.