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

Search results for query: *

  • Users: itsita001
  • Content: Threads
  • Order by date
  1. itsita001

    Fading in in order

    How would i have a picture fade in (on load of page) then after a certain period of time another picture fade in, then after a different period of time a set of pictures fade in, etc...... Would be great id you could help me out.
  2. itsita001

    setInterval instead of setTimeout

    How would i use setInterval instead of the setTimeout in this code, so it would have the same effect? <html> <body> <div id=&quot;datacontainer&quot; style=&quot;position:absolute;left:0;top:10;width:100%&quot; onMouseover=&quot;scrollspeed=0&quot; onMouseout=&quot;scrollspeed=cache&quot;>...
  3. itsita001

    Refresh and return

    is it possible to control the refresh and return button of a browser? If not is it possible to have a command which would say whether a user came from outside the site, or if refreshed, or hit the rerurn button?
  4. itsita001

    Problem between 2 .js files

    I have two JavaScripts running, one is a scroller in an iframe. The other is a picture which widens, shrinks and next picture and so oon and so on. Both use setTime() function. When the picture shrinks the scroler stops, i assume it is because both us the setTime function. What should i do?
  5. itsita001

    Drop down menu onto bottom frame

    How can i have the following drop down menu drop onto the bottom frame (assuming it is in the top frame) and also still be able to close properly once mouse is off: <html > <head> <style type=&quot;text/css&quot;> a { font-size:10pt; color: navy; text-decoration: none } a:hover { color:blue...
  6. itsita001

    Automatic resize of frame

    How can i have a frame start out at a 100%, then slowly, slowly go up (get smaller), while the bottom frame increases utnil the top frame reaches 15% and teh bottom frame is at 85%. Then only load the bottmo frame. Hope you can hrlpo me out....
  7. itsita001

    Images and background on resolution different resolutions

    How can i keef the same format of an html page, pictures and stuff even if the resolution is different from comp to comp.... Thanx
  8. itsita001

    Dynamic Frame

    Hey, can anyone help me with a script for a dynamic frame, that would change the size of frame while loading, creating the effect of the text in the frame going up... a frame to resize, get smaller and smaller, start at a 100% height and at the end get to to 20% of the height. Apart from...
  9. itsita001

    Folding Tree Menu Change OnMouseover

    Hey, can anyone help me with a script that will change image of bullet onmouseover and return on mouse out for a folding tree menu. Would be very thankful if you can help me out... Here is the code of the tree menu: <html> </head> <style> <!-- #foldheader{cursor:pointer;cursor:hand ...

Part and Inventory Search

Back
Top