Tagged Questions

1
vote
4answers
52 views

Custom HTML Attributes,: Firefox vs. IE

What changes do I have to make to the following simple HTML page to get Firefox to read and set a custom attribute as it does in IE? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …
1
vote
1answer
43 views

Spinner GIF in Firefox Ajax

Hi All, I know there is a similar problem addressed for IE, however this one is for Firefox. I have an Ajax page which performs quite a few calls with a spinner GIF whilst it loads. In IE, the …
0
votes
0answers
55 views

Web sites load fine in Firefox but not it IE8

When I test my site in Fox it works fine, when i click the Nav bar the pages change is smooth, but when I test it in IE8 the pages seems to struggle. When I click on a page the change takes 3 seconds …
1
vote
1answer
15 views

Firefox Extension, get a reference to the loaded document using browser.contentDocument

I want to write a simple firefox extension. How can I get a reference to the loaded document object in a browser window? For example, how can I access the document in this html page loaded here on …
0
votes
1answer
23 views

How do I remove horizontal scrollbar padding (Firefox) ?

To make a table scroll with a static header I added the following: tbody.scrollContent { height: 300px; overflow:auto; } And the html tbody tag has the class: <tbody …
0
votes
2answers
44 views

why cant i create cookies in Firefox?

I cant create a firefox cookie with following line: setcookie("TestCookie", $value, time()+3600, "/", "localhost"); does someone know why? i have checked the settings in FF and it accepts …
2
votes
1answer
48 views

How to instruct browsers to ignore GET parameters when caching a resource

Is there a way (an http header) to tell browsers not to distinguish between main.css and main.css?someparam=1 when performing caching. According to w3c spec: since some applications have …
0
votes
1answer
40 views

Firefox Selected Text HTML

when i select some text from the browser, is there anyway i can get the selected html instead of just the plain text for firefox using javascript. Let me know if any one did this before. --vamsi
0
votes
3answers
51 views

CSS Hacks, Firefox 3.5 and Google Chrome

I searched around and allegedly, only body:nth-of-type(1) is used in CSS to target only Safari and Google Chrome. Lo and behold, mozilla reads it properly too. I searched x10 more but came up with …
0
votes
1answer
34 views

flowplayer not working on firefox

Iam using flowplayer to embed an flv file in a page. It works just fine in IE8,Chrome and Opera, but firefox refuses to show anything. There is just blank space where the file is supposed to be. Is …
-2
votes
0answers
35 views

delete firefox cookie? [closed]

Possible Duplicate: how to remove cookie in firefox? i have created a cookie with: $domain = ($_SERVER['HTTP_HOST'] != 'localhost') ? $_SERVER['HTTP_HOST'] : false; setcookie('cookiename', …
4
votes
5answers
38 views

Good resources for learning to develop Firefox Extensions.

I am looking for good resources to learn to develop Firefox extensions. Resources can be either books or tutorials on the net. Prefer basic tutorials as I am a newbie in the world of Firefox …
0
votes
1answer
12 views

Browser extension: is there a way to stop the loading of images?

In either Firefox/Chrome extension, is there a way to stop the loading of <img> before the browser actually starts loading them from a page?
0
votes
1answer
44 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
28 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 2 3 4 5 108 next
15 30 50 per page