Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript dropdown confusion

Status
Not open for further replies.
May 20, 2010
18
0
0
US
Hello to all.

I am taking over webmaster duties for the below page,
On this page, there are links at the top (Home, Sign In, About us, etc) that drop down a menu on mouse-over.

What I am attempting to do is move the text that drops when you mouse over “Personal’ to the left a few spaces.

I've included a part of the code which I believe is related to this, and where I have been making edits, but nothing I do seems to work.

Can any of you steer me in the right direction. I am rather perplexed by this coding.

Thank you in advance

stm_ep();
stm_aix("p0i5","p0i1",[]);
stm_aix("p0i6","p0i0",[0," Personal","","","","","","]);
stm_bpx("p3","p1",[0,4,-178]);
stm_aix("p3i0","p2i0",[0,"1st Choice ","","","","","","],25,0);
stm_aix("p3i4","p2i0",[0," Savings ","","","","","","]);
stm_aix("p3i1","p2i0",[0," Loans ","","","","","","]);
stm_aix("p3i2","p2i0",[0," Checking ","","","","","","]);
stm_aix("p3i3","p2i0",[0," Online Banking ","","",-1,-1,0,"],25,0);
stm_aix("p3i3","p2i0",[0," Phone Banker ","","",-1,-1,0,"],25,0);
stm_aix("p3i4","p2i0",[0," Check Reorder ","","","","","","]);
stm_ep();



TekSupporter
MCP, A+, CNA
 
I'd start here:
Code:
stm_bpx("p3","p1",[0,4,[blue]-178[/blue]]);

Greg
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. Kierkegaard
 
Thank You,

That worked beautifully.

Would you happen to know what controls the 'active' link hover color.


Thanks again.

TekSupporter
MCP, A+, CNA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top