• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

browsers

 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if my stylesheet works in IE 6.0 and Mozilla 1.0(windows version)..
does that mean that my code is browser independent. if not how to chk it for all
browsers.
plz ignore netscape.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the obnly real way to check is to actually have the browsers on your computer.
if I were you, would def. download netscape 6+
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i use netscape 4.7 and IE 5.5 to check my pages with the idea that newer versions will work too. but i have seen posts here about code that works in 4.7 but not in 6. you can always have friends test it for you too.
[ August 27, 2002: Message edited by: Randall Twede ]
 
Balaji Loganathan
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for replying.
My style sheet seems to work in NetScape 6, IE5.5 /6, Mozilla 1.0 but not with Netscape 4.7.
So i think it better to warn my users to update their browsers to latest versions.
Thanks again.
rgds
balaji
 
reply
    Bookmark Topic Watch Topic
  • New Topic