Magazine Cover
-Navigation via #URLs
-The basics
- Page #1- Named page
-
- Anchor on page #3
- BUG: currently navigation via existing anchors
- will break the layout, so use the name attribute
- on any other tags (see example).
-
-
+
+ Named page
+
- Finger controls
+-
+
- Single finger swipe left/right – prev/next page. +
- Two finger swipe left/right – prev/next article. +
- Single finger swipe up/down – toggle thumbnail view. +
- Pinch in/out – go in/out of thumbnail view. +
Navigation via #URLs
+The basics
+ Page #1+ Named page
+
+ Anchor on page #3
+ BUG: currently navigation via existing anchors
+ will break the layout, so use the name attribute
+ on any other tags (see example).
+
+
Special anchors
-These show up in the page URL
- Magazine cover- Last page
- Thumbnail view
- Toggle a hidden layer
- - Hide all layers
- +
+
+ Last page
+ Thumbnail view
+ Toggle a hidden layer
+ + Hide all layers
+ -
- Previous page
- Next article
- Previous article
+
+ Previous page
+ Next article
+ Previous article
+
- Special anchors
+These show up in the page URL
+ Magazine cover+ Last page
+ Thumbnail view
+ Toggle a hidden layer
+ + Hide all layers
+ -
Relative special anchors
-These will get replaced by corresponding page numbers in the URL
- Next page- Previous page
- Next article
- Previous article
+
Relative special anchors
+These will get replaced by corresponding page numbers in the URL
+ Next page+ Previous page
+ Next article
+ Previous article
+
- This is an example layer
+ +
diff --git a/magazine.css b/magazine.css
index 42c1dec..a85a036 100755
--- a/magazine.css
+++ b/magazine.css
@@ -43,6 +43,7 @@ body {
text-align: left;
position: relative;
overflow: visible;
+ white-space: normal;
/* these set the "safe" marks for page content */
width: 800px;
+ +
+