I am trying to create a search text-field like on the Apple website.
The HTML looks like this:
<div class="frm-search">
<div>
<input class="btn" type="image" src="http://www.wdmadvertising.com.au/preview/cfs/i/btn-search.gif" />
<input type="hidden" name="cx" value="012437731193502990522:kx_jllw0ckq" />
<input type="hidd...
I want to apply a regex to a page whose URL only my extension is going to know. How do I program a Firefox extension to download the page?
...
How do I show all divs in Firefox?
...
Few addons are not compatible with mine, so how to detect their presence and inform the user.
Thanks
...
My program is getting employee details in web page using javascript. This is successfully working in IE5,6,8. but not working Mozilla Firefox. Please Help me...
Thanks in advance
My source code is:
<script type="text/javascript">
<!--
var adOpenDynamic = 2;
var adLockOptimistic = 3;
/* Path of database.
*/
var strDbPath = "..\\SRVGd...
Hello all,
I want to set the color of my scrollbar and for it to work in firefox as well.
I read that scrollbar's are not part of the w3c standard and therefore their customizing are not supported in firefox. Well, there must be some way to get it working. Does anyone how to do it?
...
I don't want to repeat alt text in title again? is this possible with any javascript , jquery, css solution? or any solution which can disable to show alt=text and enable title=texr and as a tooltip?
...
My web workers are becoming increasingly complicated and I'm sorely missing Firebug access while working with them. This:
console.log("test");
Does not produce anything from a web worker. I've also tried the following:
dump("test");
And that doesn't produce any output either.
Firefox version:
Mozilla/5.0 (Macintosh; U; Intel Mac...
I have a Javascript tabbed dialog whose pages have different heights. Some of them are taller than the browser window.
In Internet Explorer, there is always a scrollbar to the right. When it is not needed, it is greyed out. The page dimensions stay the same and there is no problem.
In Firefox, the Scrollbar is hidden completely when no...
Hi!
I would like to implement a notification mechanism in a firefox extension equal to firefox's "save password" option or popup blocking warning with the yellow bar sliding in above the main window.
Does anybody now how this can be achieved in XUL?
Thanks for any help.
...
Hi!
I'm developing an upload form. It works fine with Firefox, but not with IE.
Here is the code:
if(hasError == false) {
$(this).hide();
$("#uploadForm").append('show an image');
$.post("_upload_form_process.php",{ filename: filenameVal, datasetdesc: datasetdescVal, datasetname: datasetnameVal},
function(data){
...
I am developing a web application.
I would like to extend my error messages (and their backtraces) so that I can click on the mentioned file, and have it opened automatically in my PHP IDE.
I would like to make this a easy-to-activate feature so that whoever works on the web application, can easily map the error message to point to thei...
Is there something wrong with firefox? My styles on <label> work in every browser but FF. I'm using 3.5.5. I mean they even work in every version of IE? anyone have a suggestion?
EDIT, as i said, the code works in any other browser. but all of these fails.
<label style="color: #aaa; font-weight: bold;">Blah</label>
and
.mylabel {
co...
After reading about Firefox's Geolocation functionality, which doesn't use GPS, I'm wondering what it would take for a browser (IE and/or Firefox) to be able to access a GPS device connected to a normal laptop/desktop computer?
So far the only technology I've found that seems to be able to do this is Google Gears' Geolocation API or dev...
Morning all.
Very recently I asked this question on how to pass clicks through an element (e.g. full screen overlaying ). Received some good advice, but I still wondered which browsers supported this natively...
For those skipping the previous link, the overlay is purely cosmetic, must be overlayed and should ignore clicks (all mouse e...
I am using sugarCRM at my localhost.
For no apparent reason firefox is viewing the page in Quirks mode (the login page). This is completely messing up the page, here is a sample of the data shown:
��������Z�n7�-}v�fd4��q�Z�·8�ڱa�-�
f(�
5�rf��<�b���y�=��ftwRw�@"����m�<�2��^?}�
-��Ӌ�s���w|�#��Wo����U��'���a�n�{2��f0f1�E��~K���
...
Ok, I know this is probably a pretty newb question, but when it comes to graphics programming, I am a newb :)
How does Firefox achieve the drag and drop effect while displaying the nice faded copy of the selected image or text? See below for an example with the SO logo.
Also, how could I reproduce this effect in C#/VB.NET? (preferably ...
I'm having a problem with FIREFOX. I have an invisible list control over a drop-down control (html 'select'). Don't mind why, but I will say that the over-layer is a pop-up that appears as part of another custom control.
Even though it's hidden, it's preventing me from clicking on the underlying drop-down control, making the underlyin...
Hi there,
I want to develop toolbar for Internet Explorer and Firefox. Is there any common tool? If not, which tool can be used?
Thanks for reading.
Regards,
Sanket
...
Does anyone know if there is a Chrome plugin for making FireFox extensions work in Chrome? Just curious because Chrome does appear to run faster, but I love my FF plugins, especially for development. I'm guessing maybe there isn't because of XUL.
...