|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| 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
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
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 |
|
||||
|
Quote:
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. |
|
||||
|
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! |
|
||||
|
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" /> PHP Code:
__________________
Arts and Entertainment in New England xenarts on the web since 1994. Last edited by zenfort; 01-14-2009 at 04:56 PM. |
|
||||
|
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;
}
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;
}
__________________
Arts and Entertainment in New England xenarts on the web since 1994. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |