View Single Post
Old 11-06-2007, 04:29 PM   #4 (permalink)
StarLab
Super Moderator
 
StarLab's Avatar
 
Join Date: 10-29-07
Location: Ontario, Canada
Posts: 1,587
iTrader: 0 / 0%
StarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web pro
Send a message via ICQ to StarLab Send a message via MSN to StarLab Send a message via Yahoo to StarLab
Your use of the <span/> tag messed me up a bit, actually.

So, a couple more things to do:
Quote:
h1 {
background:#44CCFF none repeat scroll 0%;
color:#FFFFFF;
font-family:verdana,arial,sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:98px;
line-height:22px;
padding:32px 8px 0pt 0pt;
position:relative;
text-align:right;
width:772px;
}
Delete the "background" line altogether since "h1 span" is taking care of that.
Change:
height:118px;

Quote:
h1 span {
background:transparent url(SitePath/testbanner.jpg) repeat scroll 0%;
height:130px;
left:0pt;
position:absolute;
top:0pt;
width:780px;
}
Change:
top: 15pt;

You can change the new values to suit your own taste.

Hopefully that will work for you this time.
__________________
Larry - Addicted to Coffee and Proud of it!
[DarkStar Retro Project] - A world wide search for ultra-rare software.

"Writing is the most fun you can have by yourself!" --Terry Pratchett

Last edited by StarLab : 11-06-2007 at 04:31 PM. Reason: Removed link to graphic
StarLab is online now   Reply With Quote