Uhhh...put everything into one form.
I have no idea exactly how I did this... I can look on Monday and see if I can find the page I was working on. If so I'll let you know what I did.
If you give the layer an ID you can use innerHTML to change it... For example, if the layer's id is "layer1", you can add the following to your moveLayer function:
document.getElementById("layer1").innerHTML = title
This works in IE5+ and NS6+...
What version of Netscape are you using?
style="background-image: url('/path/image.gif'); background-repeat: no-repeat;" works for me in 4.78...
Just a quick though, but are you getting the value of "insal" from a form? If you are and you haven't converted it to a number that could be the problem...
You can do this in Netscape 6+ and Mozilla like this:
input[type="text"] {
border-style: none;
}
But as far as I know it can't be done in IE...
It is also possible to use an image as the bullet...but I seriously doubt NN4.x will support it.
ul {
list-style-image: url("yourimage.gif");
}
It depends what browser you're supporting... In IE you can put <link rel="alternate" media="print" href="document.doc"> between the <head> and </head> tags. Then when you print the page it will print the "document.doc" file...
I'm not sure what versions...
What exact version of Netscape are you using? I'm running 6.1 and it is working fine with the code you posted (after changing the class name)...
If you're using 6.0 or 6.01 it could be a bug in the browser.
There is also a small chance that it is a problem elsewhere in the code... You could...
I guess I should explain it a little...
Just enter any link (<a href="whatever.html">text</a>) in the textbox and click the button. It will remove everything but the text between the <a> and </a> tags.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.