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 dencom 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: happy2b
  • Content: Threads
  • Order by date
  1. happy2b

    z-index of flash objects

    I am trying to use a script -- pageear which is a javascript/flash combo that will peel down a corner of the page. The script is brilliant -- love it. It works beautifully unless the page I'm using it on already has a flash object there. In Internet Explorer, if I set the wmode="transparent"...
  2. happy2b

    Micros - Subshop2000 export data

    I inherited an old Micros system. It's running Windows 98. I need to export the data, but I cannot figure out what kind of database it is. There are some db files, but when I tried to open them, something told me they are some kind of query files. Does anybody know how to export this data...
  3. happy2b

    finding width of window in Internet Explorer

    The following bit of javascript has an error in the second line shown here. What I'm trying to find is the width of the window: if(browserName == 'Internet Explorer') { if(document.body.offsetWidth == screen.width) { thisOffset = 65; } else { thisOffset = 0; } .... more code }...
  4. happy2b

    Internet Explorer puts in extra space sometimes

    I have a javascript that detects the browser and the screen resolution of the visitor. I have tried removing the javascript and just looking at the page within Internet Explorer with a resolution greater than 1024 wide, and I get the same result, so it's not the javascript. The only part that...
  5. happy2b

    javascript css settings

    I have isolated the problem to something in my javascript since I removed the javascript and tried the CSS alone. When I use the CSS alone and no javascript (and the resolution/browser happens to be the right combination) it works beautifully. The problem with the following is that when the...

Part and Inventory Search

Back
Top