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!

Search results for query: *

  • Users: BigCatMCS
  • Order by date
  1. BigCatMCS

    Putting a Border Around Scrolling Text

    I have a stupid question. How does one put a border around a scrolling text? I have the code below: <html> <head> <title>Testing...</title> </head> <body> <script language="javascript"> //ENTER CONTENT TO SCROLL BELOW. var content='<p>Visit <a href="http://www.ibm.com">IBM</a> for the...
  2. BigCatMCS

    No Java Support Available

    We had an applet that basically was in the form of a scrolling script. Like overnight, where the text use to scroll now says, "No Java Support Available". We messed around w/ the internet options, but to no avail. Anybody know how we can get our applet working again and also getting Java...
  3. BigCatMCS

    Scrolling Text

    Trollacious is right. I forgot that only IE browsers is only visible w/ the <marquee> tag, and since this site is for the Lung Association...this will not be the best route. Maybe I should use an applet or something. Any other suggestions?
  4. BigCatMCS

    Scrolling Text

    It works fine on it's own, but when included on a web page that was built by frontpage, the font of the links enlarges when clicked on. I really don't know why...maybe frontpage has something to do w/ it.
  5. BigCatMCS

    Scrolling Text

    Here is the code: <html> <head> <title>Scrolling Text...</title> </head> <body> <div align="center"> <marquee bgcolor="lightblue" behavior="scroll" direction="up" scrollamount="1" scrolldelay="40" title="Please Select a Link" width="20%" <p> <a href="http:\\www.ibm.com">IBM</a><br><br>...
  6. BigCatMCS

    Scrolling Text

    I have put scrolling text that provide links going upward. The problem is that whenever you click on one of the links within the scrolling text, the font of the link gets bigger. It will go back to regular size if you click on another link within the scroll, but then that next link you just...
  7. BigCatMCS

    How to average military times (EXCEL)

    Thx a bunch! It works!
  8. BigCatMCS

    How to average military times (EXCEL)

    Still not working...the formula's results is coming up w/ "#Div/0!" in the result cell. Any further suggestions?
  9. BigCatMCS

    How to average military times (EXCEL)

    Wanting to average the following times: 20:20 19:58 19:39 20:23 20:43 What would a EXCEL formula look like to calulate the average time?
  10. BigCatMCS

    Scrolling Scripts in Frontpage

    We are trying to do a scrolling marquee in Frontpage in which the words are scrolling upwards...and the words are actual external links. Everytime we click on a link in this scrolling marquee, the font gets big and stays that way until you click on another link and the former goes back to...
  11. BigCatMCS

    Scrubbing PCs

    We may give a couple back to another non-profit group. How can we get rid of everything?
  12. BigCatMCS

    Scrubbing PCs

    How can you do it manually?
  13. BigCatMCS

    Scrubbing PCs

    Not very secure...they are just swapping it out and probably put it in a junk pile.
  14. BigCatMCS

    Scrubbing PCs

    Also, will just going in and deleting everything do the trick?
  15. BigCatMCS

    Scrubbing PCs

    I need a little help here. This is my first day at a volunteer group, and they want me to "scrub" their computers. In other words, getting all the files and everything else off the hard drive. What's the best way of doing this? Thx.
  16. BigCatMCS

    Scrolling Text

    That was my next plan. Thanks a lot!
  17. BigCatMCS

    Scrolling Text

    One more thing...Do you think this is beyond HTML and I might have to use JavaScript in order to pull this off?
  18. BigCatMCS

    Scrolling Text

    I have a scrolling text that is moving upwards. Actually, it's inside a <marquee> tag. I have three links that are scrolling up on a continuous basis. My question is, how do I get the marquee to stop scrolling for a few seconds when one link (or msg) scrolls into the box? I hope I'm making...
  19. BigCatMCS

    Blocking Pop-ups

    Thx!
  20. BigCatMCS

    Blocking Pop-ups

    I know that from the IE browser, you can go to google on the tool bar and go to options then check the "Popup Blocker" - in order to block any popups. But what if the IE browser doesn't have google on it? How can I block out Popups? - And, if having google on the tool bar is the only way, how...

Part and Inventory Search

Back
Top