Closed Thread Icon

Preserved Topic: Frames, frames, 8 da frame (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18372" title="Pages that link to Preserved Topic: Frames, frames, 8 da frame (Page 1 of 1)" rel="nofollow" >Preserved Topic: Frames, frames, 8 da frame <span class="small">(Page 1 of 1)</span>\

 
Arthemis
Paranoid (IV) Inmate

From: Milky Way
Insane since: Nov 2001

posted posted 12-12-2001 18:27

http://www.angelfire.com/realm/neptunemoon/index.html
http://www.gizba.com/x/neptunemoon/index.html

Can you say why does angelfire do that to the upper frame?
It cuts it, literally... I'm suspicous it's my bad coding allied with their non-passive hosting.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 12-13-2001 01:53

The problem is in Angelfire's advertising JS code. It writes one "hidden" image (it's actually 1x1 pixel) at the top of your first frame and it will move your navigation down...


Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 12-13-2001 03:21

Arthemis,

I think I found a way you can get around the problem without having to modify Angelfire's crappy code.

Make the changes on navi.htm like I've marked below.
1) replace the <center> tag with a <div> tag.
2) remove the height value on the <table> tag.
3) add the two <td> tags to your table.

I got this to work on my local machine and I think it seems to move your nav bar up in spite of the angelfire image. It should work in IE and NN4, I didn't test mozilla.

code:
<!-- End of Angelfire Ad Code Insertion -->
[b]<div style="position:absolute;top:0px;">[/b]
<!------ Main Menu -------->
<table [b]REMOVE HEIGHT="100%"[/b] border="0" cellspacing="0" cellpadding="0">
<TBODY>
<TR vAlign=center align=middle>
[b]<TD width="50%">&nbsp;</TD>[/b]
<TD><IMG src="navi_files/present.gif" border=0 name=glowT00></TD>
. . . . .
. . . . .
. . . . .
<TD><IMG src="navi_files/empty.jpg" border=0 name=glowT41></TD>
[b]<TD width="50%">&nbsp;</TD>[/b]
</TR></TBODY></TABLE>
</div>
</BODY>
</HTML>





[This message has been edited by Bugimus (edited 12-13-2001).]

Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 12-13-2001 19:17

If you don't mind editing Angelfire's code, then the easiest thing to do is to add an "align=left" to the 1x1 pixel image tag.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 12-14-2001 07:14

I don't think that he can edit Angelfire's code, because it is added dynamically when someone tries to view page hosted with them (that code actually doesn't exits when you upload your page)...


Arthemis
Paranoid (IV) Inmate

From: Milky Way
Insane since: Nov 2001

posted posted 12-14-2001 12:57

i could try the old:

<script language="javascript">
<!--
<html>
<head></head>
<body>
// -->
</script>

but I'll go try your solutions first ^_^
thanx

edit: by the way, did you like the navi? it's the best i could do with 2 months of learning.... me lame

[This message has been edited by Arthemis (edited 12-14-2001).]

« BackwardsOnwards »

Show Forum Drop Down Menu