|
-
Oct 17th, 2002, 07:07 AM
#1
Thread Starter
Fanatic Member
DIV tag
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
-
Oct 17th, 2002, 11:17 AM
#2
Hyperactive Member
Netscape doesn't show the coloured scroll bars.
-
Oct 17th, 2002, 05:34 PM
#3
Frenzied Member
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).
-
Oct 18th, 2002, 12:31 AM
#4
Thread Starter
Fanatic Member
thanks all
solved..
the div support but ilayer did not..
-
Oct 18th, 2002, 01:58 AM
#5
<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.
-
Oct 18th, 2002, 04:34 AM
#6
Frenzied Member
Are you sure? I think DIV is support in NS4 and earlier, you're not mixing it up with IFRAME are you?
-
Oct 20th, 2002, 02:02 PM
#7
<DIV> was supported by NS 4.x, but only when you set position to absolute.
But who uses NS4.x anyway?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 21st, 2002, 06:42 AM
#8
Fanatic Member
<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.
-
Oct 22nd, 2002, 09:42 AM
#9
Frenzied Member
Ah that makes more sense, I didn't think it was unsupported in NS 4.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|