# Javascript: Move entire site down 15 pixels and insert banner

**URL:** https://forum.kirupa.com/t/javascript-move-entire-site-down-15-pixels-and-insert-banner/248563
**Category:** web dev
**Created:** [January 9, 2008, 6:41pm UTC](https://forum.kirupa.com/t/javascript-move-entire-site-down-15-pixels-and-insert-banner/248563 "2008-01-09T18:41:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bardic](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/bardic/32/3708_2.png) [@bardic](https://forum.kirupa.com/u/bardic)
#### Post date: [January 9, 2008, 6:41pm UTC](https://forum.kirupa.com/t/javascript-move-entire-site-down-15-pixels-and-insert-banner/248563/1 "2008-01-09T18:41:59Z")

</div>

I am creating a client login for them to view their site during development. But what I want is to inject a small banner at the top of each site page with some information.

What I want is the site to be pushed down about 15 pixels and the banner be there. But I can’t find a guide on how to do it.

My other option (the considerably easier one) is to just to create a set of frames and load the banner into the top and the site into the bottom.

But I would prefer use Javascript since I never done it before. If anyone knows of a tutorial that would describe how to get Javascript to do something like that would be wonderful.
