![]() Preserved Topic: How many browser is it?  | 
  |
|---|---|
| Author | Thread | 
| 
       Paranoid (IV) Inmate From: oslo, Norway  | 
    
       
  posted 11-13-2001 17:23
      
      I allredy having problem scripting my page so it works with IE, NN and gecko.   | 
  
| 
       Maniac (V) Inmate From: there...no..there.....  | 
    
       
  posted 11-13-2001 18:03
      
      Hi Osaires!  | 
  
| 
       Paranoid (IV) Inmate From: oslo, Norway  | 
    
       
  posted 11-13-2001 18:16
      
      Moust d-html!   | 
  
| 
       Lunatic (VI) Mad Scientist From: Massachusetts, USA  | 
    
       
  posted 11-13-2001 18:24
      
      Opera, along with Mozilla, IE 5+, and other more recent browsers, use the Document Object Model set forth by the w3c. IE 4 and NN 4.x use their own, weird document object models.  | 
  
| 
       Paranoid (IV) Inmate From: oslo, Norway  | 
    
       
  posted 11-13-2001 18:33
      
      So all new browser's suport DOM?  | 
  
| 
       Maniac (V) Inmate From: there...no..there.....  | 
    
       
  posted 11-13-2001 19:29
      
      Osaires;  | 
  
| 
       Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden  | 
    
       
  posted 11-13-2001 19:40
      
      Well, theoretically, you can make your DHTML scripts work on every browser from IE4 and NN4 on up to the newest Mozilla/NS6 and IE6 browsers. Opera is a special case, and while it is standard compliant, it unfortunately leaves a few (of my favorite ones!) out, sigh. I tend to break the browsers into different "families", you have those older than version 4, and then you have IE4-5, and Netscape 4.x, then the 'gecko' new DOM family, which is Netscape 6.x/Mozilla and IE5.5 and up. (IE has some cross-over, you can 5.5 as with gecko or as with older IE) I also add two more families to scan for, the "are you macintosh?" family and the "are you Opera?" family, both have their own quirks.   | 
  
| 
       Paranoid (IV) Inmate From: Canada, Toronto  | 
    
       
  posted 11-13-2001 21:26
      
      I would say, worry about standard complient browsers.   |