Forums

[resolved] HELP: LOOP PROBLEM (2 posts)

  1. macart
    Member
    Posted 2 years ago #

    Im trying to use a button(png), with the loop. My rollover button is working, but does nothing when clicked. What did I do wrong? Thanks

    MY HEADER PHP:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title><?php bloginfo('name'); ?><?php wp_title('-', true, 'left'); ?></title>

    <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" />
    <link href="<?php bloginfo('pingback_url'); ?>" rel="pingback" />
    <?php wp_head(); ?>
    </head>

    <body class="twoColFixRtHdr">
    <div id="container">
    <div id="header">

    " title="home">

    THE CSS:

    #home {
    display: block;
    position: relative;
    float: left;
    left: 56px;
    top: 55px;
    width: 79px;
    height: 89px;
    background: url("images/home.png") no-repeat;
    }
    #home:hover
    {
    background: url("images/home_over.png") no-repeat;

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try using #header a and #header a:hover?

Topic Closed

This topic has been closed to new replies.

About this Topic