can't see Header picture...

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Thu Jun 10, 2010 10:50 pm
hi.
i tried to replace the header picture.
i enlarged the place to 250px instead of 58, and tried to insert the picture but for some reason - i can't see it no matter what i do...
Code: Select all
/*
* Top+Header
 */
#top-nav
{
   min-height: 250px;/*58 */
   background:  url(../images/CactusHeader.png)no-repeat 0 0;/* repeat-x 0 bottom;/*#3D4044*/
   }


you can find it at :

http://cactusta.tmpdns.com

please advise...
User avatar
Senior Boarder

GK User
Fri Jun 11, 2010 2:38 am
Hi

Path is wrong.

It's like this:

Code: Select all
#top-nav {
min-height: 250px;
background: url(/images/CactusHeader.png)no-repeat 0 0!important
}


Cheers ;)
User avatar
Platinum Boarder

GK User
Fri Jun 11, 2010 9:01 pm
10X a lot - that did the trick :-)
User avatar
Senior Boarder


cron