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: *

  1. angelag

    Transparency with what file format ??????

    Hi, I haven't tested PSP 7, but in PSP 5, you can select the eyedropper and RIGHT click on the background color you want to be transparent. Then go into the color menu on the toolbar, and in the sub-menu click on "Set the transparency value". You then just need to "Set the...
  2. angelag

    Javascript in a table cell

    Hi, Am including the script of index.js for reference. As you might have noticed, I am trying to adapt Mike Hall's excellent DHTML NavBar (http://www.brainjar.com/dhtml/navbar/index.html) Thank you for your time. <script language=&quot;JavaScript&quot...
  3. angelag

    Javascript in a table cell

    <html> <head> <title>Home Page</title> </head> <body background=&quot;images/netback.jpg&quot; bgcolor=&quot;#FFFFFF&quot; onload=&quot;init()&quot;> <div align=&quot;center&quot;> <table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;650&quot...
  4. angelag

    Javascript in a table cell

    Thank you yahve for your quick answer. I have renamed my index.html (in which there is only javascript) to index.js and inserted the reference to it in a table cell within the file default.asp (<td colspan=&quot;2&quot;align=&quot;center&quot;> <script language=&quot;javascript&quot...
  5. angelag

    Javascript in a table cell

    Is it possible to insert javascript or reference to a .js file (e.g. <td align=&quot;center&quot; colspan=&quot;2&quot;><script language=&quot;JavaScript&quot; src=&quot;index.js&quot;></script>; </td>) in a table cell? I am trying to position a DHTML menu next to the company logo. I would also...

Part and Inventory Search

Back
Top