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"...
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...
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
}...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.