iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-13-2009, 02:04 PM
zenfort's Avatar
WebProWorld New Member
 
Join Date: Mar 2004
Location: New England
Posts: 19
zenfort RepRank 0
Default IE 6 navigation disappearing

I've been switching from javascript menus to CSS and have a problem of my Spry Menu disappearing in Internet Explorer 6 in a site I'm developing.
http://www.thebuilding.us
here is an internal page
http://www.thebuilding.us/steel-finishing-media/

I wonder if someone could look at the site (in a development domain) and help me get a clue?

Thanks zenfort
Reply With Quote
  #2 (permalink)  
Old 01-13-2009, 09:32 PM
ohiowebpro's Avatar
WebProWorld Member
 
Join Date: Jan 2009
Location: Marietta, Ohio
Posts: 26
ohiowebpro RepRank 0
Default Re: IE 6 navigation disappearing

Change your link to your external stylesheet to main.css from /main.css for the first page.

For the second, change it to ../main.css since it is a different directory.

Also your page does not validate, due to the meta tags. Fix or remove them temporarily, and it will validate. This will cause issues sometimes.
__________________
Eric Griffiths
OhioWebPro
Reply With Quote
  #3 (permalink)  
Old 01-14-2009, 09:04 AM
zenfort's Avatar
WebProWorld New Member
 
Join Date: Mar 2004
Location: New England
Posts: 19
zenfort RepRank 0
Default Re: IE 6 navigation disappearing

Quote:
Originally Posted by ohiowebpro View Post
Change your link to your external stylesheet to main.css from /main.css for the first page.
Thanks .
I tried using CSS link without the leading slash - that does not help show the menu in IE 6.
I'm using base tag so /main.css is the correct method I think.

I've tried some various z-index but none that I've tried, work so far.
Any other suggestions?

Thanks zenfort
__________________
Arts and Entertainment in New England xenarts on the web since 1994.
Reply With Quote
  #4 (permalink)  
Old 01-14-2009, 02:41 PM
ohiowebpro's Avatar
WebProWorld Member
 
Join Date: Jan 2009
Location: Marietta, Ohio
Posts: 26
ohiowebpro RepRank 0
Default Re: IE 6 navigation disappearing

It doesn't matter what you are using, its the fact that the browser that everyone else uses will not find it with the slash. I know for a fact you dont want it on there if your css file is in the same directory, whether that is your menu problem or not.

As I am typing this, I rechecked your site, and it seems to be working! good job!
__________________
Eric Griffiths
OhioWebPro
Reply With Quote
  #5 (permalink)  
Old 01-14-2009, 04:51 PM
zenfort's Avatar
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 04:56 PM.
Reply With Quote
  #6 (permalink)  
Old 01-16-2009, 12:26 PM
zenfort's Avatar
WebProWorld New Member
 
Join Date: Mar 2004
Location: New England
Posts: 19
zenfort RepRank 0
Default Re: IE 6 navigation disappearing

I found that all other browsers set a relative width to a box model. IE6 needed the width set in the Spry assets CSS.
Other browsers were fine with this:
HTML Code:
/* The outermost container of the Menu Bar */
ul.MenuBarVertical
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
}
IE 6 Windows needed this:
HTML Code:
/* The outermost container of the Menu Bar */
ul.MenuBarVertical
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 13em;
}
Thanks zenfort
__________________
Arts and Entertainment in New England xenarts on the web since 1994.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript Navigation or CSS navigation? jram23 Graphics & Design Discussion Forum 11 04-11-2008 03:34 AM
Disappearing act Xylina Web Programming Discussion Forum 1 07-14-2006 12:28 AM
I keep disappearing from Google ziggy1621 Google Discussion Forum 1 04-27-2005 12:09 PM
Disappearing PR? jawn_tech Search Engine Optimization Forum 6 08-17-2004 09:38 AM
Disappearing Banner Ads...? Dragonsi Graphics & Design Discussion Forum 4 06-06-2004 04:17 PM


All times are GMT -4. The time now is 12:12 AM.



Search Engine Optimization by vBSEO 3.3.0