Can we use the beautiful snow graphic in our sites?

Puntocom

Well-known member
Can we use the beautiful snow graphic in our sites? if the answer is yes, please can you give us the instructions to set it up?

Who has done it? it's great!
 
Having a quick look at the code, it seems to be fairly simple:

You edit the navigation template to add a span near the bottom like so:
HTML:
</div>
<span class="helper"></span>
        </nav>
    </div>
</div>


Then you add the relevant css to EXTRA.css as follows:
HTML:
#navigation .helper {
background: transparent url(path_to_image) no-repeat;
display: block;
height: 30px;
left: -5px;
position: absolute;
top: -16px;
width: 250px;
}


I have no doubt this will be a popular change so once I have confirmed the code is correct, I will create a thread in the template modifications forum.

Brogan, where exactly in the navigation template do you add that span? I've tried to place it in a couple of spots and it pushes my search box all over the place :)
 

Similar threads

Top Bottom