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

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-17-2009, 10:21 PM   PM User | #1
Reggie32
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Reggie32 is an unknown quantity at this point
Internet Explorer Horizontal links issue iE

Can anyone have a look at my site and tell me what I can do to get it working in iE. It works in other browsers.

Would be really gratefull for any advice.


http://www.testdrive-site.co.uk/site2
Reggie32 is offline   Reply With Quote
Old 05-18-2009, 03:22 AM   PM User | #2
rangana
Senior Coder

 
rangana's Avatar
 
Join Date: Feb 2008
Location: Cebu City, Philippines
Posts: 1,752
Thanks: 65
Thanked 372 Times in 365 Posts
rangana will become famous soon enoughrangana will become famous soon enough
Which link do you mean? The menus?

Also, the problem that you're trying to poing out is the odd "left-aligned" display on IE? or something else?
__________________
Learn how to javascript at 02geek

The more you learn, the more you'll realize there's much more to learn
Ray.ph
rangana is offline   Reply With Quote
Old 05-18-2009, 07:43 AM   PM User | #3
Reggie32
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Reggie32 is an unknown quantity at this point
When I tried the site in iE the links didn't work sending user to other parts of the page.
Reggie32 is offline   Reply With Quote
Old 05-18-2009, 08:17 AM   PM User | #4
rangana
Senior Coder

 
rangana's Avatar
 
Join Date: Feb 2008
Location: Cebu City, Philippines
Posts: 1,752
Thanks: 65
Thanked 372 Times in 365 Posts
rangana will become famous soon enoughrangana will become famous soon enough
You don't have an element whose ID is "enviar".

This part of the code causes the mess.

It's either you fix this by creating that part of your makup, or remove this line of coding:

Code:
window.addEvent("domready",function(){
	$('enviar').addEvent("click",function(e){
		e = new Event(e);
		//stop propagation
		if(!$('response').hasClass("loading")) $('response').addClass("loading");
		$('contacto').setStyle("display","none");
		$('response').setStyle("display","block");				
		var myAjax = new Ajax('mailer.php', {  
		   data:$('consulta'),
		   update:$('response'),
		   onComplete:function(){
			 var desaparecer = new Fx.Style('response', 'opacity', {duration:3000});
			  if($('response').hasClass("loading")) $('response').removeClass("loading");
				 desaparecer.start(1,0).addEvent("onComplete",function(){
					 $('response').setStyle("display","none");
					 $('response').setStyle("opacity","1");
					 $('response').empty();
					 $('contacto').setStyle("display","block");
			 	 }); //margin-top is set to 10px immediately
		  	 }
		}).request();
	})
})
__________________
Learn how to javascript at 02geek

The more you learn, the more you'll realize there's much more to learn
Ray.ph
rangana is offline   Reply With Quote
Old 05-18-2009, 11:26 AM   PM User | #5
Reggie32
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Reggie32 is an unknown quantity at this point
Thanks Rangana, did as suggested, but its had no effect.


Reggie32 is offline   Reply With Quote
Old 05-18-2009, 12:14 PM   PM User | #6
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by Reggie32 View Post
Thanks Rangana, did as suggested, but its had no effect.


html markup is invalid:
http://validator.w3.org/check?verbos....uk%2Fsite2%2F

you have a lot of duplicate id's. try to fix them maybe this is the problem.

best regards
oesxyl is offline   Reply With Quote
Old 05-18-2009, 01:49 PM   PM User | #7
Reggie32
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Reggie32 is an unknown quantity at this point
Thumbs down

Thanks again Rangana, changed all duplicates, and got it to validate

.... now it won't display in ie at all!!!!!!!!!!!!!!!


Reggie32 is offline   Reply With Quote
Old 05-18-2009, 01:52 PM   PM User | #8
Reggie32
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Reggie32 is an unknown quantity at this point
Sorry, oexsyl, meant to reply to you. Validates now... but 'operation aborted in iE (everything ok still in Firefox, Safari)
Reggie32 is offline   Reply With Quote
Old 06-19-2009, 01:00 PM   PM User | #9
ArbolOne
New to the CF scene

 
Join Date: Jun 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
ArbolOne is an unknown quantity at this point
main page, humm, look I don't have time to go through all details, but I am using

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.11; .NET CLR 2.0.50727; ffco7) Gecko/2009060215 Firefox/3.0.11

and I can not read the information on the right side of the picture.

You got to do some work with the fonts.

Have a good one!
ArbolOne 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 11:51 AM.


Advertisement
Log in to turn off these ads.