Simple image rollover pop up giving me a searing headache. please help

Hi,
I'm trying to get a mouse roller to work that opens a floating image. Below is the code as well as a link to the page I'm working on. The tutorial files I downloaded work fine but when I place the code on my page you have to click and it just opens the image in the parent window.
Both js files are in the root. no subfolder.
Any help would be much appreciated!! I'm at ends with this!!
My page.
http://www.nascarracingexperience.com/bookeo/thenascarracecar.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Image Preview with jQuery</title>
<meta name="description" content="Easiest jQuery Tooltip Ever">
<script src="jquery.js" type="text/javascript"></script>
<script src="main.js" type="text/javascript"></script>
</meta>
<style>
body {
          margin:0;
          padding:40px;
          background:#fff;
          font:80% Arial, Helvetica, sans-serif;
          color:#555;
          line-height:180%;
h1{
          font-size:180%;
          font-weight:normal;
          color:#555;
h2{
          clear:both;
          font-size:160%;
          font-weight:normal;
          color:#555;
          margin:0;
          padding:.5em 0;
a{
          text-decoration:none;
          color:#f30;
p{
          clear:both;
          margin:0;
          padding:.5em 0;
pre{
          display:block;
          font:100% "Courier New", Courier, monospace;
          padding:10px;
          border:1px solid #bae2f0;
          background:#e3f4f9;
          margin:.5em 0;
          overflow:auto;
          width:800px;
img{border:none;}
ul,li{
          margin:0;
          padding:0;
li{
          list-style:none;
          float:left;
          display:inline;
          margin-right:10px;
#preview{
          position:absolute;
          border:1px solid #ccc;
          background:#333;
          padding:5px;
          display:none;
          color:#fff;
</style>
</head>
<body>
          <h1> </h1>
          <ul>
    <li><a href="images/1.jpg" class="preview"><img src="images/1s.jpg" alt="gallery thumbnail" /></a></li>
                    <li></li>
          </ul>
</body>
</html>

You have documents within documents within documents.  Probably the result of  copying & pasting too much code from other pages.
Each document should contain only one set of major tags:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Page Title</title>
<script>links to scripts go here... </script>
<script>links to scripts go here...<script>
<style>your CSS styles go here.... </style>
</head>
<body>
     page content goes here...
<script>
<!--invoke script functions here-->
</script>
</body>
</html>
If you follow this basic HTML structure, you'll have way fewer problems.
Nancy O.

Similar Messages

  • I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    You mean an image such as a scanned document?
    If that is the case, the file doesn't contain any text for Reader Out Loud to read. In order to fix that, you would need an application such as Adobe Acrobat that does Optical Character Recognition to convert the images to actual text.
    You can also try to export the file as a Word document or something else using ExportPDF which I believe offers OCR and is cheaper than Acrobat.

  • Hi i have problem with my hp mini is giving me a error CNU9391WZR PLEASE HELP

    Hi i have problem  with my hp mini is giving me a error CNU9391WZR PLEASE HELP
    Hp mini 110 1140el

    Yes  bios password, i forgot  my windows password so im trying to reset to manufacturing settings but keeps asking me for bios password... Please help 

  • TS3694 My iphone 3GS is struck , when i am trying to restore it is giving me an error 29 . please help

    Hi Friends .
    My iphone 3GS is struck , when i am trying to restore it is giving me an error 29 . please help.
    Regards,
    Bharathi

    Error 20, 21, 23, 26, 28, 29, 34, 37
    These errors typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    http://support.apple.com/kb/TS3694#error29

  • HT201328 Hi, Have updated iphone from 4.3 and had to do a restore which has now rendered my phone useless as it say the sim is not valid. I am in Colombia and this is very frustrating as I cannot just pop to the apple store here. Please Help...

    Hi, Have updated iphone from 4.3 and had to do a restore which has now rendered my phone useless as it say the sim is not valid. I am in Colombia and this is very frustrating as I cannot just pop to the apple store here. Please Help...

    Sounds like you have a phone that was hacked to unlock it. Updating has re-locked it to the original carrier. ONLY the carrier it is locked to can authorize unlocking it. Contact them.

  • HT201210 I have tried to restore my i phone via itunes after doing the update and it keeps giving unknown error occurred (3194) please help

    I have tried to restore my i phone via  itunes after doing the update and it keeps giving unknown error occurred (3194) please help

    Hello Sam-marchesi,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694#error3194
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software and ensure that communication to gs.apple.com is allowed. Follow these stepsfor assistance with security software.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow theadvanced iTunes Store troubleshooting steps to edit the hosts file or revert to a default hosts file. See "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information."
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    Best of luck,
    Mario

  • [b]Simple Deploy problem- making an Executable JAR File ...PLEASE HELP [/b]

    Hi all,
    I Trying to deploy a simple J2SE app by making an Executable JAR File, however I don'r understand how to add a valid value to the Main Class field.
    I followed the following description within Jdev, after creating a Deployment Profile:
    Deploying an Executable JAR File
    You can make your simple archive or J2EE Client Module into an executable JAR file that you can launch with the java command.
    To deploy an executable JAR file:
    1) Select and right-click the simple archive or client icon in the Navigator to display the context menu.
    2) Choose Properties.
    3) Click JAR Options in the tree.
    4) Select Include Manifest File (META-INF/MANIFEST.MF).
    5) In the Main Class field, enter the fully qualified name of the application class that is to be invoked.
    7) Click OK.
    8) Launch the executable JAR file from the command line:
    java -jar myapp.jar
    where myapp represents your JAR file name.
    Like I said it's in 5) I'm doing something worng
    My deploy-file (PlotPrint.deploy) looks the following:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <client-deployment xmlns="http://xmlns.oracle.com/jdeveloper/903/deploy/j2ee-client-jar" nselem="client-deployment" class="oracle.jdeveloper.deploy.jar.ClientProfile">
    <archiveOptions>
    <additionalManifests/>
    <compressed>false</compressed>
    <hasManifest>true</hasManifest>
    <mainClass>PlotPrintClient</mainClass>
    </archiveOptions>
    <archiveTargetPlatform/>
    <cdaSettings>
    <additionalArchives/>
    <afterFilters/>
    <beforeFilters/>
    <duringFilters/>
    <selectedArchives>
    <archives>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jdbc/lib/classes12.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jdbc/lib/nls_charset12.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jdev/lib/jdev-rt.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/soap/lib/soap.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/lib/xmlparserv2.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jlib/javax-ssl-1_2.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/jlib/jssl-1_2.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/j2ee/home/lib/activation.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/j2ee/home/lib/mail.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/j2ee/home/lib/http_client.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/webservices/lib/wsdl.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/lib/xmlparserv2.jar!/"/>
    <Item protocol="jar" path="file:/C:/Oracle9i_Jdev/jdevbin/lib/xmlcomp.jar!/"/>
    </archives>
    <selectionMode>0</selectionMode>
    </selectedArchives>
    </cdaSettings>
    <defaultConnection class="java.lang.String"/>
    <deployClientMaxHeapSize/>
    <earURL path="deploy/PlotPrint.ear"/>
    <enterpriseAppName/>
    <jarURL path="deploy/PlotPrint.jar"/>
    <profileDeps/>
    <properties/>
    <selectedProjectFiles>
    <autoInclude>true</autoInclude>
    <deploySourceAs>0</deploySourceAs>
    <files class="[Ljava.net.URL;"/>
    <selectionFilters/>
    </selectedProjectFiles>
    </client-deployment>
    I using Oracle9i Jdev, but have also tried it un the new Jdev 10g version, but the same problem everytime:
    Error message: Could not find the main class: program will exit.
    Please help I really need this to work
    Message was edited by:
    MHCI
    Message was edited by:
    MHCI

    Yes that was the problem so I have changed the element mainClass to
    <mainClass>xxPlotPrint.MHCI.PlotPrintClient</mainClass>
    But now another probem has occured, since I get the following error when run the jar-file (When I run the app from within Jdev there are no warnings or errors).
    ----Batch-file-----
    @echo off
    java -jar PlotPrint.jar
    echo Test Plot and Print Batch-file!
    pause
    ---- out to cmd ----
    Exception in thread "Thread-0" java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl
    at xxPlotPrint.MHCI.NNE35_worker.run(NNE35_worker.java:42)
    at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-2" java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl
    at xxPlotPrint.MHCI.OCEJobDB_worker.run(OCEJobDB_worker.java:41)
    at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-1" java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl
    at xxPlotPrint.MHCI.NNE27_worker.run(NNE27_worker.java:42)
    at java.lang.Thread.run(Unknown Source)
    It's the same problem in all three exceptions (the exactly the same code), however I was a bit to quick this is the line (the line before I process the xml doc :-)
    import org.w3c.dom.Element;
    responseData = new Vector();
    responseData = test_NNE35_SOAP.getXSDdoc();
    Element elements = ( (org.w3c.dom.Element)responseData.elementAt(0) ); (line 42)
    Please help I don't understad why I receive this exception, since I included the xmlparserv2.jar file, and don't even have a workaround :-(

  • I cant download itunes 10.  when i put my email address in the pop up wont come up to download, please help

    i uninstalled my old itunes on my lap top so i can downloand the new itunes 10. so i go to apple website and to the page to download itunes 10, i put in my email address click download and a little box pops up with nothing in it. and then the apple web page says thanks for down loading i tunes, last time i did this a box came up and i click run and itunes is installed, this is not happening this time. can someone please help. i have turn on the pop ups in explorer.
    Thanks

    There is no reason to enter an email address to download iTunes.
    Try restarting your browser or using a different browser.
    If that does not work, restart the computer.
    It might also be helpful if you stated what type of computer (PC or Mac) and what OS you are using.

  • HT1414 I have an unlock iphone. I went to at&t store they inserted a new sim card & tried activating my phone but msg pop up stating "SIM not valid". Please help

    I have an unlock iphone. I went to at&t store they inserted a new sim card & tried activating my phone but msg pop up stating "SIM not valid". Please help

    Where did you buy this unlocked phone?

  • How can you make a pixlated image a higher resolution in Photoshop CC? i have tryed image size but it doesnt seem to work someone please help

    As you can see in the screenshot here ----> Gyazo - b048a0770df6264af1ff398951acd4f9.png I have typed a higher resolution but when I try the pixles never seen to ever go away and it increases the file size every time, is there an easier way? PS: if another adobe cc software is needed to complete this task I have every one so it doesn't have to only be in Photoshop.

    The image has been reduced in size and over sharpened to the point that jaggies artifacts abound.  You will not be happy with the result of interpolate the images up in size increase the number of pixels..   You need to find the original image file from the camera.

  • Cant view .GIF Images after i make them in cs5?? please help

    Hey guys, Im having a problem and wondering if any of you guys can help me out here
    Ok so I made a GIF today in photoshop cs5 and everything was good, I can watch it in photoshop and everything looks GREAT. Ok so the problem I am having is that when I save the Image and I try to open the picture.... It gives me an error message and says " windows cannot find C:users/eric/desktop/image1. Make sure you typed the name correctly then try again"
    any help would be sweet
    Thanks everyone!!!

    Do you have Windows set to show you file extensions?  That's not the default.
    Did you save the file as a .gif?  If you right-click on it, then choose Properties, do you see it named as image1.gif?
    How are you trying to view it?  Are you double-clicking on it in Windows Explorer?
    What application do you expect to be able to view it with?
    What happens when you drag it to Internet Explorer?
    -Noel

  • SIMPLE PROBLEM DRIVING ME CRAZZY!!!...please help

    Hi, ive tried searching for this problem all over the forums, but it seems most people have more complicated ones related to this:
    I have a Jtable in a JtabbedPane...
    For the JTable i have RESIZE_ALL_COLUMNS chosen...but resize my application, the JTable does not resize!!!!!!...the JTabbedPane does resize to take up the whole width of my contentpanel (the contentpanel is on VerticalFlowLayout), while the rest are on XYLayout (in JBuilder 5)...
    I JUST NEED THE JTABLE TO EXPAND EACH COLUMN to fit the pane...how do i do this...///???
    Thanks a lot in advance
    Sid

    XYLayout uses absolute position so try using another
    layout manager that properly fits components in panel.
    I suggest to use the new one from J2SE 1.4:
    SpringLayout.
    Tutorial at:
    http://java.sun.com/docs/books/tutorial/uiswing/layout/
    pring.htmlhmm...spring layout seems like alotta code 'n seems kinda new too since itz not one of the layouts listed in the jbuilder5 layouts...is there a simpler way?...maybe using one of the older layouts???
    thanks.
    Sid

  • Mac System Issue pop up window has disabled Safari.  Please help?

    I clicked on a video on FaceBook & ended up with a pop up that says I have a serious Mac system issue & I need to call this phone number immediately. 
    I can't do anything at all with Safari now.  Has anyone had this issue?  Know how to get rid of it?  I

    Force quit Safari and relaunch it with the Shift key held down. If that doesn’t work, disconnect the computer from the Internet and try again.
    (115087)

  • Dimmed images are not dimmed after saved as PDF.. please help!

    Hi,
    After dimming multiple images in AI, they are dimmed in the program but once i preview the pdf I saved of the .ai file, the images are not dimmed.  What am i missing?
    Thanks!

    Dim is an Illustrator  layer options attribute, that does not tranfer over to the .pdf. You will have to either group all in the layer and set transparency to you dim percentage, or draw a white rectangle and fill that with a percentage of white.

  • PLEASE HELP!!!! Getting unwanted tabs that pop up randomly with **** on them! Please help!!!!

    Okay so I have the latest version of the OS for Mac. My Safari browser constantly opens new tabs that I am taken to automatically, and these ads are always either about ****, or some Mac cleaning software. Its impossible to click more than 3 times without one of these tabs opening, i'm desperate. Help me please!!! Oh, and I have tried resetting safari, clearing history, removing website data, to no avail. I need help please!!!! And its not always pop up tabs either, sometimes they are ads on the page I am on. Yes I have watched **** before, but on Private Browsing; not that it matters I suppose but still... anyways, I REALLY need help!!! Thanks :')

    Hi LAB69,
    this Discussion , especially the last two comments might help you.
    How do I stop popups in Safari when I've selected "Block popups" in preferences? They still seem to appear.
    jl

Maybe you are looking for

  • Why does my application close when done ??

    I am running my application from a DOS shortcut which in turn executes the following .bat file : Set CLASSPATH=C:\jdk1.3.1\bin set CLASSPATH=%CLASSPATH%;c:\jdk1.3.1\bin;C:\source c:\jdk1.3.1\bin\javaw -classpath %classpath% GradesGUI The application

  • Flash edit

    hey guys. I am building a website and i need help on one thing. Can i add animation to a graphic that i already have, for example, to a photo ? I am using flash mx pro 2004. Can someone help me out, please. Thank you so much Luis Martins

  • Inheritance in bytecode!

    Hi Everyone, Am just curious about the way subclasses and superclasses are paired after compilation in byte code. For instance, if we have a superclass called HugeSuperClass and numerous subclasses inheriting its many members, then does the relations

  • How to iterate a HAshMap

    Hi i m new to java. Can any body tell the error in the code below. import java.util.*; class TestSet {      public static void main(String[] args) {      Map mp = new HashMap();      mp.put("Neha", "Rai");      Iterator itr= mp.Iterator();      while

  • Song count - Shuffle vs All Music

    When playing in "Shuffle" mode I see the song count in the upper left corner as 1 of 2897. Yet when going to "Settings, About" I see there are 3053 songs loaded on the iPod. I've owned this 20Gb unit for about 3 years and I don't remember these ever