Ok I see, I added .js and looks like it's semi working, the list that I have in the html file before would show/display when the page loads but now after changing that error .js but still when my mouse moves over the image I still don't see the list fade in or anything. I can't really put up a link.
I am currnetly using windows, I use windows for most of my stuff like artwork, making the webpage well the design of it and other stuff, I then put the file on my linux partition which I have a linux server based to provide the website ect. I have a backup server on windows but it's mainly file sharing. So now the ul li html tags for the lists are now hidden like it's supposed to but still no fade in and fade out happening when my mouse goes over the users image. I can put it on a temp server but I can't keep it up and running for a long period of time. On May 28, 12:27 pm, mdrisser <[EMAIL PROTECTED]> wrote: > Can you post a link to the page? Just taking a quick look at your code > I noticed that the extension is missing off of your call to the jQuery > library: > > <script src="c:\chillenvillenstuff\jquery-1.2.3" type='text/ > javascript'></script> > > I realize that on Windows the extensions are hidden so try: > > <script src="c:\chillenvillenstuff\jquery-1.2.3.js" type='text/ > javascript'></script> > > Notice the .js I added to the path to the jQuery library.