OnMouseover image help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jakke PNG
    ex-TeenGodFather
    • Nov 2001
    • 20306

    #1

    OnMouseover image help

    I was wondering if it was possible to do onmouseover image effects without having anything in the head section of the document.
    The stuff I need to do would be included via ssi, so it must work on it's own, as the pages I'm going to include it in will not have definitions in their headers.
    ..and I'm off.
  • chodadog
    Confirmed User
    • Apr 2002
    • 9736

    #2
    I'm pretty sure there's a way to do it. I think i may have used it on a design i did a while ago. I'll look around for you. But there's no reaso you can't link externally to the hahahahahahahahahaha file on the html you're including. Doesn't have to be in the head of the html.
    26 + 6 = 1

    Comment

    • chodadog
      Confirmed User
      • Apr 2002
      • 9736

      #3
      <a href="http://www.yahoo.com" onMouseOver='rollover.src="2.gif"' onMouseOut='rollover.src="1.gif"'><img src="1.gif" name="rollover"></a>

      There you go.
      26 + 6 = 1

      Comment

      • Jakke PNG
        ex-TeenGodFather
        • Nov 2001
        • 20306

        #4
        Originally posted by chodadog
        <a href="http://www.yahoo.com" onMouseOver='rollover.src="2.gif"' onMouseOut='rollover.src="1.gif"'><img src="1.gif" name="rollover"></a>

        There you go.
        Thanks.
        ..and I'm off.

        Comment

        Working...