UK Webmaster Talk - Online Marketing - SEO


 

IE is not recognising my onMouseOver

This is a discussion on IE is not recognising my onMouseOver within the HTML, DHTML and CSS forums, part of the Programming / Scripting / Coding category; If You go to: http://www.nanothree.net/layout/csstest.php in FF all the mouseovers work fine but if you view it in IE all ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Website Design & Development > Programming / Scripting / Coding > HTML, DHTML and CSS

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 30-06-2005, 11:21   #1 (permalink)
Active Member
 
Join Date: May 2005
Location: Doncaster, UK
Posts: 58
iTrader: 0 / 0%
vegancoder is on a distinguished road
Send a message via MSN to vegancoder
Default IE is not recognising my onMouseOver

If You go to: http://www.nanothree.net/layout/csstest.php

in FF all the mouseovers work fine but if you view it in IE all of them work fine except for portfolio. The portfolio image tag runs over two lines in the source, but i cannot move it down because it brewaks my layout. I thought whitespace inside an HTML document didnt matter?
vegancoder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-06-2005, 12:00   #2 (permalink)
Super Moderator
 
Join Date: Mar 2005
Location: Herts, UK
Posts: 1,026
iTrader: 1 / 100%
monaghan is a jewel in the rough
Default

404

Please confirm the URL
monaghan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-06-2005, 14:37   #3 (permalink)
Active Member
 
Join Date: May 2005
Location: Doncaster, UK
Posts: 58
iTrader: 0 / 0%
vegancoder is on a distinguished road
Send a message via MSN to vegancoder
Default

oops i recently updated it, the new url can be found at http://www.nanothree.net/layout/index.php
vegancoder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-06-2005, 14:46   #4 (permalink)
Senior Member
 
Join Date: Apr 2005
Posts: 350
iTrader: 0 / 0%
rustypaulin has a spectacular aura about
Send a message via AIM to rustypaulin Send a message via MSN to rustypaulin
Default

it worked for me i think
rustypaulin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-06-2005, 18:48   #5 (permalink)
Senior Member
 
Join Date: Jun 2005
Posts: 389
iTrader: 0 / 0%
FrozenDice will become famous soon enough
Default

Whitespace is ignored when the page renders, your right. But for the reasons of trying to fix problems, whitespace is much appreciated.

So this is the offending code.
Code:
<a href="index.php?request=services">

<img src="images/nav/services.gif" alt="Services" name="services" width="60" height="9" border="0" id="portfolio" onMouseOver="imageOver(this.name)" onMouseOut="imageNormal(this.name)">  // why is this id set to portfolio?

</a>

<img src="images/nav/nav04.gif" alt=" " width="35" height="9"> // spacer

<a href="index.php?request=portfolio">

<img src="images/nav/portfolio.gif" alt="Portfolio" name="portfolio" width="62" height="9" border="0" id="portfolio" 
onMouseOver="imageOver(this.name)" onMouseOut="imageNormal(this.name)">

</a>
FrozenDice is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-06-2005, 18:56   #6 (permalink)
Newbie
 
Join Date: Jun 2005
Posts: 17
iTrader: 0 / 0%
mahangee is on a distinguished road
Default

Its doesn't work for me in IE

However when I looked at the source I noticed that the id for your Services link was id="portfolio". This might be what is causing the bug in IE.
mahangee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-06-2005, 18:58   #7 (permalink)
Senior Member
 
Join Date: Jun 2005
Posts: 389
iTrader: 0 / 0%
FrozenDice will become famous soon enough
Default

Thats in reguards to services, it doesn't touch portfolio. Besides, the id is used for the css not the javascript rollovers. The name is what is important, and frankly I am completely stumped. I pulled up your javascript file and went through the process as if I was a browser and saw no problems in reguard to the portfolio rollover.
FrozenDice is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
onmouseover, recognising

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 12:41.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41