-
-
Save katsuyax/b18cc80c10ba89c860e2aece4788d4f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| 〜省略〜 | |
| <style type="text/css"> | |
| <!-- | |
| footer{ | |
| width: 100%; | |
| height: 100px; ←広告の高さと同じ高さを指定する | |
| z-index: 10; ←一番前に表示させる | |
| position: absolute; | |
| bottom: 0; | |
| } | |
| --> | |
| </style> | |
| </head> | |
| <body> | |
| 〜省略〜 | |
| <footer id="footer"> | |
| 〜ここに広告のスクリプトを入れる〜 | |
| </footer> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment