Forum Moderators: open
<img src='images/newtile.gif' alt='C1 - C4' class='mseo' onmouseover="EnterContent('ToolTip','C1 - C4','<img src=lunar/c1c4.gif />'); Activate();" onmouseout="deActivate()" />
I have a javascript that creates a tooltip in a floating div and displays an image, all very nice and keeps alot of work away from my poor tired eyes, and nasty popups from flooding the screen. Even better is the images dont load till mouseover so I can link to heaps of images and not have to worry about load times for the page.
Here's the error.
"<" is the first character of a delimiter but occurred as data
Is there anyway to get past this small error? It still passes as XHTML so I'm not too worried I'd just like it to be 100% perfect.
I haven't tried using ascii codes for the angle bracket but I didn't think it'd work.
If there's no alternative I'm fine with it :)
--- Thought that just popped into my head as I've been typing this, I wonder if I could move the "<img>" tag section to the script and just use the images name as the varible... --- Thinking on the run again, any ideas or comments welcome, will report back my findings when I get time to try my new idea out.