How to make websites 3DS formatted/fitted

Revision as of 14:39, 30 November 2012 by Joshi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hello. I am ジョシ (Joshi, aka Joshi 3DS Forums admin gjdog), the creator of Joshi 3DS, and I am here to teach you how to make your website 3DS compatible. Here's a website "full" HTML code example:

<html>
<meta name="viewport" content="width=320">
 <title>YOUR TITLE</title>
 <head>
 <style>
 body{margin:0px;}
 #topscreen{height:220px;}
 #bottomscreen{height:212px;}
 </style>
 </head>
 <body>

<div id="topscreen">TOP SCREEN CONTENT <div id="bottomscreen">BOTTOM SCREEN CONTENT

 <script>
 window.setInterval(function(){
 window.scrollTo(40,220);
 }, 50);
 </script>
</body>
</html>

ウッド ジョシγƒ₯γ‚’ (Facebook) | ジョシℒ (Twitter)