PDA

View Full Version : This is not working....


smartalecc5
04-12-2003, 05:08 PM
I do not know whatsoever waht is wrong with it, any help would be greatly appreciated. Lol, I finallly got the frames to have no border, then the navigation doesn't work! A working, er error-filled example of this is at www.geocities.com/socomdelta/l.html


<body bgcolor="000000">
<align= left><font color="FFFFFF">Navigation</font>
<style type="text/css"><!--
table.lix a { /* 5.0+ extension of "div.lix a" */
display: block;
width:130px;
border:1px solid black;
cursor:hand;
filter:blendTrans(duration=1.0);
}
div.lix {
position:absolute; /* This is a fixes IE slowness */
top:0px;
left:0px;
}
div.lix a {
color:#000000;
background-color:white;
font:13px verdana,sans-serif;
text-align: left;
text-decoration: none;
}
div.lix a:link {
color:black;
background-color:white;
}
div.lix a:visited {
color:black;
background-color:white;
}
div.lix a:hover {
color:black;
background-color:009900;
border:1px solid black;
text-decoration: none;
}
div.lix a:active {
color:white;
background-color:black;
border:1px solid red;
}
//--></style>
<script type="text/javascript"><!--
function lite(obj) {
if(document.all&&!window.opera) {
obj.filters.blendTrans.apply();
obj.filters.blendTrans.play();
}
}
//--></script>
<div style="position:relative;padding-bottom:82px">
<div class="lix" style="width: 127; height: 362">
<table border="0" cellpadding="0" cellspacing="2" width="200" class="lix">
<tr>
<td>
<a href="rightside.html" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3> Home</font></a>
</td>
</tr>
<tr>
<td>
<a href="schedule.march03.html" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3> Calendar</font></a>
</td>
</tr>
<tr>
<td>
<a href="rank.html" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3> Ranks</font></a>
</td>
</tr>
<tr>
<td>
<a href="gameinfo.html" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3> Game Info</font></a>
</td>
</tr>
<tr>
<td>
<a href="join.html" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3> Join DN</font></a>
</td>
</tr>
<tr>
<td>
<a href="http://pub18.bravenet.com/forum/show.php?usernum=1504467712&cpv=1" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3>Forum</font></a>
</td>
</tr>
<tr>
<td>
<a href="record.html" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3>Record</font></a>
</td>
</tr>
<tr>
<td>
<a href="allies.html" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3>Allies</font></a>
</td>
</tr>
<tr>
<td>
<a href="enemies.html" target="middle" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"><font size=3>Enemies</font></a>
</td>
</tr>
</table>
</div>
</div>


</body>

Gordo
04-12-2003, 08:29 PM
Your link is invalid.

I'm not sure what doesn't work with your navigation. Can you be more specific regarding your problem(s)?

Also, what is target="middle"? Middle!?

smartalecc5
04-12-2003, 10:54 PM
sorry, www.geocities.com/socomdelta2/l.html
target=middle is the frame on the right side. Whenever I put my mouse over one of the buttons an error box pops up.

Saj
04-12-2003, 11:07 PM
The navigetion works for me...there's just no content.

smartalecc5
04-13-2003, 01:32 AM
wait, so when u put your mouse over the links, no error box pops up?

Mhtml
04-13-2003, 02:25 AM
What does the error box say?

[edit:] The links work perfectly for me, possibly you are using a browser that doesn't support it?

I'm using IE 6.0 and I imagine that you need 5.5+ to have blendtrans working.

Someone correct me if I'm wrong . .. .. I'm looking at you brothercake ;)

pardicity3
04-13-2003, 03:00 AM
Even if he does have a browser that doesn't support the IE filter, I wouldn't think it would throw an error. In my experience--I used mainly moz and NS--the filter just wouldn't work, no error would be thrown.

Mhtml
04-13-2003, 10:57 AM
Hrmm.. I guess so..

SmartAlecc5 it's a bit late but I just noticed that your subject for the thread is very inappropriate, please use a subject best describing your problem in the future.

Please consult the Posting Guidlines (http://www.codingforums.com/postguide.htm) for more insight, ...
Thankyou :):thumbsup:

smartalecc5
04-13-2003, 04:02 PM
Originally posted by Mhtml
Hrmm.. I guess so..

SmartAlecc5 it's a bit late but I just noticed that your subject for the thread is very inappropriate, please use a subject best describing your problem in the future.

Please consult the Posting Guidlines (http://www.codingforums.com/postguide.htm) for more insight, ...
Thankyou :):thumbsup:

oops - sorry:o

Gordo
04-13-2003, 05:53 PM
we still don't know what browser (& version) you're using!

I even turned on error reporting in IE6, but still didn't get any pop-up error messages.

Is the fact that this page you linked is void of any iframe and/or frame the problem? When I click your links, I get new browser windows...because target="middle" does not reference anything.

smartalecc5
04-13-2003, 06:39 PM
man, i kinda feel stupid now, but it kinda seems to be working. and if you wanted to see the target thing work, www.geocities.com/socomdelta2/main.html Man, i wonder what really went wrong with it - and also - I am/was using AOL 8.0
:confused: i don't know why- but i guess it is working. OMG - sorry for all this trouble! sorry :'(