No the navigation menu still doesn't show in Internet Explorer 6 on windows.
IE 7 Firefox, Safari, Seamonkey, etc. all work fine.
Please someone must know how to wrangle IE6.?
The Base tag allows me to just change 1 file and update things like the menu throughout the site - so all internal html links start with "/" - so links are relative to the base URL
HTML Code:
<base href="http://www.thebuilding.us" />
<link href="/SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
The php links still use relative to document paths e.g.
PHP Code:
<?php include("../incld/nav1.txt") ?>
namaste zenfort