HELP: LOOP PROBLEM
-
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” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://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”>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;
- The topic ‘HELP: LOOP PROBLEM’ is closed to new replies.