|
 |
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
|
|
05-17-2009, 10:21 PM
|
PM User |
#1
|
|
New Coder
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
|
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
|
|
|
|
05-18-2009, 03:22 AM
|
PM User |
#2
|
|
Senior Coder
Join Date: Feb 2008
Location: Cebu City, Philippines
Posts: 1,752
Thanks: 65
Thanked 372 Times in 365 Posts
|
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?
|
|
|
05-18-2009, 07:43 AM
|
PM User |
#3
|
|
New Coder
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
|
When I tried the site in iE the links didn't work sending user to other parts of the page.
|
|
|
05-18-2009, 08:17 AM
|
PM User |
#4
|
|
Senior Coder
Join Date: Feb 2008
Location: Cebu City, Philippines
Posts: 1,752
Thanks: 65
Thanked 372 Times in 365 Posts
|
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();
})
})
|
|
|
05-18-2009, 11:26 AM
|
PM User |
#5
|
|
New Coder
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
|
Thanks Rangana, did as suggested, but its had no effect.
|
|
|
05-18-2009, 12:14 PM
|
PM User |
#6
|
|
Master Coder

Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
|
Quote:
Originally Posted by Reggie32
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
|
|
|
05-18-2009, 01:49 PM
|
PM User |
#7
|
|
New Coder
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
|
Thanks again Rangana, changed all duplicates, and got it to validate
.... now it won't display in ie at all!!!!!!!!!!!!!!!

|
|
|
05-18-2009, 01:52 PM
|
PM User |
#8
|
|
New Coder
Join Date: May 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
|
Sorry, oexsyl, meant to reply to you. Validates now... but 'operation aborted in iE (everything ok still in Firefox, Safari)
|
|
|
06-19-2009, 01:00 PM
|
PM User |
#9
|
|
New to the CF scene
Join Date: Jun 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
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!
|
|
|
 |
Jump To Top of Thread
| Thread Tools |
|
|
| 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
HTML code is Off
|
|
|
All times are GMT +1. The time now is 11:51 AM.
|
Advertisement Log in to turn off these ads. |
|
|
|
|
|
|
|
|
|
|