PDA

Click to See Complete Forum and Search --> : DIV tag


shahid
Oct 17th, 2002, 07:07 AM
hi to all!!!

i create a html page with div tag when i open it with IE it's shows scroll bar with DIV but when i open it with NetScape it's not..

is DIV tag fully support on NetScape or not..

thanks

GingerNut
Oct 17th, 2002, 11:17 AM
Netscape doesn't show the coloured scroll bars.

Rick Bull
Oct 17th, 2002, 05:34 PM
What code are you using, DIV is fully supported in NS (at least version 6+, don't know about 4 or earlier, but I think they're alright too).

shahid
Oct 18th, 2002, 12:31 AM
thanks all

solved..

the div support but ilayer did not..

alex_read
Oct 18th, 2002, 01:58 AM
<DIV> is only supported in version 6 of Netscape, when coding for any version previous to this, you need to use the <LAYER> tag as the <DIV> option is not available.

Rick Bull
Oct 18th, 2002, 04:34 AM
Are you sure? I think DIV is support in NS4 and earlier, you're not mixing it up with IFRAME are you?

CornedBee
Oct 20th, 2002, 02:02 PM
<DIV> was supported by NS 4.x, but only when you set position to absolute.

But who uses NS4.x anyway?

punkpie_uk
Oct 21st, 2002, 06:42 AM
<div> has been around for a while and was included in Netscape 4. But, it's useless due to the lack of CSS. Netscape 4 uses it's own <layer> tag which was deprecated in 6.

Rick Bull
Oct 22nd, 2002, 09:42 AM
Ah that makes more sense, I didn't think it was unsupported in NS 4.