|
Posted by Jeff Thies on August 5, 2005, 5:48 pm
Please log in for more thread options
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
>
|