{"id":9462,"date":"2014-09-12T05:02:21","date_gmt":"2014-09-11T19:02:21","guid":{"rendered":"http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=9462"},"modified":"2014-09-12T05:02:21","modified_gmt":"2014-09-11T19:02:21","slug":"htmljavascriptcss-reveal-left-to-right-primer-tutorial","status":"publish","type":"post","link":"https:\/\/www.rjmprogramming.com.au\/ITblog\/htmljavascriptcss-reveal-left-to-right-primer-tutorial\/","title":{"rendered":"HTML\/Javascript\/CSS Reveal Left to Right Primer Tutorial"},"content":{"rendered":"<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_fromlefttoright.html\"><img decoding=\"async\" style=\"float:left; border: 15px solid pink;\" alt=\"HTML\/Javascript\/CSS Reveal Left to Right Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/left_to_right.jpg\" title=\"HTML\/Javascript\/CSS Reveal Left to Right Primer Tutorial\" \/><\/a><p class=\"wp-caption-text\">HTML\/Javascript\/CSS Reveal Left to Right Primer Tutorial<\/p><\/div>\n<p>Here we are back at the ongoing discussion regarding HTML, Javascript and CSS on the theme of &#8220;reveal&#8221;.  We&#8217;ll be doing several postings on this theme, and today we continue on with a left to right, top to bottom &#8220;reveal&#8221; of some phrases you are welcome to try to guess in our tutorial game today, which is building on previous &#8220;reveal&#8221; themed tutorials like the one below called <a href='#rifpt' title='HTML\/Javascript Reveal Image In Front of Image Tutorial'>HTML\/Javascript Reveal Image In Front of Image Tutorial<\/a>.<\/p>\n<p>Here is a tutorial that &#8220;reveals&#8221; a surprise, in the form of some phrases, revealed from Left to Right, Top to Bottom using HTML, Javascript and CSS, featuring:<\/p>\n<ul>\n<li>CSS <a target=_blank title=\"CSS overflow:hidden idea information from w3schools ... thanks\" href=\"http:\/\/www.w3schools.com\/cssref\/pr_pos_overflow.asp\">overflow: hidden;<\/a> style property<\/li>\n<li>Encasing working visible HTML elements within <a target=_blank title='HTML div information from w3schools' href='http:\/\/www.w3schools.com\/tags\/tag_div.asp'><i>div<\/i><\/a> element for ease of:\n<ol>\n<li>positioning<\/li>\n<li>scrolling, or not<\/li>\n<li>visibility control<\/li>\n<\/ol>\n<\/li>\n<li>Javascript <a target=_blank href='http:\/\/www.w3schools.com\/jsref\/met_win_setinterval.asp' title='setInterval'>setInterval<\/a> and <a target=_blank href='http:\/\/www.w3schools.com\/jsref\/met_win_clearinterval.asp' title='clearInterval'>clearInterval<\/a> timer functionality<\/li>\n<li>Javascript <a target=_blank href='http:\/\/www.w3schools.com\/js\/js_htmldom.asp' title='Javascript DOM'>DOM<\/a> methods to dynamically change HTML (over time)<\/li>\n<li>HTML\/CSS body element <a target=_blank title='Background information at w3schools ... thanks' href='http:\/\/www.w3schools.com\/css\/css_background.asp'>background<\/a> URL (with fallback background colour) and the Javascript control of its <a target=_blank title='Body backgroundImage URL nullified advice from w3schools ... thanks' href='http:\/\/www.w3schools.com\/jsref\/prop_style_backgroundimage.asp'>fallback<\/a> to just the background colour<\/li>\n<\/ul>\n<p>So here is today&#8217;s tutorial&#8217;s <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_fromlefttoright.html' title='Click picture'>live run<\/a>, and here is the HTML programming source code you could call <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_fromlefttoright.html_GETME' title='reveal_fromlefttoright.html'>reveal_fromlefttoright.html<\/a>.<\/p>\n<hr \/>\n<p id='rifpt'>Previous relevant <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=9483' title='HTML\/Javascript Reveal Image In Front of Image Tutorial'>HTML\/Javascript Reveal Image In Front of Image Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_imageinfront.html\"><img decoding=\"async\" style=\"float:left; border: 15px solid pink;\" alt=\"HTML\/Javascript Reveal Image In Front of Image Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/infrontof.jpg\" title=\"HTML\/Javascript Reveal Image In Front of Image Tutorial\" \/><\/a><p class=\"wp-caption-text\">HTML\/Javascript Reveal Image In Front of Image Tutorial<\/p><\/div>\n<p>Continuing on with our discussion regarding HTML, Javascript and CSS on the theme of &#8220;reveal&#8221;, today we reveal an image in front of another, and triggered when the user clicks a link, following on from the previous <a target=_blank href='#hjribipt' title='HTML\/Javascript\/CSS Reveal Image Behind Image Primer Tutorial'>HTML\/Javascript\/CSS Reveal Image Behind Primer Tutorial<\/a> as shown below.<\/p>\n<p>With today&#8217;s tutorial you could argue that it also belongs with the series of blog posts related to <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=overlay\" title='overlay'><i>&#8220;overlay&#8221;<\/i><\/a>.<\/p>\n<p>Here is a tutorial that &#8220;reveals&#8221; that image in front of an image of the night sky using HTML, Javascript and CSS, featuring:<\/p>\n<ul>\n<li>Encasing working visible HTML elements within <a target=_blank title='HTML div information from w3schools' href='http:\/\/www.w3schools.com\/tags\/tag_div.asp'><i>div<\/i><\/a> element for ease of:\n<ol>\n<li>positioning<\/li>\n<li>scrolling, or not<\/li>\n<li>visibility control<\/li>\n<\/ol>\n<\/li>\n<li><a target=_blank href='http:\/\/www.w3schools.com\/cssref\/pr_pos_z-index.asp' title='z-index information from w3schools'><i>z-index<\/i><\/a><\/li>\n<li><a target=_blank href='http:\/\/www.w3schools.com\/cssref\/pr_class_position.asp' title='position:absolute information from w3schools'><i>position:absolute<\/i><\/a><\/li>\n<li>Javascript <a target=_blank href='http:\/\/www.w3schools.com\/js\/js_htmldom.asp' title='Javascript DOM'>DOM<\/a> methods to dynamically change HTML, particularly with respect to visibility, and size and positioning<\/li>\n<p><!--li>HTML\/CSS body element that it is Clickable via a <i>div<\/i> supervising a \"background\" <i>a<\/i> tag (but this is not popular with the search engines)<\/li-->\n<\/ul>\n<p>So here is a tutorial about <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_imageinfront.html' title='Click picture'>Images &#8220;revealed&#8221; in front of others<\/a>, and here is the HTML programming source code you could call <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_imageinfront.html_GETME' title='reveal_imageinfront.html'>reveal_imageinfront.html<\/a> for the theme of an image in front of the night sky.<\/p>\n<hr \/>\n<p id='hjribipt'>Previous relevant <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=9447' title='HTML\/Javascript Reveal Image Behind Image Primer Tutorial'>HTML\/Javascript Reveal Image Behind Image Primer Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_keyhole.html\"><img decoding=\"async\" style=\"float:left; border: 15px solid pink;\" alt=\"HTML\/Javascript Reveal Image Behind Image Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/sur_keyhole_prise.jpg\" title=\"HTML\/Javascript Reveal Image Behind Image Primer Tutorial\" \/><\/a><p class=\"wp-caption-text\">HTML\/Javascript Reveal Image Behind Image Primer Tutorial<\/p><\/div>\n<p>Continuing on with our discussion regarding HTML, Javascript and CSS on the theme of &#8220;reveal&#8221;, today we reveal an image behind another,  increasing its size over time, and all triggered when the user clicks a link, following on from the previous <a target=_blank href='#hjcript' title='HTML\/Javascript\/CSS Reveal Information Primer Tutorial'>HTML\/Javascript\/CSS Reveal Information Primer Tutorial<\/a> as shown below.<\/p>\n<p>Here is a tutorial that &#8220;reveals&#8221; that image behind a keyhole image using HTML, Javascript and CSS, featuring:<\/p>\n<ul>\n<li>Encasing working visible HTML elements within <a target=_blank title='HTML div information from w3schools' href='http:\/\/www.w3schools.com\/tags\/tag_div.asp'><i>div<\/i><\/a> element for ease of:\n<ol>\n<li>positioning<\/li>\n<li>scrolling, or not<\/li>\n<li>visibility control<\/li>\n<\/ol>\n<\/li>\n<li><a target=_blank href='http:\/\/www.w3schools.com\/cssref\/pr_pos_z-index.asp' title='z-index information from w3schools'><i>z-index<\/i><\/a><\/li>\n<li><a target=_blank href='http:\/\/www.w3schools.com\/cssref\/pr_class_position.asp' title='position:absolute information from w3schools'><i>position:absolute<\/i><\/a><\/li>\n<li>Simple masking image <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/keyhole.png' title='Transparent keyhole with black background'>keyhole.png<\/a> which would only require an image editor to the sophistication of <a target=_blank title='Paintbrush image editor' href=\"http:\/\/paintbrush.sourceforge.net\/\">PaintBrush<\/a> to create<\/li>\n<li>Javascript <a target=_blank href='http:\/\/www.w3schools.com\/js\/js_htmldom.asp' title='Javascript DOM'>DOM<\/a> methods to dynamically change HTML, particularly with respect to visibility, and size and positioning<\/li>\n<p><!--li>HTML\/CSS body element that it is Clickable via a <i>div<\/i> supervising a \"background\" <i>a<\/i> tag (but this is not popular with the search engines)<\/li-->\n<\/ul>\n<p>So here is a tutorial about <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_keyhole.html' title='Click picture'>Images &#8220;revealed&#8221; behind others<\/a>, and here is the HTML programming source code you could call <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_keyhole.html_GETME' title='reveal_keyhole.html'>reveal_keyhole.html<\/a> for the theme of an image behind a keyhole &#8230; huh?!   If you try this game you may discover its inspiration.<\/p>\n<p>Content-wise, how could there be thanks enough to the &#8220;masters&#8221;, but have you ever read <a target=_blank title='Giorgio Vasari' href='http:\/\/en.wikipedia.org\/wiki\/Giorgio_Vasari'>Giorgio Vasari<\/a>&#8216;s book <i>Lives of the Most Excellent Painters, Sculptors, and Architects<\/i> ? &#8230; and we&#8217;ll include some links (or inactive link prefixes) below &#8230; thank you, terima kasih, gracias, merci, \u8c22\u8c22, danke, \u0441\u043f\u0430\u0441\u0438\u0431\u043e, \u0927\u0928\u094d\u092f\u0935\u093e\u0926, grazie, \u0e02\u0e2d\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13, c\u1ea3m \u01a1n b\u1ea1n, \u0622\u067e \u06a9\u0627 \u0634\u06a9\u0631\u06cc\u06c1, \u3042\u308a\u304c\u3068\u3046, te\u015fekk\u00fcr ederim, dankon, obrigado, dankie,\u0634\u0643\u0631\u0627, \u03c3\u03b1\u03c2 \u03b5\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03ce, \uac10\uc0ac\ud569\ub2c8\ub2e4, asante:<\/p>\n<ul>\n<li><a target=_blank href='http:\/\/workbench.cadenhead.org\/news\/3500\/link-specific-time-youtube' title='How to Link to a Specific Time in YouTube Videos'>How to Link to a Specific Time in YouTube Videos<\/a><\/li>\n<li><a target=_blank title='How to replace 1 with first, 2 with second,3 with third etc [duplicate]' href='http:\/\/stackoverflow.com\/questions\/20425771\/how-to-replace-1-with-first-2-with-second-3-with-third-etc'>How to replace 1 with first, 2 with second,3 with third etc [duplicate]<\/a><\/li>\n<li>\n<p>https:\/\/encrypted-tbn1.gstatic.com\/<\/p>\n<\/li>\n<li>\n<p>https:\/\/encrypted-tbn2.gstatic.com\/<\/p>\n<\/li>\n<li>\n<p>https:\/\/encrypted-tbn3.gstatic.com\/<\/p>\n<\/li>\n<li><a target=_blank title='http:\/\/legomenon.com\/meaning-of-the-scream-1893-painting-by-edvard-munch.html' href='http:\/\/legomenon.com\/meaning-of-the-scream-1893-painting-by-edvard-munch.html'>http:\/\/legomenon.com\/meaning-of-the-scream-1893-painting-by-edvard-munch.html<\/a><\/li>\n<li>\n<p>http:\/\/2.bp.blogspot.com\/<\/p>\n<\/li>\n<li><a target=_blank title='http:\/\/www.bbc.co.uk\/news\/uk-england-leeds-13887717' href='http:\/\/www.bbc.co.uk\/news\/uk-england-leeds-13887717'>http:\/\/www.bbc.co.uk\/news\/uk-england-leeds-13887717<\/a><\/li>\n<li>\n<p>http:\/\/news.bbcimg.co.uk\/<\/p>\n<\/li>\n<li><a target=_blank title='http:\/\/www.theepochtimes.com\/' href='http:\/\/www.theepochtimes.com\/'>http:\/\/www.theepochtimes.com\/<\/a><\/li>\n<li><a target=_blank title='http:\/\/thegreatdali.weebly.com\/masterpiece.html' href='http:\/\/thegreatdali.weebly.com\/masterpiece.html'>http:\/\/thegreatdali.weebly.com\/masterpiece.html<\/a><\/li>\n<li><a target=_blank title='http:\/\/www.theguardian.com\/artanddesign\/2011\/jun\/22\/picasso-sold-auction' href='http:\/\/www.theguardian.com\/artanddesign\/2011\/jun\/22\/picasso-sold-auction'>http:\/\/www.theguardian.com\/artanddesign\/2011\/jun\/22\/picasso-sold-auction<\/a><\/li>\n<li><a target=_blank title='http:\/\/www.wellcorps.com\/Explaining-The-Hidden-Meaning-Of-Michelangelos-Creation-of-Adam.html' href='http:\/\/www.wellcorps.com\/Explaining-The-Hidden-Meaning-Of-Michelangelos-Creation-of-Adam.html'>http:\/\/www.wellcorps.com\/Explaining-The-Hidden-Meaning-Of-Michelangelos-Creation-of-Adam.html<\/a><\/li>\n<li><a target=_blank title='http:\/\/topartnews.blogspot.com.au\/2009\/10\/defining-masterpiece-at-minneapolis.html' href='http:\/\/topartnews.blogspot.com.au\/2009\/10\/defining-masterpiece-at-minneapolis.html'>http:\/\/topartnews.blogspot.com.au\/2009\/10\/defining-masterpiece-at-minneapolis.html<\/a><\/li>\n<li><a target=_blank title='http:\/\/www.telegraph.co.uk\/news\/worldnews\/europe\/italy\/6377214\/Italian-palace-fresco-may-hide-Leonardo-da-Vinci-masterpiece.html' href='http:\/\/www.telegraph.co.uk\/news\/worldnews\/europe\/italy\/6377214\/Italian-palace-fresco-may-hide-Leonardo-da-Vinci-masterpiece.html'>http:\/\/www.telegraph.co.uk\/news\/worldnews\/europe\/italy\/6377214\/Italian-palace-fresco-may-hide-Leonardo-da-Vinci-masterpiece.html<\/a><\/li>\n<li><a target=_blank title='http:\/\/www.dailymail.co.uk\/news\/article-2413253\/Van-Goghs-sunflowers-He-painted-seven-versions-glorious-masterpiece.html' href='http:\/\/www.dailymail.co.uk\/news\/article-2413253\/Van-Goghs-sunflowers-He-painted-seven-versions-glorious-masterpiece.html'>http:\/\/www.dailymail.co.uk\/news\/article-2413253\/Van-Goghs-sunflowers-He-painted-seven-versions-glorious-masterpiece.html<\/a><\/li>\n<li><a target=_blank title='http:\/\/www.essentialvermeer.com\/catalogue\/girl_with_a_pearl_earring.html' href='http:\/\/www.essentialvermeer.com\/catalogue\/girl_with_a_pearl_earring.html'>http:\/\/www.essentialvermeer.com\/catalogue\/girl_with_a_pearl_earring.html<\/a><\/li>\n<li><a target=_blank title='http:\/\/artinvestment.ru\/en\/news\/artnews\/20100111_veronese_to_venice.html' href='http:\/\/artinvestment.ru\/en\/news\/artnews\/20100111_veronese_to_venice.html'>http:\/\/artinvestment.ru\/en\/news\/artnews\/20100111_veronese_to_venice.html<\/a><\/li>\n<li><a target=_blank title='http:\/\/www.fodors.com\/' href='http:\/\/www.fodors.com\/'>http:\/\/www.fodors.com\/<\/a><\/li>\n<li><a target=_blank title='http:\/\/www.thelocal.it\/20140324\/spaniard-strips-naked-in-front-of-botticelli-masterpiece' href='http:\/\/www.thelocal.it\/20140324\/spaniard-strips-naked-in-front-of-botticelli-masterpiece'>http:\/\/www.thelocal.it\/20140324\/spaniard-strips-naked-in-front-of-botticelli-masterpiece<\/a><\/li>\n<\/ul>\n<p>Hope you have a go at today&#8217;s &#8220;reveal&#8221; game.<\/p>\n<hr \/>\n<p id='hjcript'>Previous relevant <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=9428' title='HTML\/Javascript\/CSS Reveal Information Primer Tutorial'>HTML\/Javascript\/CSS Reveal Information Primer Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/revealing.html\"><img decoding=\"async\" style=\"float:left; border: 15px solid pink;\" alt=\"HTML\/Javascript\/CSS Reveal Information Primer Tutorial ... thanks to Training Industry ( http:\/\/www.trainingindustry.com\/ ) for the image, within an image\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/currys_paradox.jpg\" title=\"HTML\/Javascript\/CSS Reveal Information Primer Tutorial ... thanks to Training Industry ( http:\/\/www.trainingindustry.com\/ ) for the image, within an image\" \/><\/a><p class=\"wp-caption-text\">HTML\/Javascript\/CSS Reveal Information Primer Tutorial ... thanks to Training Industry ( http:\/\/www.trainingindustry.com\/ ) for the image, within an image<\/p><\/div>\n<p>Welcome to the continuing discussion regarding HTML, Javascript and CSS on the theme of &#8220;reveal&#8221;.  We&#8217;ll be doing several postings on this theme, and today we continue these ideas with the revealing of information in the (simple) form of a hidden <i>div<\/i> element only revealed when the user clicks a link, following on from the previous <a target=_blank href='#hjcrttbpt' title='HTML\/Javascript\/CSS Reveal Top to Bottom Primer Tutorial'>HTML\/Javascript\/CSS Reveal Top to Bottom Primer Tutorial<\/a> as shown below.<\/p>\n<p>Here is a tutorial that &#8220;reveals&#8221; wording, or information regarding a puzzle using HTML, Javascript and CSS, featuring:<\/p>\n<ul>\n<li>Encasing working visible HTML elements within <a target=_blank title='HTML div information from w3schools' href='http:\/\/www.w3schools.com\/tags\/tag_div.asp'><i>div<\/i><\/a> element for ease of:\n<ol>\n<li>positioning<\/li>\n<li>scrolling, or not<\/li>\n<li>visibility control<\/li>\n<\/ol>\n<\/li>\n<li>Javascript <a target=_blank href='http:\/\/www.w3schools.com\/js\/js_htmldom.asp' title='Javascript DOM'>DOM<\/a> methods to dynamically change HTML, particularly with respect to visibility<\/li>\n<li>Javascript <a target=_blank href='http:\/\/www.w3schools.com\/jsref\/met_win_prompt.asp' title='Javascript prompt window information from w3schools ... thanks'>prompt<\/a> windows to receive, analyze and act on user interaction<\/li>\n<li>HTML\/CSS body element that it is Clickable via a <i>div<\/i> supervising a &#8220;background&#8221; <i>a<\/i> tag (but this is not popular with the search engines)<\/li>\n<\/ul>\n<p>So here is a tutorial about <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/revealing.html' title='Click picture'>Curry&#8217;s Paradox<\/a>, and here is the HTML programming source code you could call <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/revealing.html_GETME' title='revealing.html'>revealing.html<\/a> which called on the content of this <a href='#' onclick=' var huh=prompt(\"Hit OK to find out a lot at Wikipedia.  Am asking because you may not want to reveal this yet, and if not hit Cancel or wipe out URL and hit OK.\", \"http:\/\/en.wikipedia.org\/wiki\/Curry%27s_paradox\");  if (huh.indexOf(\"http\") != -1) { window.open(huh,\"_blank\"); } '>tutorial<\/a>.   Today there will be no links below regarding getting to other links regarding Curry&#8217;s Paradox (ie. the content), but this is available via the <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/revealing.html\" title='Click picture'>live run<\/a> link (as above, also) (except that to say the inspiration came from an answer on the BBC quiz show <a target=_blank title=\"BBC's QI\" href='http:\/\/www.bbcnordic.com\/qi\/'>QI<\/a>) &#8230; don&#8217;t want to give away any surprises before they surprise!<\/p>\n<hr \/>\n<p id='hjcrttbpt'>Previous relevant <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=9389' title='HTML\/Javascript\/CSS Reveal Top to Bottom Primer Tutorial'>HTML\/Javascript\/CSS Reveal Top to Bottom Primer Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_fromtoptobottom.html\"><img decoding=\"async\" style=\"float:left; border: 15px solid pink;\" alt=\"HTML\/Javascript\/CSS Reveal Top to Bottom Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/surprise.jpg\" title=\"HTML\/Javascript\/CSS Reveal Top to Bottom Primer Tutorial\" \/><\/a><p class=\"wp-caption-text\">HTML\/Javascript\/CSS Reveal Top to Bottom Primer Tutorial<\/p><\/div>\n<p>Welcome to a new discussion regarding HTML, Javascript and CSS on the theme of &#8220;reveal&#8221;.  We&#8217;ll be doing several postings on this theme, and today we have the first.<\/p>\n<p>Do you often wish to make webpages that hide things until the user interacts with the webpage or some time period has expired, so that there is some sort of element of surprise?   <\/p>\n<p align='center'>No?<\/p>\n<p>Do you sometimes wish to make webpages that hide things until the user interacts with the webpage or some time period has expired, so that there is some sort of element of surprise?  <\/p>\n<p align='center'>Still no, huh?  (<i>Aside:<\/i> two can play this <font size=1>little<\/font> game)<\/p>\n<p>Do you occasionally wish to make webpages that hide things until the user interacts with the webpage or some time period has expired, so that there is some sort of element of surprise &#8230; OR &#8230; <br \/>will allow those who have <i>never<\/i> had this thought in their life on Earth?  <\/p>\n<p align='center'>No again, huh?  (<i>Aside:<\/i> two planets can play this puerile <font size=1>little<\/font> game!)<\/p>\n<p>Do you ever wish to make webpages that hide things until the user interacts with the webpage or some time period has expired, so that there is some sort of element of surprise &#8230; OR &#8230; <br \/>will allow those who have <i>never<\/i> had this thought in their life on Earth, nor Mars?  <\/p>\n<p align='center'>Non? Nicht?  Good nicht! (chortle, chortle)<\/p>\n<p align='center'>Well, that&#8217;s fixed their <font size=1>little<\/font> <span style='color:red;'>red<\/span> wagon.<\/p>\n<p>Here is a tutorial that &#8220;reveals&#8221; a surprise from top to bottom using HTML, Javascript and CSS, featuring:<\/p>\n<ul>\n<li>CSS <a target=_blank title=\"CSS overflow:hidden idea information from w3schools ... thanks\" href=\"http:\/\/www.w3schools.com\/cssref\/pr_pos_overflow.asp\">overflow: hidden;<\/a> style property<\/li>\n<li>Encasing working visible HTML elements within <a target=_blank title='HTML div information from w3schools' href='http:\/\/www.w3schools.com\/tags\/tag_div.asp'><i>div<\/i><\/a> element for ease of:\n<ol>\n<li>positioning<\/li>\n<li>scrolling, or not<\/li>\n<li>visibility control<\/li>\n<\/ol>\n<\/li>\n<li>Javascript <a target=_blank href='http:\/\/www.w3schools.com\/jsref\/met_win_setinterval.asp' title='setInterval'>setInterval<\/a> and <a target=_blank href='http:\/\/www.w3schools.com\/jsref\/met_win_clearinterval.asp' title='clearInterval'>clearInterval<\/a> timer functionality<\/li>\n<li>Javascript <a target=_blank href='http:\/\/www.w3schools.com\/js\/js_htmldom.asp' title='Javascript DOM'>DOM<\/a> methods to dynamically change HTML (over time)<\/li>\n<li>HTML\/CSS body element <a target=_blank title='Background information at w3schools ... thanks' href='http:\/\/www.w3schools.com\/css\/css_background.asp'>background<\/a> URL (with fallback background colour) and the Javascript control of its <a target=_blank title='Body backgroundImage URL nullified advice from w3schools ... thanks' href='http:\/\/www.w3schools.com\/jsref\/prop_style_backgroundimage.asp'>fallback<\/a> to just the background colour<\/li>\n<\/ul>\n<p>So here is today&#8217;s tutorial&#8217;s <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_fromtoptobottom.html' title='Click picture'>live run<\/a>, and here is the HTML programming source code you could call <a target=_blank href='http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/Reveal\/reveal_fromtoptobottom.html_GETME' title='reveal_fromtoptobottom.html'>reveal_fromtoptobottom.html<\/a> which called on the content of this <a href='#' onclick=' var huh=prompt(\"Hit OK to open new webpage showing this tutorial.  Am asking because you may not want to reveal this yet (it would give away the secret to the surprise, perhaps?), and if not hit Cancel or wipe out URL and hit OK.\", \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=9389\");  if (huh.indexOf(\"http\") != -1) { window.open(huh,\"_blank\"); } '>tutorial<\/a>.<\/p>\n<p>Chow for now, <font size=1>brown cow (she&#8217;s always on(line), you know &#8230; <b><i>but is anything sinking in?!<\/i><\/b> &#8230; I haven&#8217;t been able to moo respectfully in public after 63.5 lessons?! &#8230; she still owes me that half lesson when she didn&#8217;t get up in time for milking)<\/font>.<\/p>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d9389' onclick='var dv=document.getElementById(\"d9389\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=DOM\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d9389' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr \/>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d9428' onclick='var dv=document.getElementById(\"d9428\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=HTML\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d9428' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr \/>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d9447' onclick='var dv=document.getElementById(\"d9447\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=reveal\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d9447' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr \/>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d9483' onclick='var dv=document.getElementById(\"d9483\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=CSS\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d9483' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr \/>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d9462' onclick='var dv=document.getElementById(\"d9462\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=Javascript\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d9462' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Here we are back at the ongoing discussion regarding HTML, Javascript and CSS on the theme of &#8220;reveal&#8221;. We&#8217;ll be doing several postings on this theme, and today we continue on with a left to right, top to bottom &#8220;reveal&#8221; &hellip; <a href=\"https:\/\/www.rjmprogramming.com.au\/ITblog\/htmljavascriptcss-reveal-left-to-right-primer-tutorial\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,15,37],"tags":[281,576,652,997,1125,1319],"class_list":["post-9462","post","type-post","status-publish","format-standard","hentry","category-elearning","category-games","category-tutorials","tag-css","tag-html","tag-javascript","tag-programming","tag-setinterval","tag-tutorial"],"_links":{"self":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/9462"}],"collection":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/comments?post=9462"}],"version-history":[{"count":0,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/9462\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/media?parent=9462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/categories?post=9462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/tags?post=9462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}