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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Priority to Java Script, when 2 are on page.

Status
Not open for further replies.

Frankied2

Programmer
Jun 20, 2002
3
US
Is there a function for assigning one peace of Java Script a higher Priority that another peace of Java script.

At the moment I have a breaching out Java script menu to the side of the page and in the body a Java script list of names. But when the menu branches out the names list truncates the menu.

Is there away of saying the menu is the most important thing on the page?
 
Have you tried "z-index" in CSS?
 
Hi

You could also try:
style.visibility='visible' and
style.visibility='hidden'

with CSS
Jørn Arild Andenæs
jaa@jaa.no
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top