Make sure the banner is inside of a div
or other block level element that has its position set to relative (position: relative;
). Adjust the position of the banner by modifying top
and left
.
By default, the width and height of the banner are set to 100% of whatever relatively positioned div it is placed in.