PDA

View Full Version : [SOLVED] help with some html?



mpgarate
August 11th, 2008, 09:36 PM
im putting up a basic website that just has a image which links to a myspace account. for some reason it works flawlessly in firefox, but in ie7 the link does not work.



<html><a href="http://www.ubuntu.com/">www.ubuntu.com</html>

DoctorMO
August 11th, 2008, 09:45 PM
Whoa, that's some serious javascript to do roll over effects... perhaps use css :hover modifier instead?

Not sure I want to help you though since a) wrong place for html help and b) Lots of things don't work in IE, c) and I hate IE.

mpgarate
August 11th, 2008, 09:48 PM
i agree with the last two, and sorry its in the wrong place I wasnt sure where it should go

Delever
August 11th, 2008, 09:49 PM
remove



class="reflect"


from img tag. I don't even see such class linked or declared anywhere.

EDIT: Your Javascipt screws up your image. Just use simple link bellow or above image.

EDIT 2: I deserve a cookie.

LaRoza
August 11th, 2008, 09:49 PM
Remove all the inline script. Use valid markup. And ask again.

mpgarate
August 11th, 2008, 10:00 PM
thank you laroza now it works perfectly

Delever
August 11th, 2008, 10:02 PM
Glad I could help.

(promises never ever bother again)