ifc_programmer
08-11-2009, 04:02 PM
hi _
not used this site before :o
building five page website and can see it working page to page in Firefox
but in Internet Explorer 6 (can't upgrade : /) the pages don't change
even though the link field at the bottom of the screen is indicating the correct page when i hover over the link!!
the links are all buttons i built in photoshop
and run on javascript to glow when user hovers then light up when clicked
example of link code
<a href = "index.htm"
onMouseOver = "imgOn('img1')"
onMouseOut = "imgOff('img1')"
onMouseDown = "imgClick('img1')">
<img name = "img1"
border = 0
height = 31
width = 150
src = "homeMouseOff.jpg" />
</a>
any suggestions be gratefully received _ thanks
not used this site before :o
building five page website and can see it working page to page in Firefox
but in Internet Explorer 6 (can't upgrade : /) the pages don't change
even though the link field at the bottom of the screen is indicating the correct page when i hover over the link!!
the links are all buttons i built in photoshop
and run on javascript to glow when user hovers then light up when clicked
example of link code
<a href = "index.htm"
onMouseOver = "imgOn('img1')"
onMouseOut = "imgOff('img1')"
onMouseDown = "imgClick('img1')">
<img name = "img1"
border = 0
height = 31
width = 150
src = "homeMouseOff.jpg" />
</a>
any suggestions be gratefully received _ thanks