image rollover script without preloading images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • camgirlshide
    Confirmed User
    • Jan 2005
    • 1558

    #1

    image rollover script without preloading images

    Anyone have a good example of an image pop up script on rollover without pre-loading the images?
    I would like to add a similiar pop up on rollover that I have on the main camgirlshide page right menu bar to my alphabetical list, but I can't pre-load 300 images.
    Useful adult webmaster links -
    Alphabetical list of solo models with webcam
    Stats on my best converting affiliate programs - camgirlshide webmaster blog
    complete list of affiliate programs I use.
  • fatfoo
    ICQ:649699063
    • Mar 2003
    • 27763

    #2
    Technology.
    Send me an email: [email protected]

    Comment

    • Vendzilla
      Biker Gnome
      • Mar 2004
      • 23200

      #3
      take a look at dynamicdrive.com if anyone has anything for you, that would be the place
      Carbon is not the problem, it makes up 0.041% of our atmosphere , 95% of that is from Volcanos and decomposing plants and stuff. So people in the US are responsible for 13% of the carbon in the atmosphere which 95% is not from Humans, like cars and trucks and stuff and they want to spend trillions to fix it while Solar Panel plants are powered by coal plants
      think about that

      Comment

      • potter
        Confirmed User
        • Dec 2004
        • 6559

        #4
        Why even use a script? Why not use CSS?

        Make the navigation items lists, and change their child items (the image blocks) to different display or positions on hovers.

        Comment

        • cam_girls
          So Fucking Banned
          • Apr 2009
          • 2968

          #5
          you can use javascript and a blank image

          <img src="blank.gif" id=thethumb><br><br>

          <div onmouseover="document.images.thethumb.src='katy.gi f'" onmouseout="document.images.thethumb.src='blank.gi f"'>Katy</div>

          <div onmouseover="document.images.thethumb.src='jenny.g if'" onmouseout="document.images.thethumb.src='blank.gi f'">Jenny</div>

          Comment

          Working...