473,804 Members | 2,296 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.g if"
alt="bluesurfer "></div>
<div id="test6a" style="position :absolute"><img src="windgreen. gif"
alt="greensurfe r"></div>
<ilayer name="w34ia"><d iv id="w34"><img src="anim.gif"
alt="waves"></div></ilayer>
</td></tr></table>
thanks for your help

Jul 21 '05 #1
2 3237
in comp.infosystem s.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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
2515
by: Brandon Hoppe | last post by:
I'm trying to change the src of an ilayer in the parent document from a link inside the ilayer. I'm not able to get it to work. All that happens is Netscape 4 crashes. This is for Netscape 4 only. For example, here is the main page: <html> <head> <script type="text/javascript">
6
6332
by: mike | last post by:
Hello, After trying to validate this page for a couple of days now I was wondering if someone might be able to help me out. Below is a list of snippets where I am having the errors. 1. Line 334, column 13: there is no attribute "SRC" <bgsound src="C:\My Documents\zingwent.mids"> You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is...
7
1881
by: mike | last post by:
Hello, I am kind of new to this javascript stuff and I am constantly having problems trying to get my webpage validated. I have the following <script>printdate();</script> and when I validate it at validator.w3.org I get a error the attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the...
7
2293
by: mike | last post by:
Hello, After reading all the past post and going to the faq on frameset tags I am still don't understand how this works and need some help on getting this validated if possible. Here is the error message I receive after trying to validate it. Line 444, column 23: element "ILAYER" undefined <ilayer name="waves234i"><div id="waves341"><img src="wanim.gif" alt="animated You have used the element named above in your document, but the...
9
4187
by: mike | last post by:
Hello, Can some one help me with the problem that I am having to validate this. Here is the code I have: <ilayer name="test34i"><div id="test34"><img src="wavestest.gif" alt="test"></div></ilayer> Here is the error it is giving me: You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict"...
1
1548
by: stalinmaddy | last post by:
I have problem with layers in my code. The problem is that it works well with ordinary html files but when include with any other files which have flash script or more javascript it doesn't work.....it doesn't able to drag on these files my code is here.. <div id='theLayer' style='position:relative;width:250px;left:100;top:100;visibility:hidden' > <table border='0' width='250' bgcolor='#424242' cellspacing='0' cellpadding='5'> <tr> <td...
2
2044
by: gunnuk | last post by:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>WELCOME TO HEMA CREATIVE HOUSE</title> <style type="text/css"> <!-- @import url("css/IDESIGN 1.css"); @import url("css/IDESIGN.2.css"); body {
10
1824
by: smartphreak | last post by:
having some difficulty with removing some img's out of an ilayer... i have a frame with a scroll text within an ilayer that works off a rollover.. sample: <html> <head> <title></title> <script language="JavaScript1.2">
0
9714
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9594
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10346
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10347
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10090
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7635
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5531
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.