Using CSS for an Image with Semi-Transparent Caption
Post Info Saturday, May 16th, 2009 1:52 pm by Cody Print Print this page

This effect is similar to the front page of AllKpop, which has an image link with a transparent black text box with white text on top. This effect can be done using CSS, with code taken from the WordPress theme Infinity.

What is important is the (.thumb width) = (.thumb title h2 a width) + 2*(.thumb title h2 a padding).  This ensures the text is properly centered in the image.

The basic CSS is as follows:

.thumb {
  background: #fff;
  display: block;
  width: 190px;
  overflow: hidden;
  height: 250px;
  position: relative; }
.thumb-title {
  margin-bottom:0px;
  background:#000;
  bottom:0;
  right:0;
  display:block;
  position:absolute;
  padding:0px;
  filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;}
.thumb-title:hover { background:#222; }
.thumb-title h2 { margin: 0px;}
.thumb-title h2 a {
  padding: 10px;
  font:14px Arial,helvetica;
  display:block;
  color:#fff;
  text-decoration: none;
  width: 170px;}
.thumb-title h2 a:hover {
  padding: 10px;
  font:14px Arial,helvetica;
  display:block;
  color:#fff;
  text-decoration: none;
  width: 170px;}

Usage example:

<div class="thumb powered">
<a href="http://example.com"><img src="/img/example.jpg"/></a>
<div class="thumb-title"><h2>
<a href="http://example.com">Example</a></h2></div>
</div>

3 Responses to “ Using CSS for an Image with Semi-Transparent Caption ”

  1. LESTER


    CheapTabletsOnline.com. Canadian Health&Care.Special Internet Prices.No prescription online pharmacy.Best quality drugs. No prescription pills. Buy pills online

    Buy:Viagra Soft Tabs.Propecia.Soma.Viagra Professional.Super Active ED Pack.Cialis Soft Tabs.Cialis Super Active+.Levitra.Zithromax.Viagra Super Force.VPXL.Viagra.Viagra Super Active+.Cialis.Maxaman.Tramadol.Cialis Professional….

  2. JAIME


    CheapTabletsOnline.Com. Canadian Health&Care.No prescription online pharmacy.Best quality drugs.Special Internet Prices. No prescription pills. Buy pills online

    Buy:Human Growth Hormone.Synthroid.Actos.Prevacid.Prednisolone.Arimidex.Retin-A.Mega Hoodia.Petcam (Metacam) Oral Suspension.Accutane.Zovirax.Nexium.Zyban.100% Pure Okinawan Coral Calcium.Valtrex.Lumigan….

  3. CECIL


    NEW FASHION store. Original designers collection at low prices!!! 20 % TO 70 % OFF. END OF SEASON SALE!!!

    BUY FASHION. TOP BRANDS: GUCCI, DOLCE&GABBANA, BURBERRY, DIESEL, ICEBERG, ROBERTO CAVALLI, EMPORIO ARMANI, VERSACE…

Leave a Reply

Get updates as often as we post! Subscribe to our full feed or comments feed.