Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

FN-FORUM: Problem with getElementById and Mac IE

date posted 11th May 2006 12:25

Hi, can someone with some Javascript / DOMscripting knowledge please
help:

I'm trying to update the background image of a div (id="bannerRight")
using some scripting. The stylesheet sets one image as the div
background and when the page loads I want to load a different one in
(this'll be from a random selection, but I've left that code out as it's
not the problem.) What I've done works OK in Firefox, Safari and IE6,
but I can't get it working in Mac IE, where instead of loading another
image it just removes the original image and doesn't load a new one.

The problem seems to be with this bit of code, which I presume I've got
wrong somehow:

document.getElementById('bannerRight').style.backgroundImage =
"url('images/2.jpg')";

All the page source is below if that helps. I'd like to either get it
working in Mac IE, or just get that browser to ignore what I'm trying to
do and to leave the original image in place.

Any help gratefully received!

Cheers

Paul





Random background


#bannerRight {
width: 400px;
height: 200px;
background-image: url('images/test.jpg');
background-repeat: no-repeat;
}



function randomBanner() {
if (document.getElementById) {
document.getElementById('bannerRight').style.backgroundImage
= "url('images/2.jpg')";
}
}




Random Background



Blah

Blah





--
Paul Silver - Web Development and Technical Search Engine Optimisation
07813 654285 -- http://www.paulsilver.co.uk
Check your web pages: http://www.spidertest.com



Messages by Day
May 31st 2006
May 30th 2006
May 29th 2006
May 28th 2006
May 27th 2006
May 26th 2006
May 25th 2006
May 24th 2006
May 23rd 2006
May 22nd 2006
May 21st 2006
May 20th 2006
May 19th 2006
May 18th 2006
May 17th 2006
May 16th 2006
May 15th 2006
May 14th 2006
May 13th 2006
May 12th 2006
May 11th 2006
May 10th 2006
May 9th 2006
May 8th 2006
May 7th 2006
May 6th 2006
May 5th 2006
May 4th 2006
May 3rd 2006
May 2nd 2006
May 1st 2006


Messages by Month
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000