Results 1 to 2 of 2

Thread: Problems with Mouse over event
      
   

  1. #1
    colcks19 is offline Private
    Join Date
    Apr 2006
    Posts
    1

    Cool Problems with Mouse over event

    Im having problems with mouse over button, when i preview it browser IE6 it is wonderful works well, but the site published is pain, i pass the mouse over the button and instead of changing color it shows the link written!
    Any clue? thanks André

    <TD align="left" valign="top" width="118" height="29"><A href="http://self.1cm.com.br/index.html" target="_self"><IMG id="bv01017" src="bv01017.gif" alt="http://self.1cm.com.br/index.html" align="top" border="0" width="118" height="29" onmouseover="SwapImage(1,0,'bv01017','bv01017_over .gif')" onmouseout="SwapImage(0,0,'bv01017','bv01017.gif') "></A></TD>

  2. #2
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default Re: Problems with Mouse over event

    Quote Originally Posted by colcks19
    Im having problems with mouse over button, when i preview it browser IE6 it is wonderful works well, but the site published is pain, i pass the mouse over the button and instead of changing color it shows the link written!
    Any clue? thanks Andr&#233;

    <TD align="left" valign="top" width="118" height="29"><A href="http://self.1cm.com.br/index.html" target="_self"><IMG id="bv01017" src="bv01017.gif" alt="http://self.1cm.com.br/index.html" align="top" border="0" width="118" height="29" onmouseover="SwapImage(1,0,'bv01017','bv01017_over .gif')" onmouseout="SwapImage(0,0,'bv01017','bv01017.gif') "></A></TD>
    The mouse over worked when I looked at your site "Blue Back Ground"

    However there is a problem with something in one of the scripts you have added, I thinks its the rolling script at the top
    of the page i.e page name

    <script language="JavaScript" src="/static/publicidade/lateral/ads.js"></script>
    <HEAD>

    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title> -<== SELF Ingl&#234;s In Company ==>- </title> <script> var repeat=1 // 0 para rolar uma vez, 1 para rolar infinitamente
    var title=document.title
    var leng=title.length
    var start=1
    function titlemove() {
    titl=title.substring(start, leng) + title.substring(0, start)
    document.title=titl
    start++
    if (start==leng+1) {
    start=0
    if (repeat==0)
    return
    }
    setTimeout("titlemove()",140)
    }
    if (document.title)
    titlemove()
    </script>
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

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 44 45 46 47 48 49