View Single Post
  #5  
Old 11-18-2010, 04:38 PM
 
northstar northstar is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 33
 

Default Re: Adding image in front of horizontal line under header

Perfect--thanks for helping me find the location of the product details so I could add the "Add This" image (simply pasted the code in after the Wishlist info). Here is a link to it in action: https://northstar-treasures.com/product.php?productid=18929&cat=335&page=1

I've done all my own template adjustments on my site, for the most part...and I fake the css and html (with the help of reading other forum posts) to change things up--but I certainly don't know nearly as much as the other people on this forum! Thank you very much for your help!

As for the Facebook image in the header area...still can't figure that one out. I've adjusted so many things in the past on /skin1/main.css (such as moving the search bar to overlay the horizontal bar after the header). I can't figure out where I'd add image text on the head.tpl you suggested. Should I be adding it to the main.css? Somewhere around the applicable line2 (the horizontal bar) and the Search function info? Here's what I have:


/* header line 2 */
#header .line2 {
position: relative;
width: 100%;
border: none;
border-top: 1px solid #253161;
border-bottom: 1px solid #253161;
background: url(images/head_linebg.gif) repeat-x top;
height: 39px;
color: #FFFFFF;
}
#header .line2 div,
#header .line2 span
{
color: #FFFFFF;
}
#header .line2 a:link,
#header .line2 a:visited,
#header .line2 a:hover,
#header .line2 a:active
{
color: #FFFFFF;
}
#header div.search {
position: absolute;
top: 0px;
left: 0px;
height: 39px;
line-height: 39px;
vertical-align: middle;
}
#header span.search {
font-size: 12px;
padding-left: 20px;
padding-right: 5px;
}
#header input.text {
width: 108px;
}
#header a.search:link,
#header a.search:visited,
#header a.search:hover,
#header a.search:active
{
text-decoration: underline;
}
__________________
Alisa
X-Cart 4.3
Reply With Quote