I've tested in Chrome and IE, both work fine. I've added the following to my internal htaccess.txt file:
RewriteCond %{HTTP_HOST} !^www.clothdiaperu.com$ [NC]
RewriteRule ^(.*)$ http://www.clothdiaperu.com/$1 [R=301,L]
I've also removed "return false" from the two places it could be run in the theme I am using. I've tried r...
Hello everybody, I would like to know if there is any functionality in the Gecko SDK/NPAPI that would allow me to restrict a plugin-usage to restricted domains only. Exactly like SiteLock for IE does with ActiveX components.
Any similar implementation in NPAPI, for example?
...
Hi all,
When i adjust the div width and height dynamically. the flash content in the div is reloading.
How can i stop reloading in firefox when the div width and height change dynamically.
Thanks in advance.
...
I'd like to print http://www.delicious.com/tags/engmark to PDF (Using Firefox on Linux, if possible), but the result looks rubbish. How can I print without taking into account the print-specific CSS (which I think is loaded by the enormous JS on the site)? I tried to disable print CSS in the Web Developer extension, but that didn't affec...
What happens when I call setTimeout in a firefox extension? Is there ever a condition in which multiple callbacks can run simultaneously?
My firefox extension contains an array of URLs that I want to take screenshots of. My extension opens 5 tabs, and sets the URLs of these tabs to be the first 5 URLs in the array. Once a page finish...
I'm trying to use a firefox profile with selenium2 to accept untrusted certificates, but without any success. I'm using 2.0a5 of the selenium jar. If I start firefox with the profile manager manually and navigate to the site then there is no challenge from the browser, however in selenium I cannot avoid it. Any suggestions?
...
Hi there,
I am using wordpress 3.0 with cforms (newest version).
Here I use a multi-page form.
It works fine in Internet Explorer
It works fine in Safari
It works fine in Google Chrome
It does not work in Firefox! After Step 2 you get redirected to Step 1 instead of 3. In the debug information you can see it lost the session and creat...
My web application loads a pdf in the browser. I have figured out how to check that the pdf has loaded correctly using:
verifyAttribute
xpath=//embed/@src
{URL of PDF goes here}
It would be really nice to be able to check the contents of the pdf with Selenium - for example verify that some text is present. Is there any way to do this?...
Hi All,
We're presenting a site that we've done for a client and put this all on a flash drive. I have installed Firefox portable because I'd like for the site to open in Firefox.
I've then created a shortcut which points to the index.html page on the flash drive but I would like for the shortcut to open the site in Firefox on that fla...
I am sending to the browser a request to save a file with the file name.
The file name might include spaces, so i replace all spaces with %20.
Internet Explorer and Chrome transfers %20 back to spaces, but Firefox does not to that. why?
Is there a way make all browsers show the space?
This is my code:
String codedName = new String(URLE...
Are there any tools to allow for LIVE previews of pages in cross browser systems?
I have a problem with a few links in IE and I need to test to see if I've fixed them, however pretty much every cross browser service offers screenshots of the page as opposed to live rendering? I cannot test links on a screenshot.
NB I work with a Mac
...
i have 2 question about running test on Firefox
1 i build a ui test by record a new action that just navigate in the browser in internet explorer and now i want to run this test on Firefox. i install Firefox version 3.5.1 with the ad dons v.s test helper 10.0
i still cant run the test on the Firefox he doesn't recognize the object (i...
i have problem
firefox does not support long path
but in IE code run smoothly.
<img src="C:/Program Files/EasyPHP-5.3.2i/www/Place4Info/Images/Skin_Tone/light.JPG" width= "50" height="30"/>
this is the path.
if i use short path then it work in firefox but if i use above path then it didnt show image.
but it show image in IE.
plz giv...
Hi,
I am writing a JSP page. I need to have a table. One of the statement is:
where recordTr_SubGroup is in a file style.css
.recordTr_SubGroup {
background-color:#81BEF7;
cursor: default;
}
I intend to highlight the row with the color. But finally, it happens correctly only in IE8. Firefox, Chrome and Safari cannot produce ...
Does the city method only work in Firefox? for example if I wanted to print the city of the user:
if (navigator.geolocation)
{
navigator.geolocation.getCurrentPosition(function(location) {
document.write(location.address.city);
});
}
If this is true, what's the best way to find a users city? Take the lat and long a...
I've been pulling my hair out trying to figure out the best way to fix this problem. Perhaps someone will have fun with this.
I have a div with contentEditable="true" that works fine for nearly everything. One exception is inside Firefox when the user uses CTRL-A to select everything and then copies/pastes. The select operation inclu...
I have a website whose header looks misaligned when viewed in Safari as compared to FireFox or IE8. I found out that this is caused by buttons looking larger in Safari than other browsers. What CSS could fix this problem in Safari?
Here is a screenshot comparing Safari and Firefox:
http://webypedia.com/wp-content/uploads/2010/08/Safari...
Hey guys, for some reason, I have FireFox not complying with the supposed "bullet-proof" method of getting a custom font in every modern browser.
Well, I hope I'm just doing something wrong, because it looks to me as though it really should be working.
Here is my CSS style:
@font-face {
font-family: 'SMB';
src: url('/css/type/...
have searched previously asked questions but still not getting quite the answers I need.
I built wwww.broadstairsfoodfestival.org.uk in DreamWeaver 8.
Ran both the page code and CSS through W3C to clean up any errors.
Ive looked at Check Target Browser in DW but all looks clean.
However Preview in Browser shows problems.
On some pag...
I would like to set a setting (nglayout.debug.disable_xul_cache) to true. But when i enter "about:config" in my FireFox and search for this setting i cannot find it.
How can i set this setting?
...