Navigation menu help in Dreamweaver?

I need to know how to edit the width, height and how to make
the background image not repeat for the menu where it says Buy,
Pie, Sigh and Why:
http://www.ivoog.com/link4
This is all I need to know so please explain how to do it or
try to help. Can anyone do this? Thanks
Here's the CSS for the menu: I can make other stylesheets for
the Sigh because it is a little bigger than the rest:
http://www.ivoog.com/link4/dropdowntabfiles/bluetabs.css

Change the background-image in the following declaration:
.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;/*JJJJJJJJJJJJ INSERT BORDER HERE*/
color: #2d2b2b;
background-image:url(
http://www.pics.ivoog.com/boxs1.gif);/*THEME
CHANGE
HERE*/
}To:
background-image:url(
http://www.pics.ivoog.com/boxs1.gif)
no-repeat;/*THEME
CHANGE HERE*/
Bryan Ashcraft (remove BRAIN to reply)
Web Application Developer
Wright Medical Technology, Inc.
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) ::
http://www.adobe.com/communities/experts/
"hahahaadobeman" <[email protected]> wrote
in message
news:fnvoqs$gr0$[email protected]..
>I need to know how to edit the width, height and how to
make the background
> image not repeat for the menu where it says Buy, Pie,
Sigh and Why:
>
>
http://www.ivoog.com/link4
>
> This is all I need to know so please explain how to do
it or try to help.
> Can
> anyone do this? Thanks
>
> Here's the CSS for the menu: I can make other
stylesheets for the Sigh
> because
> it is a little bigger than the rest:
>
>
http://www.ivoog.com/link4/dropdowntabfiles/bluetabs.css
>
>

Similar Messages

  • Plz Help me put  navigation menu on my front page, but a good one......

    Hi ive used spryware ive used normal typing but my navigation bar is awful how can i can create a good one ?
    Another thing is ive made the spyware navigation menu bar horizontal but when i load it up on my ftp files for the internet it ends up going vertical with bullet points, plz help.........
    In my dreamweaver it previews like its suppose to be but when i load it on the internet public html it doesnt show it horizontally.
    thanks for anyone who can help
    Ive also attached the file

    Did you upload your CSS and javascript files to the server?  We would need to see a link to your live page on server to give more meaningful feedback.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • I need help with the navigation menu please?

    I have been working my way through your six part printed instructions and I am styling the header and navigation menu.  The bullet points disappeared which was correct and the tabs moved to the right, as they should, but one tab sits underneath another tab and all tabs are covered up by my main heading.  This is dreamweaver CS6.
    It looks a bit of a mess!

    I have moved this to the main Dreamweaver forum, as the other forum is intended to deal with the Getting Started video tutorial.
    The best way to get help with layout problems is to upload the files to a website and post the URL in the forum. Someone can then look at the code, and identify the problem. Judging from your description, it sounds as though the Document window is narrow, which would result in the final menu tab dropping down to the next row. Try turning on Live view or previewing the page in a browser. Design view gives only an approximate idea of the final layout. Live view renders the page as it should look in a browser.

  • Please help me move pictures freely, and get a logical navigation menu

    I am a serious newbie to iWeb. As best I can tell, I'm in iWeb 1.1.1 (so what's that? '08, '09?) I'm in OS 10.5.7 if that helps. No recent iLife. Since attempting iWeb, I have been reading and trying my best to follow the tutorial but I'm impatient because I'm not a newbie in other related areas (like graphic design, video, photoshop, iPhoto, etc.), and get frustrated with what seem like simple tasks. I'm not trying to do anything fancy. But I am getting all tripped up with two things. 1) I can't get rid of the grids or the photos in the templates unless I drop my own photos into them. Once I do, I cannot move them around freely. I added a gif animation (it took it as a QT movie and after publishing played it as a animated gif, which was great) but the one or two pictures I have next to it I simply cannot do anything with except move within the right angles of the blue grid from the template that is still there. I tried the different frame styles but none of them do anything different. I am looking for something that allows me freeform movement of the photos I am dragging in. Too much to ask? And to get rid of the grids, or at least not be bound by their definitions. I'd rather not use them at all but didn't see an option for that.
    2) How do I change the page that has accidentally become my navigation menu. Before I understood this, I apparently created a page that is now my navigation menu. I want to get rid of that page altogether. But it has a star in front of it. None of the others do. Can I just create something called "Navigation Menu" and let it be just that. And build my sites and pages under that?
    Thanks for patience and help.
    nÔÔdle--hëad Per-rrr-plexed

    You should post in the forum for iWeb 1, iWeb (Previous to iWeb '08) which will have users who are more familiar with the older version.
    OT

  • Help needed: navigation menu doesn't display on Explorer but does on Safari

    Can someone help. I have a site that has a navigation menu at the top and when I publish to a folder or view on my mac the pages and navigation works correctly. When I view with explorer, the navigation menu doesn't display correctly (at all) and I get errors on the page. Any ideas what could be causing this

    Your iWeb navigation will not display in IE if Java is turned off.
    To get round this you can hide the navigation and build your own.....
    http://iwebfaq.org/site/iWebNavigationmenu.html
    What errors?

  • Need Help making a navigation menu for a website

    Alright so I've been having some problems getting this to work correctly. I am making a navigation menu for a website and I'm trying to get when I hover over the main header a drop down appears animated of course below it. I also want when you highlight a specific text line for it to highlight blue along with a rectangle behind it to change to a lighter shade of red.
    Some of the problems  I have been running into is play and stop commands on mouseover and them not stopping when they should and getting the text to change color.
    Thanks for the help.
    Here are some screen grabs of what I am doing
    http://imgur.com/W2bZuF3
    http://imgur.com/W2bZuF3
    http://imgur.com/2GI3y71

    Your page's code is still a bit of a wreck.  Do you ever look at it?
    <html>
    <style type="text/css">#p7MBM_1 {
      width: 951px;
    You need a doctype first - I recommend HTML4.01 Transitional.  Open this (and other pages) in DW and use FILE | Convert > HTML 4.01 Transitional, then save.  But wait until you do the other changes recommended below before doing this.
    Add a <head> tag below the <html> tag.
    Add a <title> tag below the <head> tag.
    Add this below the <title> tag - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    Add </head> below this -
    <style type="text/css">
    <!--
    .style10 {font-family: "Goudy Old Style"}
    -->
    </style>
    You may want to change that font-family style to "Goudy Old Style, Geneva, Times, 'Times New Roman', serif", since Goudy is not web safe.
    Move <body> below that </head> you just added.
    That will clean your code up a bit.  Let's look at the page again when you have done these.

  • DreamWeaver navigation menu

    how can i create or add a drop down menu that works for dream
    weaver?
    what program do i Use ?(hint:I've tried flash and it doesn't
    work to link my buttons to my internal dream weaver pages)
    i been asking this question for two months and i really need
    to know
    what i am looking for is to create a Drop down navigation
    menu like the one in WWW.Sony.com
    I have the Whole Collection of CS3 and Don't mind spending
    on CS4 as long as wat im trying to do works,thanks to all of u that
    help.

    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "man122190" <[email protected]> wrote in
    message
    news:gfkmuj$nod$[email protected]..
    > how can i create or add a drop down menu that works for
    dream weaver?
    > what program do i Use ?(hint:I've tried flash and it
    doesn't work to link
    > my
    > buttons to my internal dream weaver pages)
    >
    > i been asking this question for two months and i really
    need to know
    > what i am looking for is to create a Drop down
    navigation menu like the
    > one
    > in WWW.Sony.com
    >

  • HELP !! regarding WRT54G V7 : no navigation menu could be seen !!!

    Hi,
    I have configured a lot of " WRT54G " comfortably.
    But, WRT54G V7 - is creating me problem.
    When i connected it for the first time " i didn't see any navigation menu when i browsed " 192.168.1.1 ". ( i could see template of regular linksys admin panel without any navigation menu or button)
    I have even tried it using reset to factory defaults button.
    There is no progress.
    Could any one help !
    Earliest help would be appreciated :
    In version it shows up " v7.00.1 "
    Regards,
    PS

    you might need to upgrade the firmware using tftp ,
    first download the firmware frm the linksys website and save it on your desktop
    and also download the setupwizard ... to download the setup wizard
    go to www.linksys.com/downloads
    and enter the model number - befw11s4
    and locate the version - v3.0 and you will find the icon called setup wizard ... save it on your desktop again,
    run the setup wizard first --- you will get server and password , in the server type  192.168.1.1 and password is 'admin'
    and click and browse the firmware file and locate it , and click upgrade -- after this is done ... unplugg the power to the router
    wait for 1 min n replugg it ,, thn you shuld hav no prob in accessing your routers interface.

  • Nested Navigation Menu, Pure CSS

    Argh! Can anyone help me perfect my nested navigation menu?? I had originally built it as a single level vertical menu, but now need to add 2 more levels. I got the second level working fine, except I can't get the rollover effect to line up correctly for the life of me!
    In Dreamweaver Live View, the highlighted effect (an image rollover) and the link text jumps up and to the left. When I test in IE8 or Firefox 3.5.7, the rollovers for the second level don't even appear.
    This is my first time using nested ul's for a menu, so I'm thoroughly confusing myself.
    Here's a page with the menu in place (left side):
    http://www.wdi-whq.com/pages/about-us.html
    And here's my css. The menu section rules are under "3. Navigation Code".
    http://www.wdi-whq.com/css/wdi-basic.css
    Any help is greatly appreciated!

    I tweaked with this some more yesterday. It seems to be working just fine today as far as my spacing and things lining up. I just need to shorten Black and White Copies to Black
    & White Copies so it will fit within the width of my background image. I think I simplified my rules, and changed the second-level hover rule to match the first-level one.
    Martyn, your rule helped me fix my problem with the highlight hover effect not working on the second and third levels. Yeah! I just didn't know how to target those nested levels. Thanks so much for your help!

  • Navigation Menu trouble!

    I created a drop down Navigation Menu in Dreamweaver CS5 by using the Spry Menu Bar. After I customized the colors I noticed that the drop down tab were appearing correct, but on the left if i widend the screen all the tabs were listed off the page.I have the website I created centered so u can see the tabs to the left.
    Attached is a picture.Can someone help me what did I do wrong?

    IMO the entire layout is in trouble not just the menu.
    I would start over with a pre-built CSS layout and ditch the tables.  You really don't need tables for layouts and should only use them when displaying tabular data (spread sheets & charts).
    CSS Liquid Header & Footer with Floats
    http://alt-web.com/TEMPLATES/I-page-with-floats.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Navigation menu not showing up in GOOGLE Chrome

    Hello,is anybory able to help me ?
    I created two pages from samples without making any changes, on top of the pages I am able to see the navigation menu. Once I publish the site on my IMAC and visit the site the vavigation menu is gone ? I am using Lion OS X version 10.7.2 and Iweb version 3.0.4 (601), my naviguator is Google Chrome.
    The support of Apple France does not have a solution neither the French forums !
    Thanks for your help.
    Roger C GOTTSCHALK
    Montfort sur Argens
    Var / France

    Once I publish the site on my IMAC and visit the site the vavigation menu is gone ?
    Let me guess : You open the file on the desktop with Chrome?
    Don't.
    Webpages are meant to be served thru a server. So publish to the server. Any server. Perhaps the one on your own computer.
    You could have found the answer here : Re: Layout with Chrome and Explorer

  • How to create a Navigation with submenu ? { Mega Navigation Menu} ?

    Please iam playing around with Flach Catalyst, but i cant find how to create a navigation menu with submenus
    i've created the design in photoshop but i dont know how to do the rest in Catalyst.
    the Navigation menu that i want is should be more or less like this
    Home          Contact        Gallery     Team                                                            { Now when i mouse over inTeam it shows a block with text and links that i
                                                                                                                               can be able to click them.}
    -------------------------------------------------------^---------------------------------- ---------------
                                           |---------------^-------------------------------------------------|
                                             Race Team                  |   Swim Team
                                          .....................................| .............................
                                             Football Team              |   NR Team
                                          .....................................|..............................
                                             Sprint Team                 |  Basketball Team
                                         ......................................|..............................
                                             Jump Team                  |  Water Team
                                         |.....................................................................|
    Please help me i've search on google but didnt found anything.
    Thank You

    Hi,
    This file may help. DropDownMenu.fxp (Right-click > Download Linked File to download this Fc CS5.5 file).
    It illustrates a simple drop-down menu.  Note that only the File menu has button items in it. 
    Best,
    Tanya

  • Navigation Menu Not Visible

    I just created a website through iweb. After I published it (FTP) the navigation menu suddenly did not show up at all on any of the web pages. All of the pages are there, but there are no borders around the pictures throughout the site, and on a photo album page, the photos wont show up. My hosting company is startlogic.com The site is www.southlandvet.com if you wanna check it out...The navigation is supposed to be at the top right part of the page. The photo page is www.southlandvet.com/Our_Pets.html
    Any help would be greatly appreciated!

    bwilliams1188 wrote:
    Well, I published the site to a folder and published everything in that folder to the server and placed the scripts in a cgi-bin folder, which is what the hosting company told me to do. Is there another way?
    Ok, new guess... All the links to the scripts get broken because of placing the scripts into another location... You shouldn't change the structure of the site you should leave it the way iWeb created it... +How could a page ever know where the files are it needs to load properly if they aren't where it was told by iWeb?+ I don't know why they suggested you to do so...
    Try to upload it the way iWeb creates it without changing anything...
    Regards,
    Cédric

  • Please advise: create chapters and create navigation menu

    Hi,
    relatively new to FCP I'm trying to create three chapters in a 1.5 hr. movie. Can someone tell me how to create 3 separate chapters, each preceded by it's owner chapter page.
    I want to create a navigation menu from these chapters, that will be included on the DVD so that viewers can navigate immediately to either of these chapters.
    I find the FCP manual rather confusing. Any help will be greatly appreciated !!!!
    THNX
    Wim
    [email protected]

    In FCP, you create chapter markers by first making sure that none of the clips are selected, then place the Timeline playhead where you want the chapter marker to be located, then hit the m key twice. A marker dialog window will open; give the chapter a name if you like (optional), then click the Chapter button in the dialog window.
    Once you're finished with that (all editing should be completed before chapter markers are added), go to File-Export->QuickTime Movie. Include DVD Studio Pro markers in the drop-down menu.
    Once in DVD Studio Pro, create the menu(s) you want to use, or import them if you created the menus in another application like Motion or Photoshop. Link to menu buttons to the chapters.
    You should be able to find any number of tutorials online regarding this subject, as well as plenty of information in the DVD-SP user's manual/help files.
    -DH

  • Not able to edit  text or place any hyperlink in navigation menu in Muse

    I am not able to select/edit text in navigation menu also not able to apply any hyperlink on the text or tabs. It is not letting me do that.  I don't see any hyperlink option even when I select the tab. Is it some kind of bug? I made two sites with Adobe muse and both has same problems. I have wasted so much time in finding the problem. I don't have much time to waste any more. I read other discussions thread in Adobe but didn't find any solution yet. Could you please help me?

    Hello
    The menu items pick the name of the page from your site's plan mode and those text (page names) and their hyperlinks are not editable, unless you change the menu type to manual from the menu options (the blue arrow on the top right corner of the menu).
    Cheers
    Parikshit

Maybe you are looking for