0
votes
0answers
4 views
Mac eclipse xdebug firefox issue
I have worked with eclipse, firefox, and xdebug for months now on a linux-ubuntu machine. recently i moved to a mac 10.6 and set up all these programs and they all work fine until I try to run xdebug …
0
votes
1answer
22 views
Putting a div on a new line (problem caused by floating <ul> elements)
So I have a 3 unordered lists like so:
<ul class="menu">
<li class="heading">Title (Click To Download)</li>
<li><a title="Download sample.mp3" …
0
votes
1answer
26 views
generate browser window screenshot
i have to work with multiple pages (tabs) at once and need to see how the different pages look like at any one instance. is it possible to take screenshots of open tab of Firefox/Chrome through …
1
vote
1answer
26 views
Why doesn’t my expires headers make my files stay in cache?
I'm using valid expires and no-cache headers for my static files and they stay cached for as long as I keep browsing, but when I close my browser and use it back after a while I see the static files …
0
votes
0answers
16 views
Firefox 3.6 build error on Windows VS2005 - C compiler cannot create executables
I am trying to build Firefox 3.6 Beta 4 using Visual Studio 2005 on Windows. I downloaded the release source, the latest version of mozilla build, but get the error "C compiler cannot create …
1
vote
1answer
25 views
Disabled controls in Firefox
First of all in my custom webpage project, i use a master-page.
What drives me nuts, is that hyperlinks (2 of 5 in a child page) seem to be disabled while debugging with firefox (V3.5.5).
I face the …
0
votes
0answers
7 views
Firefox + long thumbnail list => img rendering issue
Hi, been searching a while to no avail. I have a photo gallery page with a flash slideshow player (imagerotator). Underneath I am showing thumbnails of all gallery images in one line w/horizontal …
1
vote
0answers
9 views
Cookies in IE6+, Safari vs. Opera, Firefox (JQuery)
Hi, I have found a weird difference in cookie behavior in IE+Safari/Opera+Firefox while navigating with the 'back' button:
in IE and Safari the cookies set on a page get dropped (reverted) when …
0
votes
3answers
28 views
IFrame with wrong URL - parent page displayes error in IE - how to solve?
I have the following html in a page:
<div>
<iframe src="http://google.co.in" style="width:200px;height:200px">
</iframe>
<iframe src="http://" …
1
vote
2answers
87 views
JQuery not working in Firefox, does in Safari
Hi all,
I'm building a site using Jquery for some basic animation. The javascript is here:
$(document).ready(initialize);
var currentSelection = null;
var previousSelection = null;
function …
0
votes
2answers
51 views
javascript Document ready firefox (jQuery)
In FireFox I have this jQuery at the end of the body:
$(document).ready(function() {
$.getScript('LiveMapsJavascriptProvider.aspx?type=reference&value=6', init);
});
There are a lot of js …
0
votes
3answers
50 views
Javascript parameter not well executed when contain space or specific character
The problem is when the link is clicked. I have a problem ONLY if the third parameter contain space OR/AND character like ê,é,î...
<a …
1
vote
3answers
33 views
double hyphen in script makes firefox render strangely
<!-- <script type="text/javascript">/*<![CDATA[*/ c-- ;//]]></script> -->
When I have the above line in the <head> section of a plain html page, Firefox 3.5.5 renders …
0
votes
1answer
25 views
What are the meanings of those connection limit configurations for Firefox?
What are the meaning of those connection limit configurations for Firefox?
network.http.max-connections
network.http.max-connections-per-server
network.http.max-persistent-connections-per-proxy
…
0
votes
2answers
33 views
Firefox 3.0 CSS Drop Shadows
What is a technique to add drop-shadows to text that would work in Firefox 3.0.
FF3.5 and Chrome support the CSS3 property drop-shadow:
p { text-shadow: #000 2px 5px; }
IE6, 7, 8 support filters:
…
