1
Penultimate
Making clickable fields in a headerbar
  • 2004/5/27 3:49

  • Penultimate

  • Just popping in

  • Posts: 6

  • Since: 2004/5/24


I have a background image as a headerbar and want to make it into clickable fields that link to different parts of the site forum, home, news..etc., etc.

I'm definitely a XOOPS newbie and could use some detailed help if you please.

My site...work in progress.

The bar I am talking about is the faded orange bar under the top banner with the samurai fools sparring.

Thanks in advance.

2
winsion
Re: Making clickable fields in a headerbar
  • 2004/5/27 4:56

  • winsion

  • Just popping in

  • Posts: 55

  • Since: 2003/11/23


In theme.html (for example):

<td colspan="3" class="topnav">

<!-- 
navibar set -->
&
nbsp;&nbsp;
<
a href="<{$xoops_url}>/">Home</a>
&
nbsp;&nbsp;
<
a href="<{$xoops_url}>/modules/piCal/">Agenda</a>
&
nbsp;&nbsp;
<
a href="<{$xoops_url}>/modules/news/">News</a>
&
nbsp;&nbsp;
<
a href="<{$xoops_url}>/modules/newbb/">Forum</a>
&
nbsp;&nbsp;
<
a href="<{$xoops_url}>/search.php">Search</a>
&
nbsp;&nbsp;

</
td>


In style.css :

td.topnav{
    
font-size:10px;
    
text-aligncenter;
    
vertical-alignmiddle;    
    
background#FFFFF url(images/yourorangeimage.gif) repeat-x;color:#FFFFFF;
    
white-space:nowrap;border0px solid #91a0ae;border-width: 1px 0px 1px 0px;
    
height:25px;


your image must resemble that :

Resized Image

3
Penultimate
Re: Making clickable fields in a headerbar
  • 2004/5/30 17:32

  • Penultimate

  • Just popping in

  • Posts: 6

  • Since: 2004/5/24


I must have put that in the wrong place, cuz it messed my whole site up. I don't really know what I am doing. I have been at this for exactly one week.

Login

Who's Online

238 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 238


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits