Project: http://design.vitalbmx.com/fave/news.html
When I click "Add to favorites" button (under main pic), in Chrome it animates UL,
while in Firefox and IE it does not work.
Can't figure out why it works differently. Please help.
Hi Folks,
Firefox & IE's do have browser-settings where an user may allow those forbidden
cross domain calls.
My question: Is there a similar setting/option in Safari's and/or Chrome browsers?
Kind Regards
--Andy
When I use a conditional statement targeting IE6 and below with some PHP code Google Chrome disregards the statement and inserts the code.
Example:
It will insert the content of ie6.php in the body anyway.
Anybody got this problem before?
Since I'm building a dynamic site, I need to track the changes between pages, ie. Ajax calls, POST, GET stuff and similar stuff.
I'm looking for the same functionality like in Firebug (where you can enable "persistent" and the console is not cleared every time you reload a page or submit a form.
So, my questions is: is there a way to make Google…
Chrome 5 was recently released for Windows, Mac, and Linux, all with the same version number. Are there significant differences in behavior (CSS or JS) between the different platforms, or do they behave pretty much the same?
I'm not interested in how they handle extensions -- just handling of HTML, CSS, and JavaScript.
can anybody help me. the sample code is
function capturecurrent() {
var win = chrome.extension.getExtensionTabs();
return win;
}
its not returning any domwindowarray. if i calculate win.length, it always gives me 0;
Hi guys.
I'm trying to make a media Download bar for Chrome Browser like Real Player's one ( a DLL plugin )
Whenever you open a page which contents "media stream" like Youtube..., it will show a download bar at the left-top corner of the flash player - allow you to download this video/song to your computer. How does it capture the video url of…
Hi
I'm developing a google chrome extension.
I am trying to use the jquery-ui datepicker inside a jquery-ui dialog of the existing webpage (content level)
Like so: Screenshot
I get "DP_jQuery_1274168529407 is not defined" when I click on any button of the datepicker widget and I have no idea why
Please help :)
Chrome appends an stylesheet and it make a lot of problems for me. for example this selector
html>body, html>body * {background-color:#ffffff !important}
is one oe the things I can't override in my own styles. Anyone has a solution for that?
I want to use an image for the background of a selec/dropdown. The following CSS works fine in Firefox and IE, but does not in Chrome:
#main .drop-down-loc { width:506px; height: 30px; border: none;
background-color: Transparent;
background: url(images/text-field.gif) no-repeat 0 0;
padding:4px; line-height: 21px;}
THANKS
I am looking to be able to launch a network file on our local intranet using FF or Chrome
Currently the link work good in IE
<a href="\\Start\Of\My\Network\file.xlsx">View Report</a>
but in FF it show
<a href="http://mydomain.com/\\Start\Of\My\Network\file.xlsx">View Report</a>
is there a way…
I am trying to fire the asp.net button click event from javascript. Its working fine in IE, but the same code is not working on Chrome, please help me. Here is the js code,
var btnSave = document.getElementById('btnSave');
btnSave.click();
alert("The changes are saved sucessfully!!");
Please help me
Click here to see a simple example of what I want. It's really easy, but for some reason Google won't display the "subTotalCaption2" div.
It's part of a foreach loop, if needed I can add other codes.
There is nothing else in the rest of the css to mess with this, I have checked about 10 times.
See it live at euroworker.no/order (add items…
my application have many drag and drop features. and while dragging i want that cursor changes to some grab.cur. ie and firefox are working fine in this. but in chrome it always changes the cursor to text cursor. I m stuck badly please help.
hi,
could you explain me why my flash video player doesn't work in Chrome while it perfectly works in other browsers ? (Firefox and IE)
This is the link: http://www.sanstitre.ch/drupal/portfolio?tid[0]=66
You'll see it flickering...
thanks
Is there a way to monitor AJAX requests in the Chrome browser? I tried firebug lite, and though it seems to work for some things (javascript errors and such), the XHR tab doesn't seem to do anything.
Are there any alternatives?
Hi All,
I want to removw a node from a page for that i am using the below mentioned function
document.getElementById(id).removeNode(true);
.This is working fine in IE but not in Chrome.
Can anyone tell me how can i do that
Thanks
hi
Is this bar appearing in Chrome when the language is different causing issues to your websites ?
[http://dl.dropbox.com/u/72686/chromeBar.png][1]
My javascript doesn't work anymore as before. It is quite annoying
thanks
Link: http://donatellabernardi.ch/drupal/
In the following page http://ada.kiexpro.com/test2/map.html
I added:
white-space: normal;
to wrap the copyright text that is coming our from the Google map API.
It works in FF and IE but Chrome seems to ignore the CSS selector:
global.css:
#cm_map span {
white-space: normal !important;
}