SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Browsers and layer support
-
Oct 8, 2003, 02:00 #1
- Join Date
- Aug 2002
- Location
- USA
- Posts
- 544
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Browsers and layer support
How's browser support with layers? How far back - about the version 3's of browsers? I'm thinking about switching from tables to layers. BTW, by layers I mean of this sort:
<div id="nameofLayer" style="position:absolute; width:200px; height:200px; z-index:1; left: 50px; top: 150px">This is our layer text.</div>
-
Oct 8, 2003, 02:33 #2
- Join Date
- Sep 2003
- Location
- Europe
- Posts
- 222
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
See http://devedge.netscape.com/library/...3/css-support/
In general you could say CSS support started with version 4 browsers and is more reliable in version 6 browsers.
-
Oct 8, 2003, 04:52 #3
Do you really have to support version 3 browsers?
Bookmarks