Help Center Ad Gallery

Catfish Ad

A catfish ad appears (slides in or fades in) as a horizontal area at the bottom of a page. The term likely comes from the image of a catfish coming up to the water surface for air. The ad can be closed with a button. This ad type uses JavaScript/HTML code to slide ad content into the web page. It is also called a footer ad.

Demo

Please view the demo of a catfish ad

Requirements

  • jQuery

Create a Catfish Ad

  • Click the menu "Ads / Create a new ad"
  • Choose the ad type to be Rich-Media/HTML ad
  • Enter the HTML for the ad using the sample code below

Sample Code

When creating your ad, change the actual ad content from our sample text to your own ad image or text.
<AdSpeed:Load:Catfish/>

<div id="catfish" style="display:none;background-color:#CCC;text-align:center;border-top: 1px solid #000;">

 <p>This is a simple Catfish Ad. The content can be any HTML code including text, image, form. Change it to your ad content.</p>

 <a href="#" id="catfish-close" style="position:absolute;top:5px;right:15px;color:#000;">Close</a>

</div>

<script type="text/javascript">
 $('#catfish').catfish({closeLink:'#catfish-close', height:'50'});
</script>
Print Was this helpful? Yes / No

Other Articles in Ad Gallery

This section provides demo, sample and instructions for the most common and popular ad creative templates. Click on a template link to view the description, demo and instructions to create in the ad server, customize it to suite your purpose and integrate the ad with your platform.

Cannot find an answer for your question? Ask our Customer Care team

Related