RE: SOT Javascript Navigation

2003-01-15 Thread Costas Piliotis
So for browser detection, it's pretty easy. Just use the variable http_user_info. Here's a list of all the possible values (not including spiders): http://www.zytrax.com/tech/web/browser_ids.htm Thing is, you can use CONTAINS and DOES NOT CONTAIN to pretty much determine OS and Browser. Write

Re: SOT Javascript Navigation

2003-01-15 Thread Jochem van Dieten
Rafael Alan Bleiweiss wrote: OK - all you MAC guru's - I'm finishing up a brand new CF ecommerce site using Javascript/DHTML/Stylesheets to generate dropdown tiered menus and pulling the nav data from my database It's the first time I've ever done this kind of nav menu (ok - it's ancient

RE: SOT Javascript Navigation

2003-01-15 Thread Rafael Alan Bleiweiss
Thanks for the answers and suggestions - I know these will resolve the issue. It's going to be a detect browser/change relative positioning thing for these issues - now I just need to think as to whether I want to make a dumbed down version for older browsers...