Search found 4 matches

by bloodpython
Mon Oct 07, 2002 7:30 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu is over text in page!
Replies: 6
Views: 4568

Here's again

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
by bloodpython
Mon Oct 07, 2002 7:25 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu is over text in page!
Replies: 6
Views: 4568

here's

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 ...
by bloodpython
Sat Oct 05, 2002 12:04 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu is over text in page!
Replies: 6
Views: 4568

hey

It does not work because the text after the script appears right after the first text.
by bloodpython
Fri Oct 04, 2002 10:02 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu is over text in page!
Replies: 6
Views: 4568

Menu is over text in page!

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 ...