Alter Text Size Working In IE But Not In FF Or Chrome

Apr 11, 2011

I've written a function to change the font, this is working in IE but not in FF or Chrome. No errors come up in Firebug. Once this is working in both browsers I will change the function to gradually increase the size of the font to make it look as if the font is growing. This is why I haven't just assigned a class to the text. URL of the site with the script is [URL]

[Code]..

View 2 Replies


ADVERTISEMENT

Google Maps API - Alter The Size Of The Map?

Sep 8, 2009

i am debveloping a custom google map. how to alter the size of the map? i know it can be done because i did it for a college lesson but i've lost the code. also, is it possible to switch the default view to terrain as opposed to map?

View 1 Replies View Related

JQuery :: Alter The Font Size Of A Dynamic Header?

Oct 26, 2009

We are working within a CMS and we have a dynamic text header that pulls into the top of the page. The problem is that there are certain titles that are too long and are breaking into other design elements. I'm thinking there should be a way to count the number of characters and then dynamically change the font-size of the header.

View 2 Replies View Related

JQuery :: Alter The Height Of A Text Of Font?

Nov 22, 2011

how can I alter the height of a text of font?

View 5 Replies View Related

JQuery :: Selectors And Chaining - Alter Text In DIV

Aug 29, 2010

I haven't used jquery for quite a while and I'm trying to simply alter out the text in a div with an ID of "test" but I'm running into trouble.
Code:
var mytest = $("#test");
alert(mytest);
I'm sure it's because I've selected the div as a whole, but I've tried selecting the first child with no success.

I suppose I should first chain in a "p" selector, then select the first item, but I'm not quite sure how to do it. What I think is my closest attempt is as follows:
Code:
var mytest = $("#test").("p")[0];
alert(mytest);

View 8 Replies View Related

Beginner Project: Chrome, Use Of Eval(), Detecting Window Size?

Jul 21, 2009

I have done some ugly hacking in JavaScript before but nothing serious. Now I have decided to learn the language properly, so yesterday I threw together a function plotter that you can see here: balazsbotond dot hu/plotterThe script is here: balazsbotond dot hu/plotter/raphael-test.jsI use Google Chrome as my primary browser. My script works perfectly in every other browser (IE6, IE8, FF, Opera, Safari), but there are some problems in Chrome. Some functions do not work at all (exp()), some do not always work (sin(x) works, x*sin(x) works sometimes, 0.7*x*sin(x) never works). Since I am new to JS and this seems to be a very subtle problem, I have no idea where to start.

I have read that the use of eval() is not recommended because of performance and security reasons. erformance is not a problem here (eval is definitely better here than writing my own expression parser), but what about security? Did my use of eval introduce a security risk in my site (I find this quite unlikely because the whole thing runs on the client side but who knows...)?By the way, is there a way to detect if eval() was not successful?And finally, is there a reliable, cross-browser way of getting the client size of the window? I'm talking about the size without the title bar, toolbars, etc. My solution does not work in IE6 and IE8.

View 5 Replies View Related

Create A Chrome Extension That Can Pass Text From A Text Box To A Webpage Text Box

Feb 19, 2010

I am trying to create a chrome extension that can pass text from a text box to a webpage text box. Basically my company has an intranet site where you can search for an employee. The url does not display the search terms so i cant just append to it. Since I cant really work on this outside of work (its an intranet site) i have tried replicating it from home using the let me google that for you (www.lmgtfy.com) site.

View 2 Replies View Related

DHTML Events Not Working In IE But Working In Firefox And Chrome?

May 10, 2010

I am working on a Javascript application and i am facing a strange behavior of the application in IE. I am creating a table at runtime using DHTML and registering event for the table row click. When i deploy this application on web server and browse the application, the events fires in firefox and chrome but in IE the events are not fired. If i browse the application from the server with localhost, the application triggers the events and fails when i use machine name.

The following is the source code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>

[Code]....

View 4 Replies View Related

Working In IE5.2 But Not FF Or Chrome?

Aug 10, 2010

i want to call a javascript function on the click of a div

ie <div id="whatever" onclick="javascript:doThis()">click me</div>

function is something like this:
function doThis(){
alert("ya");
}

It works okay in IE5.2 but not in FF or Chrome..

View 2 Replies View Related

JS Not Working After Switch From Chrome 9 To 10 / Fix It?

Mar 15, 2011

Since the upgrade from chrome 9 to chrome 10 my script is showing an error in my variables when i use boolean expressions.

they changed to version V8, Chrome's JavaScript engine.code...

View 1 Replies View Related

Rollovers Not Working In FF/Chrome, But IE Is Okay?

Aug 29, 2009

I'm really new at JavaScript, but I thought an image map with rollover images would be a relatively basic feat... I have a large map with hotspots over individual states. I want the user to hover over a hotspot and for the main image to change, displaying information for that particular state. I've tried code that other developers have sworn works in all browsers, but still can't get the same functionality in FF or Chrome as I do in IE.

<SCRIPT language="javascript" type="text/javascript">
function swapImage(image) {
var Map = (document.getElementById) ? document.getElementById('MapWest') : (document.images) ?

[code]....

View 4 Replies View Related

JQuery :: Cluetip Not Working In Chrome 12.0.742

Jun 13, 2011

I've just downloaded cluetip 1.1.3. After opening index.html in the demos folder with Chrome 12.0.742, I've noticed that when the ajax tooltips popup they don't contain any content. The other tooltips (title and local tooltips) work fine. I've tried opening the demos in IE8 and all the tooltips are displayed fine. Strangely, when I try the demos on the official page [URL] using Chrome everything works fine.

View 1 Replies View Related

JQuery :: .hover() Not Working For Chrome?

Jun 10, 2010

I have the following code:

scrollhandleEl.hover(
function () {
isMouseOver = true;

[code]....

View 1 Replies View Related

JQuery :: Load() Not Working With Chrome 12

Jul 19, 2011

I just discovered Jquery just yesterday... I was looking for another way to display a website menu (simple HTML with javascript code) instead of an iframe. I found an amazing solution using Jquery on a Yahoo! answer page.

I have no idea what's wrong because the "external HTML file" simply do not appear in Chrome 12... Nothing!

I'm sure this is not a HTML coding error issue because my code complies HTML 5 (I used the W3C Markup Validation Service ) AND everything(display and behavior)works extremely fine on Explorer 9, Safari 5 and Firefox 4.

My "main HTML file" only contains a fixed background image... and will be the template for all page of my site for specific content.

My"external HTML file" (the site's menu) only contains a 3 rows table (for positionning) and an unordonned link list with onmouseover and onmouseout javascript calls.

The javascript code is stored in an external .js file.

The css code is stored in an external .css file.

I use thecurrent minified version ofJquery.

All these files are in the same local folder.

Here is the code I use to call the "external HTML file" (I removed the unnecessary things from the Yahoo solution) :

By the way, is the ending ); useful ?

I do not understand the "current - 1 version" showed on yourcompatibility pagefor Chrome.

Does it mean current "minus" one version ?

I could perform a javascript browser detection and if the browser is Chrome... Show an Iframe.

View 1 Replies View Related

JQuery :: Working In Firefox But Not In Chrome?

Apr 25, 2011

the following line of code is NOT working in chrome/safari as it is supposed 2its working perfectly in firefox and Operaowever:$('#box8').delay(1100).animate({"left": "+=300px"}, 5000);in firefox/opera the div box slides from its place to the right 300pxbut in chrome/safari it suddenly jumps to the right and then slides to the left 300px leaving it half through the page!

View 2 Replies View Related

JS Fading Gallery Not Working In Chrome?

Oct 11, 2011

I have written the below script to swap images in a main viewer for a gallery on a website (I apologise if the script is not very elegant I have only just started learning JS).The idea is there are 2 divs one positioned on top of the other, when the user clicks on one of the thumbnail images the div on the bottom changes to the new image, then the top div fades to transparent to reveal the new image, then once the top div is completely transparent it's image is swapped for the new image and it is made opaque again.Anyway elegant or not the script works fine in Firefox, Safari, Camino and (shockingly) IE, but it doesn't work at all in Chrome.

Code:
var fadeTime = 800;
var newImage;
var images = new Array();[code]....

View 4 Replies View Related

Chrome: Select Blur Not Working

Jan 21, 2011

I have the following code that should hide the dropdown part of a select box when clicked (don't ask why, this is part of a separate project). see a simple example below:

<script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.js"></script>
<select name="select1" id="select1" onfocus="$(this).blur();">
<option value=""></option>

[Code]....

This all works fine in IE and FF but in chrome the options are still shown after clicking the element. I've been racking my brains for hours on this and, no matter what method I use, I can't get this to work correctly in Chrome.

View 2 Replies View Related

OnMouseOver Function Not Working In Chrome

Jul 15, 2010

I am calling javascript from java and calling a function, and that function on an image I am calling onmouse over. So now the problem is, I have two jsp, secord inside first. When I click first jsp where is onmouseover, it's working fine and after that i am doing operation in second jsp and coming back on first jsp's image so onmouseover should be display but it's not working in chrome.

View 1 Replies View Related

(Set And Retrieve) Cookie Not Working In Chrome

Apr 27, 2011

I have two Javascript functions to set and retrieve a cookie:
function setCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
} else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}

function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
I can set and retrieve the cookie in Internet Explorer 9. The problem is that with Chrome, I don't know if it is not setting the cookie or not retrieving it right but I always get a NULL instead of the cookie value.

View 2 Replies View Related

Blur() Not Working In Google Chrome?

Aug 17, 2011

I am doing a simple example of autocomplete textbox.Well whenever I am typing anything in the textbox it shows me the existing options as we know the default functionality of autocomplete textbox. Now I need that when I select one of the options from the autocomplete list droping below the textbox the blur function should execute so that the focus should get away from the textbox. I have tried document.getElementById('text1').blur() but it is not working in chrome and safari.

View 2 Replies View Related

Google Maps App Working Only In Chrome?

Apr 17, 2010

I've written a google maps app for work and have got it all running nicely...in chrome. I've only just noticed that for some reason it's not working in firefox or internet explorer. I was wondering if someone could take a look at the simple extract that I've made and show me where I'm going wrong (If I am):

Javascript:
Code:
function initialize() {
if (GBrowserIsCompatible()) {
//Create a div called map_canvas in the html where the map will be displayed
var map = new GMap2(document.getElementById("map_canvas"));
//Set the map to center on these coordinates
map.setCenter(new GLatLng(55.872759,-4.297972), 15);
[Code]..

View 12 Replies View Related

JQuery :: Rollover Not Working In Chrome?

Jul 13, 2010

On the right side, under the portrait of the two girls, you will see a list of four links next to some dates. onMouseOver, the photograph of the girls should change. This works fine in IE, Firefox, Safari and Opera. In Chrome, however, it seems (using Chrome Developer Tools) that Chrome load the images each time, instead of preloading, and displaying the cached image each time i onMouseOver.

View 1 Replies View Related

Trim() Function In Chrome Not Working?

Jun 29, 2011

My trim() function seems to halt JavaScript execution in Chrome.

Code:

function trim(s) {
s = s.replace(/(^s*)|(s*$)/gi,"");
s = s.replace(/[ ]{2,}/gi," ");

[code]...

It works in IE and firefox.. no it doesn't.

View 2 Replies View Related

A:focus Is Not Working In Google Chrome?

Dec 11, 2010

[URL]

Click thumbnails. Big image is vanishing when mouse out in Google Chrome. Can you write a JavaScript file for this?

View 1 Replies View Related

Screen Size Not Working In IE?

Nov 13, 2011

I am using this javascript code to detect screen size and display an alternate css.

if (screen.width<1600)
{
document.write('<link rel="stylesheet" href="<?php echo $path ?>/css/templateadjust.css" type="text/css" />');
}

This works fine in FF and Chrome but doesn't seem to work in IE.

View 1 Replies View Related

JQuery :: $.Ajax Request Is Not Working In Chrome

May 24, 2010

I'm really having trouble to put it to work in Chrome. It runs great in IE and Firefox.

Here is the code:

The return of get_xml_oid.php is in XML.

Chrome Error: Uncaught TypeError: Object #<a Document> has no method 'search'

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved