Announcement

Collapse
No announcement yet.

Problems with Mouse over event

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    Re: Problems with Mouse over event

    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!

    Comment

    Working...
    X