Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any of you guy knows a good site wh 3

Status
Not open for further replies.

IonelBurtan

Programmer
May 25, 2001
601
RO
Any of you guy knows a good site where I can learn how to use the <LAYER> tags. And other Netscape specific tags.

I hava a site made in ASP and looking at my log I see that a lot a visitors have Netscape only. My site currently don't work right on Netscape because of the <DIV> tags. I'd appreciate soem suggestion on how to convert <DIV> to <LAYER>

n.b. I know how to detect the browser type so this is not a problem.

I'd appreciate some helps and some useful links,
Thanx s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
try developer.netscape.com
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Thank you tsdragon, I found something at netscape, but there is no straight example of how you can change between <layer> and <div> taking into accont the browser type.

Can you give some short example(a movement example would be very fit)

Thank you in advance, s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
Sorry, I don't program for NS at all, except to try to make things which look great in IE 5.5 look halfway decent in NS 4.7, so I can't help there. But I know there are others here who can. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
What a site! Nice design.
You shouldn't have problem to program on DIV tag to work on NS browser as well. I used to use layer a lot. I find it annoying afterward as it only works on NS4.x. Not even NS6.x.
I wouldn't recommend you to look too much into layer. It's certainly outdated.

Regards
 
Thank you all, now I have references to what I need to get started into NN specific programming (not that I love it very much).

I'm glad you liked the site TehnicalAnalysis (I worked for 4 weeks on that).

Good luck everybody, s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
hie Burtani
i looked at ur site, u might wanna get rid of borders around ur &quot;buttons&quot; (for example back)
to do it u just might use the folowin:
onfocus=&quot;blur()&quot; in a tag & border=&quot;0&quot; in ur img tag regards, vic
 
Thank you, vituz for both your posts.
BTW, what's your opinion about my Server Sonar?

Thanx,


s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
To heck with tables! Using layers (<DIV></DIV> tags) is the most future-proof method of designing websites. However, using div's has a very adverse affect on NS4.7, so you need to keep NS4.7 (and other non-compatible browsers) from reading in the CSS positioning of your layers. This means that your design won't be visible to NS4.7 users but the content would still be accessible.

For an example, see my tableless site:
(visit using IE5 and then visit again using NS4.7 and you'll see the difference).

I utilise two seperate CSS files, the first one contains no positional elements and is linked in the normal manner (located at css/standard.css), and another CSS file for positioning and design (css/realstyles.css), whihc is imported using the @import command (NS4.7 doesn't support this and thereby ignores it).

A perfect article about tableless sites is available at it's called &quot;To Hell With Bad Browsers&quot; (Issue 99 I think), and is well worth reading the entire thing.

Hope this helps... Ahdkaw
&quot;What would you expect from a bunch of monkeys?&quot;
Where the sensible gather... or so they say.
 
If you have seen my site there is a rubrik where you can download it at my programs. Is made in VB. Is a Web Server. s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
oh, found it..
sorry, have no opinion 'coz havent used one.. regards, vic
 
PLEASE, please please please please PLEASE don't use Netscape-proprietary tags... ESPECIALLY the &lt;LAYER&gt; tag. The layer tag is supported in only one version (version 4) of only one browser (Netscape). It's such a bad tag that they refuse to support it in future versions, and nobody else will support it either.<br><br>I second anybody who says to use div tags... avoid the LAYER tag like the plague, and the web will be a better place. <p>Liam Morley<br><A HREF="mailto:"></A><br>&quot;light the deep, and bring silence to the world.<br>light the world, and bring depth to the silence.&quot;
 
Ehat do you mean that the layer tag is not supported by NN6.0. (I don't have this one)
If so, can you look at my site with NN6.0. What problems ther are or there can be?

Where can I find NN6.0 free? (or is not free?)

Thanx s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
sorry, Netscape 6 does NOT support the LAYER tag, and for good reason. Now don't ask me why, or else you want me to get all sorts of upset about the seperation of interactive programming and markup language.<br><br>In Netscape 6, nothing happens at all when you move the mouse over the yellow bar.<br><br>Netscape 6 is available for free at Netscape's website.<br><A HREF=" TARGET="_new"> <p>Liam Morley<br><A HREF="mailto:"></A><br>&quot;light the deep, and bring silence to the world.<br>light the world, and bring depth to the silence.&quot;
 
hie
>>imotic
i dont recomend u 2 use smth instead of layers when u're writin smth for netscrap4x, if u hate it, just dont write for nn4x & prevent users with this brawser from visiting ur site..
that way..
ps i create a personal nn4x version of site just for sick people who still use nn4x (~ < 15% serfers) regards, vic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top