Hi gurus
This is odd: I have a div defined in my CSS as follows:
#pagetitle {
position: absolute;
top: 98px;
left: 100px;
width: 800px;
height: 30px;
background-image: url(images/bgdgreen.png);
background-repeat: no-repeat;
}
#pagetitle p {
font-family: “Trebuchet MS”, Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FFFFCC;
font-size: 1em;
font-weight: bold;
padding-left: 3px;
}
I can’t see anything wrong with it, but if you go to http://theberakahproject.org/musicians.html you’ll see that the text appears to have top padding, forcing it down below the level of pagetitle. The background image, bgdgreen.png, is 30px high, and this oddity happens in IE, Chrome and Safari.
Any ideas?
Thanks in advance.
Paul