1
raghost
question about headerbar
  • 2005/4/10 12:59

  • raghost

  • Just popping in

  • Posts: 21

  • Since: 2005/4/9 2


Hi:

I putted some code in headerbar, so i can have the link to form, news etc. see below:







Home
 • 
News
 • 
Form
 • 

Search


how can i set to like when mouse over the link the color change to black? i tried in style.css, but when i change the link color, all other link not in header bar changes too.. it massed up.

thank you

2
Herko
Re: question about headerbar
  • 2005/4/10 13:30

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


As you can see the table column has id="headerbar", we can use that to distingiush between normal links and the links in your header bar.

In you styles.css add this:
#headerbar a {
color: #FFFFFF;
}
#headerbar a:hover {
color: #000000'
}

That will make the links in your header bar white by default, and black when you hover over them.

Herko

3
raghost
Re: question about headerbar
  • 2005/4/10 15:14

  • raghost

  • Just popping in

  • Posts: 21

  • Since: 2005/4/9 2


icicici..

thank you very much!!!!

Login

Who's Online

214 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 214


more...

Donat-O-Meter

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

Latest GitHub Commits