I am developing a site utilizing dreamweaver templates. The master template contains the navigation, which is a list and CSS based dropdown menu, which uses CSS only to create interactive dropdowns. These dropdowns only work on the first page, even though all pages are based of the same master template. What is the problem? The website is located at www.1sourcecenter.com/newcss/index.htm The menus work fine on all pages in firefox, but in WIN IE 6 they only work on the index page, not the rest of the site. Since all pages are based of the master template, this does not make any sense. To make it work with IE, i had to use a behavior file (.htc) in a technique shown at http://xs4all.nl/~peterned/csshover.html The technique I used is modified for my use, but is based on the technique covered in the book More Eric Meyer on CSS in project 6. ( http://more.ericmeyeroncss.com/ )
line 55 character 1 object expected - so ie tells me on your sub page but not your main page. most of the pages I looked at had the same line number for the error but one of them had line 56 Lisa