Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:22
Menu is over text in page!
Poster: bloodpython
Dated: Friday October 4 2002 - 22:02:33 BST
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
Poster: trytrix
Dated: Friday October 4 2002 - 22:41:55 BST
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 )
hey
Poster: bloodpython
Dated: Saturday October 5 2002 - 0:04:23 BST
It does not work because the text after the script appears right after the first text.
Poster: trytrix
Dated: Saturday October 5 2002 - 16:34:54 BST
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 )
And .. just give me a HIT at : http://www.ransbecca.be
here's
Poster: bloodpython
Dated: Monday October 7 2002 - 19:25:44 BST
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!
Here's again
Poster: bloodpython
Dated: Monday October 7 2002 - 19:30:09 BST
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