PDA

View Full Version : Having Trouble Making Changes within IE6


mrwilson31
Aug-27-2008, 04:07 AM
Hi -

I am having trouble making changes to my site within IE6.
Whenever I make necessary changes to the site I get the following

Done, but with errors on page.

When I make changes and view within Mozilla everything seems to take and work fine.

Not sure what to do here. Am I missing some code to be able to make the changes and view within both.

Any help would be appreciated.

thanks,
Mike

http://artoflifebywilson.smugmug.com/

richW
Aug-27-2008, 06:16 AM
Hi -

I am having trouble making changes to my site within IE6.
Whenever I make necessary changes to the site I get the following

Done, but with errors on page.

When I make changes and view within Mozilla everything seems to take and work fine.

Not sure what to do here. Am I missing some code to be able to make the changes and view within both.

Any help would be appreciated.

thanks,
Mike

http://artoflifebywilson.smugmug.com/
The last line of parameters in the slide show code had a comma at the end, it's not neeeded. I remove it for you. The error should be gone now.

Changed this:
borderColor: 'ffffff',

To this:
borderColor: 'ffffff'