Menu is over text in page!

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
bloodpython
Beginner
Beginner
Posts: 4
Joined: Fri Oct 04, 2002 9:55 pm
Contact:

Menu is over text in page!

Post by bloodpython »

Hey there.

I dont know why but this menu is on the top of the text in html page. For exemple:

[h1] bla bla blalb blalbla[/h1]
[script] here's qhere the menu script is inserted[/script]
[h2] xxxxxxxxxxxxxx [/h2]

When you load this page, the menu gets OVER the text "xxxxxxxxxxxxxx". Isn't it supposed to be bellow? How can i have the text "xxxxxxxxxxx" right bellow the menu?

Ps: since the menu is data driven, i dont know the its width and height so i can't put a DIV with absolute positioning in xxxxxxxx text.


Tks alottttttttttt
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

And using <br> tags ?

<h1> bla bla blalb blalbla</h1>
<script language=JavaScript>PlaceMenu("yourmenu")</script><br><br>
Toneelkring Ransbecca St. Antelinks/Herzele (Belgium) <br>


or ... put it in a table row ...

Greetings,

Trytrix

(From The Flandes Fields 8O )
bloodpython
Beginner
Beginner
Posts: 4
Joined: Fri Oct 04, 2002 9:55 pm
Contact:

hey

Post by bloodpython »

It does not work because the text after the script appears right after the first text.
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Don't get it 100% !!
Give us a link to an example so that we can have a look at ..



Trytrix
(From The Flanders Fields 8O )


And .. just give me a HIT at : http://www.ransbecca.be
bloodpython
Beginner
Beginner
Posts: 4
Joined: Fri Oct 04, 2002 9:55 pm
Contact:

here's

Post by bloodpython »

The problem is that the menu hiding the text. I put a pic of the problem in the following address:

http://www.animaisonline.com/temp/problemwithmenu.gif

Here's an html example:

<table>
<tr>
<td>....<script>PlaceMenu....</td>
</tr>
</TABLE>
<font size=3>THIS TEXT WILL BE HIDDEN BY THE MENU</font>
<br><br><br><br><br><br><br><br><br>
This text will NOT be hidden by the menu.

The reason i cannot put "<br>" is that the menu is data driven... i dont know it's height..

Did i make myself clear? Sorry about my bad english, not my primary language.

:)

Tks for your help!
bloodpython
Beginner
Beginner
Posts: 4
Joined: Fri Oct 04, 2002 9:55 pm
Contact:

Here's again

Post by bloodpython »

Here's another PIC for the problem.

http://www.animaisonline.com/temp/problemwithmenu2.gif.

How can i make the text appers BELLOW the menu, since i dont know what the menu height will be? (because it is data driven)

Tks alot
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

We need to know the contzents of your menu_array.js !

Give us a URL or just mail me that file..

Greetings,

Trytrix,

(From The Flanders Fields 8O )
Post Reply