View Single Post
  #5 (permalink)  
Old 01-14-2009, 05:51 PM
zenfort's Avatar
zenfort zenfort is offline
WebProWorld New Member
 
Join Date: Mar 2004
Location: New England
Posts: 19
zenfort RepRank 0
Default Re: IE 6 navigation disappearing

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
__________________
Arts and Entertainment in New England xenarts on the web since 1994.

Last edited by zenfort; 01-14-2009 at 05:56 PM.
Reply With Quote