Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Old 11-05-2009, 02:42 PM   PM User | #1
efraim
New to the CF scene

 
Join Date: Nov 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
efraim is an unknown quantity at this point
cross browser problem

Hi, I'm using some script.aculo.us to show pictures which works fine in Firefox but goes strangely ary in Internet Explorer. Could someone please point me in the right direction to learn how to satisfy both browsers?
The current use is at www.whatapicture.biz/joanna/showtest.
efraim is offline   Reply With Quote
Old 11-05-2009, 02:54 PM   PM User | #2
abduraooft
Master Coder

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: God's own country
Posts: 8,976
Thanks: 142
Thanked 1,192 Times in 1,184 Posts
abduraooft is a jewel in the roughabduraooft is a jewel in the roughabduraooft is a jewel in the roughabduraooft is a jewel in the rough
Your current DOCTYPE is invalid. I'd recommend you to use a valid one like
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
and then validate your markup for fixing the errors, if any.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 11-06-2009, 11:35 AM   PM User | #3
efraim
New to the CF scene

 
Join Date: Nov 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
efraim is an unknown quantity at this point
Tahnkyou abduraooft,
I have tried changing the doc type to what you suggested but it hasn't made any difference.
efraim is offline   Reply With Quote
Old 11-06-2009, 03:58 PM   PM User | #4
Spudhead
Senior Coder

 
Join Date: Jun 2002
Location: London, UK
Posts: 1,512
Thanks: 5
Thanked 59 Times in 58 Posts
Spudhead is on a distinguished road
Your page is still invalid.
Spudhead is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:55 AM.

Home - Contact Us - Archives - Link to CF - Resources - Top 

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.