TekSupporter
MIS
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 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