472,122 Members | 1,554 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

Help creating a css for ilayer

Hello,
I created a website with a ilayer tag which is only good for netscape. And
the problem that I am having is that I want to validate my website. Of
course this will not work because I have a ilayer tag which is not
exceptiable to the w3. From what I have heard is that it is possible to
create a ilayer as a css. I was wondering does anyone have a example on how
to do this. Here is the code I have:

<table width=468 border=0 align="center" cellpadding=0 cellspacing=0
style="border: 1px;"><tr><td>
<div id="test3a" style="position:absolute"><img src="wind.gif"
alt="flip"></div>
<div id="test4a" style="position:absolute"><img src="wind.gif"
alt="windsurfer"></div>
<div id="test5a" style="position:absolute"><img src="windblue.gif"
alt="bluesurfer"></div>
<div id="test6a" style="position:absolute"><img src="windgreen.gif"
alt="greensurfer"></div>
<ilayer name="w34ia"><div id="w34"><img src="anim.gif"
alt="waves"></div></ilayer>
</td></tr></table>
thanks for your help

Jul 21 '05 #1
2 3156
in comp.infosystems.www.authoring.stylesheets, mike wrote:
Hello,
I created a website with a ilayer tag which is only good for netscape.
No, it not good for Netscape either. It might work on some versions of it
though.
And the problem that I am having is that I want to validate my website.
You made site that only works on certain versions of netscape (which you
know) and your problem is to validate your page? Maybe you should rethink
what you are doing/ rethink what you aim.
From what I have heard is that it is possible to create a ilayer as a css.
No, it isn't. It is possible to get same rendering using CSS most likely.
Of course, we would need to know what is that rendering. After all,
ilayer was only used by idiots, for very short period many years ago, so
you can't assume people know what it does.
I was wondering does anyone have a example on how to do this.
Most likely.
Here is the code I have:


[snip current code that nobody knows what it does]

And what you want to happen? Pointless use of table in your example.

maybe you want to check
http://www.w3.org/TR/CSS2/visuren.html#q30

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Jul 21 '05 #2
mike wrote:
I created a website with a ilayer tag which is only good for netscape.
And
the problem that I am having is that I want to validate my website.


Maybe try sticking to valid markup then?
Jul 21 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

14 posts views Thread by Brandon Hoppe | last post: by
6 posts views Thread by mike | last post: by
7 posts views Thread by mike | last post: by
7 posts views Thread by mike | last post: by
9 posts views Thread by mike | last post: by
1 post views Thread by stalinmaddy | last post: by
10 posts views Thread by smartphreak | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.