close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Unwanted extra line above menu

Thread began 9/03/2009 8:14 pm by question382438 | Last modified 9/08/2009 1:10 pm by Jimmy Wu | 3404 views | 3 replies |

question382438

Unwanted extra line above menu

I've successfully created several menus using Menu Writer. However, this menu is causing some problems:
nutContact.asp

1. extra line is added above the menu.
2. text has unwanted underline. (e.g., Nutcracker, policies, calendar, etc)

Your help is greatly appreciated.

TIA,
CH

Sign in to reply to this post

Jimmy Wu

In your main.css, you have the links set to text-decoration: underline. Since the menus use links, they are underlined as well. You will need to change these two lines of your css file:
.link { font: 10px/14px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: underline; font-weight:bold; }
.link:hover { font: 10px/14px Verdana, Arial, Helvetica, sans-serif; color: #cccccc; text-decoration: underline; font-weight:bold; }

to look like this:
.link { font: 10px/14px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-weight:bold; }
.link:hover { font: 10px/14px Verdana, Arial, Helvetica, sans-serif; color: #cccccc; text-decoration: none; font-weight:bold; }


I'm not sure what you mean by having a line above the menu. Are you referring to the space between the menu and the header?

Sign in to reply to this post

question382438

I removed the unwanted line on top of the navbar. But the underlined link is still a problem.

In DW design view mode, the underline doesn't show up. Here's a snapshot in DW.
NutNavbarNoUnderline.jpg

Also, I use the same main.css for another menuwriter navbar and the links are not underlined.

Any other advice for removing the unwanted underline?

Sign in to reply to this post

Jimmy Wu

The css code in the main.css is overwriting the css from the menu.css file. You can try hard coding the text-decoration to be none for the menu items if you want, but the easiest way to alleviate the issue is to change those lines in the main.css.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...