Main Nav images are not all on the same line

I have several issues going on with this page, but I'll break it down into several separate petitions... so don't worry about the other issues. I know it can be confusing.

Query 2 of 3

My main nav images must all be on one line. All my CSS reflects 900px. All the main nav buttons equal 900px. Yet, there seems to be space between them if there is no fill. Please see if you can find where I missed the boat on this one.

Here is the link of the page.

Thank you!!

Samantha

{#mainNav}
height: 23px;
margin: 0px auto;
text-align: center;
Width: 900px;
    letter-spacing:-4px
}

Nancy O.
ALT-Web Design & Publishing
Web | Graphics | Print | Media specialists
www.Alt-Web.com/
www.Twitter.com/ALTWEB
www.Alt-Web.blogspot.com

Tags: Dreamweaver

Similar Questions

  • I just bought a DMC-TZ70 Lumix, but thw RAW images are not supported in the elements.  Is there a way to turn the problem?

    I just bought a DMC-TZ70 Lumix, but thw RAW images are not supported in the elements.  Is there a way to turn the problem?

    According to this faq:

    FAQ: Photoshop Elements will work with my camera, or why does not open my raw files?

    Devices supported by Camera Raw

    your camera requires the ACR 9.0 module which is only available in PSE13 after update (menu help/update).

    If you have an older version of elements, the free solution is to use the DNGconverter mentioned in the faq above with the download links.
    This stand-alone software converts all of a folder of your raw files to DNG format raw that older versions of items can read and modify.

  • I get emails with pictures and when I send them to others. they open them but the images are not displayed. The photos are there when I send them. Thank you

    I get emails with pictures and when I send them to others. they open
    their place but the images are not displayed. The photos are there when I send a
    them. Thank you

    Make sure that your security software (antivirus) is not blocking attachments.

  • can I install PES 11 on two laptops that are not used in the same place?

    Can I install PES 11 on two laptops that are not used in the same place or at the same time?

    Yes, your license entitles you to two simultaneous activations.

  • Images are not displayed but the cargo space

    Images are not displayed on any service.  There is no empty box with a red X in the upper left.  Any space where the image should be.  This includes backgrounds and individual images.  Even the buttons to link and change the font on this application do not appear to like what any other contours then.

    Example: Facebook blue border of the Web page do not show, nor making photos into albums.  It is the same with Internet Explorer and Mozilla.

    In windows mail images also do not load and are left with empty space.  This became annoying when links are included in the images.

    Wasn't internet Explorer or whatever it is in the same direction.  It has also affected Mozilla Firefox and it affected things offline as well.

    I actually thought things on my own by poking around.  It proved that under the "accessibility" Menu background images have been disabled for display by a person of limited view.  It had been activated, and it turned out she had a far greater effect disabling more than background.

  • New Design student needs help! Images are not appropriate in the right table.

    I am very new to web design, so I don't know I just made a stupid mistake, but I have trouble getting my images to align as I want it on my main page. I want an image to occupy all of the left side and the other 4 images to fill the right side. The page is of 1300 x 900. It seems that there is a margin around the images, but I can't find the place where to fix it. I pasted the html code below the images.

    Screen Shot 2016-03-15 at 12.01.28 AM.png

    IMG_0627.JPG

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 ">"

    < title > Untitled Document < /title >

    < link href = "stylesheet.css" rel = "stylesheet" type = "text/css" > "

    table text-align: "right."

    < / head >

    < body >

    < table width = "650" border = "0px" align = "right" >

    < tbody >

    < / tbody >

    < tbody >

    < b >

    < td > < img src = "Images/Story_img.gif" width = "325" height = "450" alt = "history" / > < table > "

    < td > < img src = "Images/Mechanics.gif" width = "325" height = "450" alt = "mechanical" / > < table > "

    < /tr >

    < b >

    < td > < img src = "Images/Spoilers.gif" width = "325" height = "450" alt = "spoilers" / > < table > "

    < td > < img src = "Images/where_to_play.gif" width = "325" height = "450" alt = "TSF" / > < table > "

    < /tr >

    < / tbody >

    < /table >

    < img src = "Images/Left_Main.gif" width = "650" height = "900" align = "left" alt = "jace" / > "

    < / body >

    < / html >

    Hi Justin,

    I made a new project. One uses tables, but the best way forward - in my eyes - would be to combine several photos into one image, as I did in the second part of the Images in the table images I reworded to 325/450 respectively 325/900 px.

    Hans-Günter

  • different image does not come in the same row of datagrid

    Hello

    How should I change the script so I can load more then 1 img of the same line. I have also
    tried like that... but only the first image is to come in the two coloumn of the same rank... can someone give me idea to solve this problem...

    I used like that...
    myDataGrid.addItem({Feature:FeatureList[i],data:"tick",data:"wrong"});)


    but in the two coloumn of this line same photo 'tick' is coming, 'bad' pic does not come...
    Please give me an idea of what I can move forward in my project...

    OK, I think I finally understand what you're trying to do (I hope)

    Create two classes of "CC6CellRenderer" and "CC5CellRenderer" custom CellRenderer extend UILoader and implement ICellRenderer:

    package {
    
        import fl.containers.UILoader;
        import fl.controls.listClasses.ICellRenderer;
        import fl.controls.listClasses.ListData;
    
        public class CC6CellRenderer extends UILoader implements ICellRenderer {
            private var _listData:ListData;
            private var _data:Object;
            private var _selected:Boolean;
    
            public function CC6CellRenderer():void {
                super();
            }
    
            public function set data(value:Object):void {
                _data = value["CC6"];
                source = _data;
            }
    
            public function get data():Object {
                return _data;
            }
    
            public function setMouseState(state:String):void {
    
            }
    
            public function set listData(data:ListData):void {
                _listData = data;
            }
    
            public function get listData():ListData {
                return _listData;
            }
    
            public function set selected(boo:Boolean):void {
                _selected = boo;
            }
    
            public function get selected():Boolean {
                return _selected;
            }
        }
    }
    

    (The above is "CC6CellRenderer". Change all "nc6" to "CC5" to create "CC5CellRenderer").

    Then assign for these custom classes "Nc6" and "CC5: CellRenderer class

    ...
    var CC6:DataGridColumn = new DataGridColumn("CC6");
    CC6.cellRenderer = CC6CellRenderer;
    var CC5:DataGridColumn = new DataGridColumn("CC5");
    CC5.cellRenderer = CC5CellRenderer;
    ...
    

    Now you can assign your MovieClip in the library to the cells:

    myDataGrid.addItem({Feature:FeatureList[i],CC6:"tick",CC5:"wrong"});
    
  • The imported images are not shown in the current path

    Hello

    I use Organizer to organize my pictures, about 100,000 items 10.

    All these photos are in the location D: /photos/privat pictures/2001/YYYYMMDD. Each year a lot of folders by date.

    All these photos are a second time to my backup Z: drive /backup photo/privat images/2001 /...

    After you create a new catalog and begin to import all files in D: it takes time until that all images are imported.

    But then the failure happens if I click on any folder in D: I do not see any image.

    If I start the import either to a single file, yet once I get the message"already imported photos... »

    If I click in a bar in the timeline photos are displayed and the tree path it shows instead Z... with D: path name

    I created catalogs over the last time to find a solution, but nothing helps to solve this problem.

    I use Windows 7 ultimate

    Any idea?

    Hello MichelBParis and John,

    problem is solved. Thank you very much.

  • Cover images are not visible on the Adobe Portfolio site.

    Hi, I just checked that the cover on the site of Adobe portfolio images is not visible. Any bug? Also if I am changing cover using myportfolio.com its does not work. Please visit www.swapnilschavan.com to check the issue. Thank you, Patricia

    Web sites work properly now! Check!

  • NAS200: One of the shared folders are not accessible by the same admin account.

    Good day everyone.

    I know that this is the best place to get the answer to my question.

    Anyway, we've had this NAS200 for a year or two now and there was no problems until recently.

    We have various accounts and folders in the storage and one of them is the shared folder A.

    Lately, when I try to open A shared folder, it tells me:

    \\192.168.XX.xxx\Shared notebook A is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.

    Insufficient system resources exist to complete the requested service.

    I checked my settings of the user and be the admin for the NAS, I have the abilities to read/write for all files in the NAS.

    I checked the folder via the drive (using Windows 7). Unlike other files, the shared folder A, does not display the availability offline and offline status. As follows:

    A shared folder has no display of the State, such as updated folder.

    I'm confused as to what is the problem.

    Your help is greatly appreciated. Thank you all in advance!

    "Insufficient resources" means that the Samba on the NAS server ran out of memory. It shouldn't happen, but it does. The reason is probably that you did a lot of operations on files at the same time (for example copy the entire directory tree), and Samba tries to keep information about each file in memory. You have probably seen it slow down much until you lost the connection.

    The problem will probably resolve once you restart the NAS server: push the power button on the rear closed (it emits a beep to confirm the press the button, then after a minute or two, the lights will be turned off), then press again to start (you will hear a beep, followed after a few minutes of another beep to confirm that it is online). Don't just pull the plug or you can corrupt your data.

    = Jac

  • Photoshop images are not displayed hardware - tiled and lines distort image.

    Just downloaded CS4 design standard. Photoshop images are tiled-look like a test pattern. Is this a problem installation or a compatibility issue?

    Updated for CS3 which had no problem.

    As long as you have downloaded the latest drivers from the Web of ATI site and installed them, then you have installed the driver properly. If you used another method, then your driver is probably still out of date or simply broken.

    If you have installed the latest driver, then, as Chris has said, there is probably a bug in the driver and you'll want to disable OpenGL drawing. See the "Troubleshooting" section GPU and features of OpenGL and Limitations in Photoshop CS4 for more information.

  • Different profiles are not open at the same time

    Due to a change of OS, I restored my Firefox profile (let's call it Profile1) using FEBE.
    I then created a second (Profil2) profile using Profile Manager.
    I created two shortcuts with different targets using the switch followed by the name of profile-p
    Now when I want to open two profiles, the second open is always the same as the first.
    So, if there open P1 and try to open the P2 (with the correct shortcut), P1 is open a second time, and if I start with P2 and try to open P1, P2 is open again

    See also:

  • Cannot print, images are not readable after the automatic updates.

    Original title 'Vista update'

    Last night my Vista has received an automatic update.  Now I can't print, and the image on my monitor is barely readable.  Thank you.  Now what?

    Hello

    1. the updates were installed and were the updates installed successfully?

    2. what exactly happens when you try to print?

    3. you receive an error message when you try to print?

    4. What is the serial number and model of the printer?

    5. are you faced with images of the computer is not not readable?

    Please provide more information on the issue so that we can better help you.

    In the meantime try the steps below and see if they help.

    Step 1:

    I suggest you check the Windows Update history for more information about the updates have been installed and if they have been installed successfully.

    See the Windows updates are installed

    http://Windows.Microsoft.com/en-us/Windows-Vista/see-which-Windows-updates-are-installed

    Step 2:

    For the problem with the printer, you can run the fix it or follow the manual procedure provided in the link below.

    Solve printer problems

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-printer-problems

  • Images are not displayed in the invoice - Invoiceprocessing AXF

    Hello

    When we click on the button "viewtask", it will in particular invoice. On the right side where the document is displayed, I get a message like "there is no document in the Viewer. I also added the user to the group. The URI that comes in the payload when they are copied to the browser also shows the document correctly. He just does the invoice after clicking on the button "Viewtask".

    Thanks in advance!

    Check your workload. It seems that the tag 'Fixing' is not correct. If you can put this tag in there, it will not work.

    There is one thing that you should check. try adding the axf worklist user comment and then send it through another human task. If the image is visible now then very probably even if the fixing element is present, namespace is it spoil. The simplest solution might be

    In user_comments of the human task is a jump condition. Remove it and redeploy. It should work.

    Kind regards

    Vikrant Korde.

  • C8 are not all of the slides in general County

    I don't want the jump - slide counted in the total number of slide for the numbering of the pages. Is there a way to do this?

    Then you will need to create your own User Variables and increment them ONLY on the slides that you want to count.  Then display this variable as the slide numbering instead of the default system variable.

Maybe you are looking for