Page 1 of 1
Add 2 Extra Buttons in Main Navigation Header
Posted: Wed Jun 17, 2009 1:07 pm
by groogruxking40
I would like to be able to add 2 extra buttons directly underneath the main header navigation under the search box
http://www.christiancouriernewspaper.com/blogbase
right under Home, Archives,About,Subscribe and Contact
I want it to look like this
Home, Archives, About, Subscribe, Contact
Advertisers, Businesses
any ideas?
thank you ahead of time
Re: Add 2 Extra Buttons in Main Navigation Header
Posted: Thu Jun 18, 2009 12:42 pm
by icesolid
Is this your website?
Try this:
Code: Select all
<li><span class="new_link"><a href="" title="New Link">New Link</a></span></li>
and then add this to your stylesheet:
Code: Select all
#menu li span.new_link { background: url(images/bg/info.gif) no-repeat; }
Re: Add 2 Extra Buttons in Main Navigation Header
Posted: Fri Jun 19, 2009 8:05 am
by groogruxking40
huge thanks!
for some reason the .gif files for the two new links aren't showing
any idea?
Re: Add 2 Extra Buttons in Main Navigation Header
Posted: Fri Jun 19, 2009 10:30 am
by icesolid
Are you sure that they exist and that you are calling them from the right directory?
If so, try defining the width: and height: property in your stylesheet.
Re: Add 2 Extra Buttons in Main Navigation Header
Posted: Fri Jun 19, 2009 10:32 am
by groogruxking40
got it all taken care of.
it was a bonehead move on my part
i called the file business instead of businesses works great now