problem with html tags?

help4all

New member
I am using
the following css

<style type="text/css">
#testbar{
position:absolute;
background-color: transparent;
width: 730px;
height: 94px;
visibility: hidden;
z-index: 100;
}
</style>

then some java script

then Html div tag to show the id

<div id="testbar">
<a>Close</a>
<script src="/testjs.js"></script>
</div>

The <a>close</a> following the code as i give in js
but the testjs.js is not following the specifications produced by that some java script i used

this one working in IE but not in firefox3.5
what might be the problem?
can u give the solution
Java Script enabled with the browser.
 
Back
Top