473,505 Members | 13,904 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

layers compatibility

Hi there!
I havent done anything in html for a while, about a few months ago, I
had started working with layers, mainly just to have a background image
that would not repeat over and over.

I had lots of trouble then trying to make my page look the same on
many different browsers, I had eventually decided my page would 'look
nicier in internet explorer' and I stopped trying to support other
browsers.

There are a few things, simple ones, I'd like to understand. When I
say understand, I mean I can exploit the feature for browsers such as
Mozilla, Explorer, Safari, Netscape, etc...

First thing: What is the default layer number or level for these
browsers?

Second thing: Thinking that my whole document will be on the basic
layer, how can I get something to print between the document and the
background? to get something to print on top of document?

If you have any thorough information on this topic, please send it to
me or give me the url. I cannot afford to buy a book right now, but a
suggestion would be great!

Thanks,
Turner

Aug 5 '05 #1
5 3355
Turner wrote:
Hi there!
I havent done anything in html for a while, about a few months ago, I
had started working with layers, mainly just to have a background image
that would not repeat over and over.
You are more than a bit mixed up. Layer is a proprietary construct of
Netscape 4.
What you are probably thinking of is z-index and div.

As far as background images that do not repeat, do a Google search on
CSS and, surprise, no-repeat.

Also, you are sure to annoy the regulars here (I'm not a regular) if
you post in HTML instead of plain text and try to over produce a page.
What it is all about here is seperating content from presentation. As
well as designing for all browsers and resolutions.

Try over in alt.html

And consider FLASH, it may give you all the bells and whistles you want.

Jeff

I had lots of trouble then trying to make my page look the same on
many different browsers, I had eventually decided my page would 'look
nicier in internet explorer' and I stopped trying to support other
browsers.

There are a few things, simple ones, I'd like to understand. When I
say understand, I mean I can exploit the feature for browsers such as
Mozilla, Explorer, Safari, Netscape, etc...

First thing: What is the default layer number or level for these
browsers?

Second thing: Thinking that my whole document will be on the basic
layer, how can I get something to print between the document and the
background? to get something to print on top of document?

If you have any thorough information on this topic, please send it to
me or give me the url. I cannot afford to buy a book right now, but a
suggestion would be great!

Thanks,
Turner

Aug 5 '05 #2
Thanks Jeff for your reply, I was indeed talking about div and
z-index, I thought these were called layers (as in my undestanding they
have the same effect as Photoshop layers...).

I'm still interested to know what are the compatibility status of the
z-index within different browsers (some browsers dont interpret them
the same way).

As for the email I write, I'm sorry if it is annoying, I'm using
google's posting interface and I have no way of doing otherwise. Unless
you know a free webbased newsgroup browser that would be better than
google's.

Can you quickly explain the difference between alt.html and this
newsgroup? So I know what question to address where...

Thanks!
Turner

Aug 5 '05 #3

I'm still interested to know what are the compatibility status of the
z-index within different browsers (some browsers dont interpret them
the same way).
I'm not aware of any major browsers incompatibilities, at least with divs.

The only problems anyone ever has is with form elements, which tend to
be on top. Some browsers may have *fixed* that. There's some variations
in IE on IFrames, but I rarely use those. I'm not sure if the "native"
z-index is 0 or 1, and if this varies, but it's a problem that really isn't.

As for the email I write, I'm sorry if it is annoying, I'm using
google's posting interface and I have no way of doing otherwise. Unless
you know a free webbased newsgroup browser that would be better than
google's.

Can you quickly explain the difference between alt.html and this
newsgroup?
For lack of a better term, all the alt groups are more alt. Friendlier
territory for newbies. comp.* tend to expect posters to have already
done their homework. Some can be nasty if they haven't.

Standard practice for any newsgroup is to read a bit of it before
posting. So, do your reading!

And Google is your friend, look around.

Jeff

So I know what question to address where...
Thanks!
Turner

Aug 5 '05 #4
Turner wrote:
how can I get something to print between the document and the
background? to get something to print on top of document?


Look at this example:

http://coolhaus.de/misc/layered-page.htm

I think it has all the elements you're probably looking for:

a bacground color
a background image that does not repeat
some content in a separate layer on top of that
some content in yet another separate layer on top of that

The sample is valid HTML 4.01 Strict, so it should display roughly the
same in all modern browsers.

Greg
Aug 5 '05 #5
Thanks Jeff for explaining the differences of the newsgroups. I'm also
glad you say there should be no compatibility problems.

Thanks Greg for the page you provided, I'll test it on different OS
(MacOS 9,MacOS X, Linux, Windows) with all available or comon browsers.

The reason I'm asking for compatibility is that I once coded a page
with a single image that should not repeat and the image would just not
display at all in Mozilla. I probably coded it wrong.

Thanks to all of you!
Turner

Aug 6 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2798
by: Lizzy | last post by:
I have an internet application which has a progress bar show whenever the customer is requesting data from the server. This progress bar is coded to work in both Netscape 4.75 and above and IE 5.0...
6
6824
by: David List | last post by:
I'm having a problem using different properties of the document object in the example javascripts in my textbook with browsers that identify themselves as using the Mozilla engine. One example of...
4
1435
by: PsychoCrow | last post by:
Hello everybody, I looked for my problem googling, but I found always similar answers about layer visualization. I expose my problem, I have tre layers: LAYER1 LAYER2 LAYER3 and I need to...
4
3780
by: ashkaan57 | last post by:
Hi, I am using the following code to show/hide part of an html page. It works in Netscape and Firefox but dies in IE: "Error: document.layers is null or not an object" <style> ..noshow {...
2
3427
by: Nick | last post by:
Hi, I've got some browser compatibility issues with the following page: http://www.iclc-group.com/hspv1/testi.htm It's a straightforward show/hide layer layout with images on the left and linked...
5
2367
by: Burt | last post by:
There's an architect at my 200 person company that advocates having many layers in all my C# apps. He wants web services, use case handlers, facade layers, data gateways, etc. When I ask why all...
1
5553
by: Grimm | last post by:
I am developing an internalk inteface that integrates alot of seperate tools into one interface. The current version uses one Iframe inside a div layer for positioning. Currently the seperate web...
0
1313
by: David Stone | last post by:
In article <bbatb4dql2fhgled8i6tn2p1tflv7r6mvh@4ax.com>, still just me <wheeledBobNOSPAM@yahoo.comwrote: Here's a site that appears to do what you are suggesting:...
0
7213
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,...
0
7366
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...
1
7017
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...
0
5610
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4698
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1526
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
406
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...

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.