CSS Help Needed

Out of context: Reply #2

  • Started
  • Last post
  • 5 Responses
  • dbloc0


    a.nameloc {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    bottom: 0;
    color: #696969;
    display: none;
    font-family: ColfaxWebBold;
    left: 0;
    padding-top: 80px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    }
    a.nameloc:hover span {
    display: block;
    }

    This is the HTML:
    <div class="boxset drop-shadow lifted portfolio-horizontal">
    <div id="sectionbg">
    <a href="/pcategory/urbanarchitecture"><img class="fade" title="Urban and Architecture" alt="" src="url" />
    <span class="nameloc">Name / Location</span>
    </a></div>
    </div>

View thread