Hi all,
Yesterday I moved CultureRater.com across to XHTML 1.0 Transitional and while the javascript below works in Safari and Chrome, it's not working in Firefox. Anyone got any ideas? If u need a better impression of the problem then visit the site in FF and go here and try pressing the white arrow on the right (the genres should chan...
Hello, first post (question) here…
Take a look at this page in FireFox. Feel free to navigate to any of the top six product categories to see more of the same type of code.
If you are [un]lucky enough to see the glitch, you will see at least one product box expand it's height to epic proportions.
Here's what the actual code is:
<div ...
Hi,
Is it possbile to create a firefox extendsion to write to files in a windows file system ?
...
I have an old version of a JS file cached on users' browsers, with expiration set to 10 years (since then, I have learned how to set expires headers correctly on my web server). I have made updates to the JS file, and I want my users to benefit from them.
Is there any way my web server can force users' browsers to clear the cache for t...
I am looking for a way to automate couple of browsers... Firefox and Chrome (for now on just Windows) from an external application/process.
Is there a way to do things along these lines:
1. Start the browser with a URL
2. Have the browser load up the page, run script etc.
3. Inspect the DOM
For reference, IE can be automated using the ...
My CSS:
#content {
border: 2px solid #4190d4;
padding: 220px;
background-color: #282828;
margin-top: 65px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
My jQuery:
$("#header a").click(function() {
$('#content').animate({padding: 300}, 500);
}
This code works perfectly fine in IE8, my #content div grows from 22...
ok, heres some sample code that demonstrates the problem.
if i click the button in firefox, the first option disappears.
if i click the button in chrome, nothing happens, or rather if i inspect the first option, it does have the attribute "style='display:none'" but the option itself on the html page is not hidden.
<form>
<select>
<optio...
I am working on an administration page to add an article to a site.
Two of the fields ("Tags" and "Resources") begin with only once instance labeled "Tag 1" and "Resource 1" respectively.
Using jQuery, I allow the user to add additional tags and/or resources ("Tag 2", "Tag 3", etc) and it works ALMOST as I want it to. If the page has b...
I've a Html page index.htm which has an iframe to page search.htm
the search.htm has code like this
function executeSearch() {
window.parent.location = "/SearchResults.aspx?t=" + txt_Search.value;
}
this code executed now from index.htm page and it works great on IE and Chrome, but not FireFox ... is there any work ar...
The JQuery AnythingSlider doesn't splay images in a RTL (right to left) (Hebrew) website.
It works in Chrome, but not in Firefox and Safari. What am I missing?
Thanks!
...
I am using
java.awt.Desktop.getDesktop().browse(uri);
to show my users a generated html file. All is fine if the browser (firefox 3.5.7; linux) is started before I make the call. But if the browser start is triggered from the getDesktop().browse call then the java application will not exit until the browser closes.
How can I avoid th...
I'm trying to do a simple example using jQuerys fadeTo method. It works as expected in IE8, but doesn't fade out Chrome/Firefox 3.6. Niether the fadeTo call or the one in the button click work in chrome/ff. Any ideas?
Code:
$(document).ready(function () {
$("img, div").fadeTo("slow", .5);
$("input").click(functi...
I have a href link:
/agenda/#Testevent
Which in IE it goes to the corresponding <h4> element but in Firefox it doesn't work.
I have used this named anchor:
<h4 name="#Testevent" id="#Testevent">
Any suggestions?
...
My Eclipse will fires a new Firefox instance and refused by Firefox when I am running debug.
I have done some research and configure Eclipse external browser parameters as followings
-p debug -no-remote -new-tab %URL%
But it still fire a new instance of Firefox instead of opening the link in a new tab on existing opened browser.
...
We are using the following code to read preference value browser.search.defaultenginename from external exe (Without loading it into firefox) to retrieve default search engine of searchbox in firefox.
We have tried all possible ways but still are unable to read this value. It is returning empty string. When we tried to get the preference...
It was working fine on Firefox on local machine but when I uploaded the files online it just stopped animating and showing a static image.
View it here
The Javascript I am using:
<script type="text/javascript">
$(document).ready(function() {
$("ul.gallery li").hover(function() { //On hover...
var thumbOver = $(this).find("img")....
I don't have a public URL. However has anyone had the problem when printing a table with many tbodys where if one tbody ends and the next one starts right at the end of a page, the 2nd tbody will print on top of the previous one? Is there a css workaround? There are no floats or position css being set.
Firefox 3.6 - Linux / Windows XP ...
Guide me on the appropriate technologies to learn to start developing Mozilla firefox addons & later addons for Songbird & Thunderbird.
What all technologies and softwares are needed. I use ubuntu 9.10 64 bit.
...
Would love some help here... firefox displays the last column in the table (an image they click on to edit their email address, it's a link), and IE8 displays nothing for the last column (doesn't even appear to display a column!) I've left out other rows in the table, but similar stuff happens.
Anyone know why?
<table class="profile-d...
Suppose I'm writing a 2d tile based MMORPG.
Furthermore suppose I hate flash.
Lastly, suppose I only need my code to run in the latest safari, latest firefox, and latest chrome.
What are the limits to what I can and can't do? (Are there examples of good game engines that only require a recent web browser)?
Thanks!
...