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!

Search results for query: *

  • Users: JakeB
  • Order by date
  1. JakeB

    Transparent background for text message

    I have a javascript message that floats on my page and the background text color is tranparent so the message doesnt cover up other text when it floats over the other text. My declaration and setting for background text is: var backgroundcolor="transparent" which works in IE but...
  2. JakeB

    Transparent Color

    I just found: background-color: transparent works great in IE but not in Netscape 4.77 Anyway I can get it to work in Netscape??
  3. JakeB

    Transparent Color

    thanks!
  4. JakeB

    Transparent Color

    Its for a message in my javascript that has a background color to my message that "floats" on my page.
  5. JakeB

    2000 compliance in Microsft Access 97

    I think databarn accurately points out the subtlety of the Y2K issue. Since a single piece of software relies so heavily on a vast number of other pieces of software (such as the OLE Automation library and network libraries), it is often difficult to track down and predict problems like what...
  6. JakeB

    Do you use it?

    No, you are not the only sucker out there. Our department has moved our SQL Server app to a three-tiered system. The jury is still out on the "improvement." Although we in the MIS department appreciate the architecture, the application is slower than our previous...
  7. JakeB

    2000 compliance in Microsft Access 97

    Access stores dates internally as an 8 byte number which represents dates from the year 100 to the year 9999. So although you might not see all four digits of the year (such as a return value for the DateAdd function), Access is storing it internally. The trick is to display all four digits of...

Part and Inventory Search

Back
Top