Click to See Complete Forum and Search --> : Site in IE


Xerces
08-23-2003, 03:20 PM
Hi, I created a site for my friend. It is supposed to show the picture of him and display how long they are together. It works perfectly in my browser (mozilla firebird) but when I try it in IE6, the time doen't appear(it should be in the blue square).
And the strangest thing it, it did it before when I just had the picture and the text. But now I added a small background, positioned some things and voila, it wasn't there anymore. Tried several things but it won't come back .:confused: .
the site is located here (http://users.pandora.be/xerces/counter.htm)

pyro
08-23-2003, 03:30 PM
Try playing with the z-index of the div that contains the time...

AdamBrill
08-23-2003, 04:11 PM
You need to change this:

<script type="text/javascript" language="javascript" src="counter.js" />

to this:

<script type="text/javascript" language="javascript" src="counter.js"></script>

Don't ask me why that makes it work, but it does, so... lol

Xerces
08-24-2003, 01:18 AM
thankx