View Full Version : links wont click ... ?!


52girl
05-18-2003, 02:32 PM
okay, if you go to my main page www.52grrl.com you will see that i have images linked to enter the site.
now, i created this site while currently using internet explorer 6.0

now im on my laptop using IE 5.0 and cant upgrade because im using Win95.

anyway.. the problem.... i cant click the links.
no matter what.. they wont let me click.
I have to right click and open in a new window.

how on earth can i fix this?
is it doing this becaise of the version of IE im using?

im totally stuck... and frustrated.... so if anyone could help me, that would be much appreciared

thanks!

52girl

Felicity...
05-18-2003, 03:15 PM
the links work perfectly to me have you sorted them?

zangerbanger
05-18-2003, 06:42 PM
Yep, the links work perfectly fine. Perhaps it's just your computer.

52girl
05-19-2003, 06:58 AM
Originally posted by Felicity...
the links work perfectly to me have you sorted them?

sorted them?
what exactly does that mean
:)

pb&j
05-19-2003, 02:38 PM
sorted... meaning perhaps you fixed them already?
using IE6 here and all seems to link fine.

52girl
05-19-2003, 03:10 PM
Originally posted by pb&j
sorted... meaning perhaps you fixed them already?
using IE6 here and all seems to link fine.

oh, okay.

yeah ... im just finding this odd, because other websites that have pics for links work fine for me... :/

amicus
05-19-2003, 06:40 PM
i've corrected the errors on the page. there was a lot of tags that overlapped or wasn't closed so i just corrected them. give it a try and hopefully that's all it was and it'll work :) i change the paths to relative pathing too. of course if you want you can add css and what nots to clean it out even more. i'm just trying to get it to work so didn't optimize the code.

<html>
<head>
<link rel=stylesheet href="52.css" type="text/css">
<title>______.52grrl.com.______</title>
</head>

<body bgcolor="#000000">
<p><p>

<center>
<img src="52.gif">
</center>

<table border="0" align="center">
<tr>
<font color="#000000">
<td align="center"><a href="52/52.html"><img src="bs.jpg" border="0"></a></td>
<td align="center"><a href="diamondmutation/diamond.html"><img src="ks1.jpg" border="0"></a></td>
</font>
</tr>
<tr>
<td align="center"><a href="52/52.html"><img src="/2.jpg" border="0"></a></td>
<td align="center"><a href="diamondmutation/diamond.html"><img src="3.jpg" border="0"></a></td>
</tr>
</table>
<p>

<center>
<font face="arial" size="1" color="#ffffff">
// visitor number <script language="JavaScript" type="text/javascript" src="http://www.uqg-2000.com/server.php?service=counter&id=52girl"></script>
// users online <script language="JavaScript" type="text/javascript" src="http://www.uqg-2000.com/server.php?service=online&id=52girl"></script>
// © 52girl 2003 //<br>
//click an image above to enter // IE6.0 is recommended // 800X600 or higher //
</font>
</center>
</body>
</html>

52girl
05-20-2003, 03:37 AM
ohhh thank you SO much!

i will try it later on today..

much appreciated

52girl
05-20-2003, 09:54 AM
still doesnt work ..... *sniffle*
anyone here using an older IE?

amicus
05-20-2003, 12:57 PM
try removing blur effect (filter:blur) from the css. if you want the blur thingy use an animated gif or swap the images onmousever. i'm think'n the blur effect isn't supported by older browsers.

52girl
05-20-2003, 01:10 PM
ohh.. thank you!
that is possibly it...

i will take a look at it later on and see how i go ;D

52girl
05-21-2003, 01:04 PM
fixed it!
was somehting in my CSS hover links. blur ma have had something to do with it.


thanks!! ;D