hi,
I have a tab problem.
it should do 2 things:
1. changing bgcolor when choosing it( it's not a gif, only link)
2. open seconed navigation
i guess i need an onMouseOver, but how do i combine 2 orders ( 1+2 ) at the same time?
Regina
hi,
I have a tab problem.
it should do 2 things:
1. changing bgcolor when choosing it( it's not a gif, only link)
2. open seconed navigation
i guess i need an onMouseOver, but how do i combine 2 orders ( 1+2 ) at the same time?
Regina
When you say "bgcolor" you're not being too specific.
If you mean the page's bg color, or the objects bg color, I have no idea.
1:
If you want to change the bgcolor of a link (I'm guessing) use css (put in the <head> of your document):
2:Code:<style type="text\css"> a:hover { background:red } </style>
To be honest, I have no idea what "open seconed navigation" means. I'm going to need a little more info.![]()
- Mike
i guess i need an onMouseOver, but how do i combine 2 orders ( 1+2 ) at the same time?Or put them in a function in the head of the documentCode:;
Err.. Simply saying ";" might not be that helpful.
Code:<div onmouseover="functionOne();functionTwo()">(Whatever's inside the divinsion goes here)</div>
- Mike
Bookmarks