Help w/ rollover images not loading

This is a discussion on "Help w/ rollover images not loading" within the JavaScript Forum section. This forum, and the thread "Help w/ rollover images not loading are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 30th, 2006, 18:30
Junior Member
Join Date: Oct 2006
Location: uranus
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Help w/ rollover images not loading

ok

I posted this in the CSS section grouped w/ a CSS question but apparently I need to ask here...

so here is my site: http://www.freewebs.com/jadedego/Index.html
It is for my band, and it will be my first fully designed site by hand.

the problem is the three images in the middle will not load properly, and I think it has to do w/ the javascript rollover effect I'm using...

Another possibility could be the free hosting I'm using. But I think it is the javascript.

When the webpage is opened in Firefox the little image that says there is a broken link appears But when you put your mouse over the image it begins to work...

Any and all help is very much appreciated
Reply With Quote

  #2 (permalink)  
Old Dec 30th, 2006, 18:43
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Help w/ rollover images not loading

You could achieve this same effect just using css and it would be the better way to go.

The problem is in your code. Three lines like this one:
Code: Select all
<img src"http://www.freewebs.com/jadedego/Index/crazy%5Ffire.jpg" name="crazyfire" width="170px" height="240" alt="Band Info" border="0" />
Immediately after the attribute shown in red there should be an =.

You also need to give your page a proper DOCTYPE and I suggest you place all your css in a seperate file which you then <link... into your pages.
Reply With Quote
  #3 (permalink)  
Old Dec 30th, 2006, 18:47
Junior Member
Join Date: Oct 2006
Location: uranus
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help w/ rollover images not loading

thx, kinda embarrassing I couldn't catch that little = sign that was causing all the trouble. I'll put some of the CSS on a seperate file but also keep some, and thx for the DOCTYPE hint, I usually use an editor that automatically includes it and for this page I didn't use it.

I love how helpful people are on this forum !!!
Reply With Quote
  #4 (permalink)  
Old Jan 1st, 2007, 01:22
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help w/ rollover images not loading

This is a good CSS resource.
http://www.tanfa.co.uk/css/examples/...o-preload2.asp
Reply With Quote
Reply

Tags
images, javascript, rollover

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating rollover images in photoshop Kurt Graphics and 3D 8 Sep 9th, 2007 21:11
Rollover images not placed correctly smandge Web Page Design 1 Jan 30th, 2007 12:50
Loading images and playing with them DrGonzo Flash & Multimedia Forum 1 Oct 25th, 2006 14:25
Rollover Images in diff cells efreeti Web Page Design 6 Jun 16th, 2006 14:04
externally loading jpgs via rollover for a beginner brandon13 Flash & Multimedia Forum 8 Aug 16th, 2005 09:44


All times are GMT. The time now is 00:07.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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 42 43