Have a small issue on the coding required to get the header image from the header.module to display with logo and navigation hover over it, as it currently displays the header image on top of the page, with the header content under it, that contains the logo and navigation items.
Newbie with very little css knowledge and was wondering if anyone could help me out on this hurdle!
Here is the page.tpl and the .css for reference!
Please excuse this post if it is a module issue and not a theme related issue!
css>
/* $Id: style.css,v 1.14.2.4 2007/07/09 03:50:59 drumm Exp $ */
/**
* Garland, for Drupal 5.0
* Stefan Nagtegaal, iStyledThis [dot] nl
* Steven Wittens, acko [dot] net`
*
* If you use a customized color scheme, you must regenerate it after
* modifying this file.
*/
/**
* Generic elements
*/
body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 12px/170% Verdana;
color: #494949;
}
input {
font: 12px/100% "Verdana";
color: #494949;
}
textarea, select {
font: 12px/160% "Verdana";
color: #494949;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-family: Helvetica, Arial, sans-serif;
}
h1 {
font-size: 170%;
}
h2 {
font-size: 160%;
line-height: 130%;
}
h3 {
font-size: 140%;
}
h4 {
font-size: 130%;
}
h5 {
font-size: 120%;