Web Design and Development Forums

navigation menu problem

This is a discussion on "navigation menu problem" within the CSS Forum section. This forum, and the thread "navigation menu problem are both part of the Design Your Website category.


Go Back   Webforumz.com > Design Your Website > CSS Forum

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old Apr 18th, 2008, 09:15   #1 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
navigation menu problem

hi, im having a major problem with two navigation bars that i have designed in fireworks.
the site they are used in is a floating div template i designed in dreamweaver.
HTML: Select all
 <a href="http://www.lighterdawn.co.uk/members_home.php">link to website page</a>
<a href="http://www.lighterdawn.co.uk/css/stylesheets.css">link to css stylesheet</a>
when you hover over the navigation options the options are lost behind the floating divs, when i change the position of the navigation divs i lose my content because they are held in a containing div which holds the rest of the site. its driving me mad!!!! also on the left hand vertical menu the options have lost their width and for some reason wrap into two lines, any help at all would be most appreciated.
problem appears in firefox, opera, ie and safari aaaaargggghhhhh!!!
thanks in advance

Last edited by aso186; Apr 18th, 2008 at 11:58. Reason: use [html] tags
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 18th, 2008, 18:31   #2 (permalink)
Junior Member
 
Join Date: Jul 2007
Location: Arkansas, USA
Age: 21
Posts: 44
Blog Entries: 1
Send a message via AIM to nashultz07 Send a message via MSN to nashultz07
Re: navigation menu problem

Viewing in FF2 and it seems to be working fine. The drop down menu is in front of the main content. I have not tried in IE7 yet but will shortly.

However, you will have to shorten the space at the top of the side menu sub-menu options.

Thank you,
Nathon Shultz
__________________
nashultz07 CSS Trickery: CSS Tips and Tricks
nashultz07 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 18th, 2008, 20:14   #3 (permalink)
Up'n'Coming Member
 
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 87
Re: navigation menu problem

I assume you are talking about the members menu on the left.

Your problem seems to be in the
#MMMenu0314135538_0_Item_1
#MMMenu0314135538_0_Item_2 etc... group of items

The top: is defined wrong
shalom_m is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 18th, 2008, 22:54   #4 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
Re: navigation menu problem

defined wrong in what sense, class? the menu was designed in fireworks so i thought it was kinda taken care of?
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 18th, 2008, 23:41   #5 (permalink)
Up'n'Coming Member
 
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 87
Re: navigation menu problem

Fireworks does not design, it generates code - and and at times we want it to do things that the programmer did not take into account. Another byproduct of this code generation is that it is hard to decipher, that it overwrites its own instructions and more....

It would have been much easier to troubleshoot erroneous code written by an inept programmer.

In our case if you change the items marked in red

Code: Select all
 .MMMIVStyleMMMenu0314135538_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0314135538_0 */
    border-top:0px;
    border-left:1px solid #000000;
    border-bottom:1px solid #666666;
    border-right:1px solid #666666;
    width:112px;
    height:19px;
    voice-family: "\"}\"";
    voice-family:inherit;
    width:108px;
    height:20px;
}

#MMMenu0314135538_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0314135538_0 so we can set its position */
    left:0px;
    top:-7px;
}

#MMMenu0314135538_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0314135538_0 so we can set its position */
    left:0px;
    top:15px;
}

#MMMenu0314135538_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0314135538_0 so we can set its position */
    left:0px;
    top:36px;
}

#MMMenu0314135538_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu0314135538_0 so we can set its position */
    left:0px;
    top:58px;
}
You will see an improvement when hovering over the WORKSHOPS area.
I say improvement - there has to be a lot of other work done on that menu and elsewhere.

My advise to you is to redo it completely - it will work faster and changes will be easier.
shalom_m is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 19th, 2008, 09:51   #6 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
Re: navigation menu problem

thanks for all of your advice, have taken on board and am looking for an alternative. thanks guys
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Navigation menu randomly altering its appearance servedchilled84 CSS Forum 1 Jan 20th, 2008 00:02
CSS Navigation bar problem IN IE6 danny322 CSS Forum 10 Jan 8th, 2008 10:33
Navigation menu appears correct in FF not in IE6 alandomixwell CSS Forum 3 Sep 3rd, 2007 22:04
Rollover navigation menu SJMAC HTML Forum 14 Feb 7th, 2007 14:07
navigation menu problem...? JETshipJUMBO JavaScript Forum 2 Jul 29th, 2006 19:18



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 10:01.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59