Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Errors Validating in strict 1.0
Old 05-10-2009, 04:49 PM Errors Validating in strict 1.0
Junior Talker

Posts: 1
Trades: 0
Hello all, I'm working on a project for a class, which is required to validate in strict 1.0, and I was wondering if any one could help me fix my error.

I am trying to use the onmouse commands to create a rollover effect, by using document.name, I forgot though that img's can't use the name element anymore, so I was wondering if any one knew an easy way to resolve this? Thanks here is the code:

<a href="http://www.google.com" onmouseover="document.himage.src='button2.gif';" onmouseout="document.himage.src='button1.gif';">
<img style="border:0;" src="button1.gif" name="himage" alt="Home button" />
timax is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-10-2009, 07:16 PM Re: Errors Validating in strict 1.0
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
For your example, replace "name" with ID, so your code would look like this:
<img src="button1.gif" id="himage" alt="home button" />
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Errors Validating in strict 1.0
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24647 seconds with 12 queries