Difference between revisions of "MainPageDev"
From The Mickey Wiki: Your Walt Disney World Encyclopedia!
| Line 1: | Line 1: | ||
| + | <html> | ||
| + | <style> | ||
| + | .hide { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | img.parklink:hover + .hide { | ||
| + | display: block; | ||
| + | color: white; | ||
| + | position: absolute; | ||
| + | bottom: 8px; | ||
| + | left: 16px; | ||
| + | } | ||
| + | |||
| + | div.parkcont { | ||
| + | position: relative; | ||
| + | text-align: center; | ||
| + | } | ||
| + | </style> | ||
| + | </html> | ||
{| | {| | ||
| | | | ||
| Line 10: | Line 30: | ||
|- | |- | ||
{| | {| | ||
| − | |<div class=" | + | | |
| − | </a></div> | + | <html> |
| + | <div class="parkcont"> | ||
| + | <a href="/index.php?title=Magic_Kingdom" title="Magic Kingdom"> | ||
| + | <img alt="Magickingdom2.png" src="/images/f/f8/Magickingdom2.png" width="878" height="814" class="parklink" data-file-width="878" data-file-height="814"> | ||
| + | <div class="hide">The Magic Kingdom</div> | ||
| + | </a> | ||
| + | </div> | ||
| + | </html> | ||
|[[File:Spaceship Earth.jpg|class=parklink|link=Epcot]] | |[[File:Spaceship Earth.jpg|class=parklink|link=Epcot]] | ||
|[[File:ChineseTheater2.jpg|class=parklink|link=Disney's Hollywood Studios]] | |[[File:ChineseTheater2.jpg|class=parklink|link=Disney's Hollywood Studios]] | ||
Revision as of 21:02, 8 July 2021
|


