scrollview-horizontal-example.mustache revision e808b8824ca1091c8efb5669db9129e68e5e1c14
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt <title>ScrollView With Scrollbar Indicator</title>
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt /* Avoid resource latency for these, since they hide unenhanced content */
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt .yui3-js-enabled .yui3-scrollview-loading {
16803617e47c83272013e45ba8eb83a3b11983edAndreas Gustafsson visibility:hidden;
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt #additional-content {
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt display:none;
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt <link rel="stylesheet" href="http://yui.yahooapis.com/{{yuiVersion}}/build/cssreset/cssreset-min.css" type="text/css" charset="utf-8">
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt <link rel="stylesheet" href="{{componentAssets}}/horizontal.css" type="text/css" charset="utf-8">
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt <link media="handheld, only screen and (max-device-width: 480px)" href="{{componentAssets}}/horizontal-smallscreen.css" type="text/css" rel="stylesheet" charset="utf-8">
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt {{>layout_content}}