Spot on Kevin! I was looking to incorporate the CSS portion in the "div.art-Header-jpeg" or "div.art-Header" section, since that's where the background image resides, but your suggestion worked too. I did have to modify the code for 140px, even though the pic is only 110. Correct code below:
CSS file:
a.LINK0 {left:580px; top:0px; background:transparent;}
a.LINK0 {display:block; width:210px; height:0; padding-top:140px; overflow:hidden; position:absolute;}
a.LINK0:hover {background:transparent; border:1px dashed black; color:black;}
Main Topics
Browse All Topics





by: kevin_uPosted on 2009-07-29 at 13:40:20ID: 24974417
Based on the code you posted, you'll need to modify both template.css and index.php. Their code would work standalone, but since your index.php already incorporates a background image within the art-header-jpg class we'll have to merge things a bit.
This may take a little bit of experimentation to merge these two. So let me know if it doesn't work, and if it does anything at all.
FYI: Your templace.css file seems to already have Header.jpg and Header.png in it. However the sizes don't match with your neew code---
Template.css : width: 790px; height: 140px;
New code: width:760px; height:110px;
Which one is correct?
Select allOpen in new window