Shecky
02-08-2003, 11:21 AM
I recently tested out a page on IE5 and my image on my div layer wouldn’t display. Now to my understanding, layers are a little buggy in MSIE5, but I certainly should see something? Shouldn’t I? Is there a different, more universally compatible way of expressing a layer than the code below?
<DIV STYLE="position:absolute; top:0; left:0">
<img src="images/indextop1.gif">
</DIV>
If someone could refer me to one of those big bad ole' browser/os compatibility charts, that would be great, too. I can't seem to track one down anymore.
If you want my opinion, someone needs to declare some kinda 'national update your browser day.' If the could somehow work in a clause that says you have to use IE, that would be fine, too.
<DIV STYLE="position:absolute; top:0; left:0">
<img src="images/indextop1.gif">
</DIV>
If someone could refer me to one of those big bad ole' browser/os compatibility charts, that would be great, too. I can't seem to track one down anymore.
If you want my opinion, someone needs to declare some kinda 'national update your browser day.' If the could somehow work in a clause that says you have to use IE, that would be fine, too.