How to make a picture from the bottom of my navigation bar?

I have a navigation bar in my head and I want to add a background to fit good. How do I do that?

Thank you.

www.kurtesposito.com

You can use CSS3 to do this:

  • Rounded corners
  • Linear gradient

Use http://www.css3generator.com/ to generate your CSS code, so you can ask that your CSS.

Tags: Dreamweaver

Similar Questions

  • How to type vertical text from the bottom up with the right orientation for a graph?

    How to type vertical text from the bottom up with the right orientation for a graph?

    Hello! Below, I'll demonstrate how to have vertical text in two different ways.

    Example 1:

    1. below, I have a graph and want to label the vertical axis.

    Select the text tool, and then the Vertical text tool.

    2 with the vertical Type tool, I tap on my vertical label.

    3 with the move tool, then I can orient the text in a position desired, as shown in the examples below.

    If this isn't the desired orientation of the vertical type you would like. I have the example 2 below.

    Example 2:

    1. After typing my text vertically with the Vertical Type tool (in example 1), I want to move to a horizontal position. I can go up to the options panel and select the icon "show/hide text orientation", surrounded by below. It will pass the text back and forth between vertical and horizontal.

    2 after the passage of the text to be horizontal, I want to change the orientation of the text, so it is aligned with my vertical axis.  Go in Edit > transform > Rotate as shown below.

    3 you want to can Rotate the text as indicated below.

    4 text is not in the right position we want, so we have to move the text, as illustrated below. Press enter/return to perform the complete transformation.

    5. the text is shown below.

    Other links:

    Please post back with any questions,

    Janelle


  • How can I download pictures from the phone LG 9100?

    How the images from a mobile phone of LG9100 draft.exe

    Original title: photos draft.exe leave cell LG9100

    Hi realboudreau,

     

    (1) are in train to download pictures off Internet?
    (2) are underway to transfer the files from the phone to the computer?

    I would like more information about the issue.

    Method-

    If you are trying to transfer pictures from the phone to the computer, then I would have you contact LG support for assistance-

     

    Support LG

    Hope this helps!

     

  • How can I download pictures from the memory card?

    photos from the memory card?

    Insert the memory card into a reader of card memory connected to your computer.  It seems to be another hard drive.  Open it and copy the files.

  • Satellite M50 - how to make scratches disappear from the silver surface

    Hey

    so the other week I bought a Toshiba Satellite M50 and I love her!
    I'm looking to snap the case for weeks because I know myself and I was sure that I would eventually ruin the outer shell, but I can't find anywhere.

    So last night I walk to the top of the stairs and my mother screaming something that makes me jump and I was wearing my phone with the charger on top and to prevent it from falling I really crack down fort and one of the pins on the top of the silver surface striped card.
    I'm so gutted!

    So my question is that no one knows what either which can make the scratch disappear or at least fade?

    I was thinking solvent, but don't want to try anything where it makes it worse.
    know that it's kind of a stupid question, but it's really important to me!
    Thank you!

    P.S. I realized that my key U is really steep... any ideas on how I can get this back to normal?

    In my opinion there is not an effective method that you can use to remove or fade those stripes.
    The surface is damaged and, unfortunately, it will still be visible.

    I also think that you should not use dissolving because of the possible chemicals that can damage the surface even more.

    Is it deep enough or just scratches superficially?

  • How to make floating text at the bottom of the image that is 100% screen

    My jpg image works perfectly 100% if she grows as widens the window of the browser.

    But the text that I placed just below the image doesn't move, therefore, as increases the size of the image. The text remains in the same place regardless of the size of the browser window. So I have to have a large space below the image so that the image will not cover the text as the image grows. How can I make the text stay directly below the image at 100%, as it develops? The text should move from its position as the image grows.

    Here's a site that does exactly what I want. I need to content of the site always float upward or down to stay directly below the image. In the following case, the entire purpose of the site always float upwards or downwards based on the size of the browser window.

    Kukio Golf and Beach Club. Kona, Hawaii Luxury Real Estate

    Thank you!

    Lee

    You can use image fill or fill browser page and place the block of text as a width of 100%, where the two must be resized according to the size of the browser.

    The text will not move to different positions on the page but probably will resize itself.

    Thank you

    Sanjit

  • How can I transfer pictures from the window view into who's who?

    Someone emailed me pictures of Disney and I like for the post in face book, how can I do?

    Someone emailed me pictures of Disney and I like for the post in face book, how can I do?

    ==================================================
    Perhaps the following goods range offers a few ideas:

    Facebook - Photos & profile pictures Download Help Center
    http://www.Facebook.com/help/new/?page=830

    FaceBook Help Center - Add a profile image & cover Photo
    http://www.Facebook.com/help/new/?page=809

    How to upload Photos on Facebook
    http://www.ehow.com/how_4501789_upload-photos-Facebook.html

    FaceBook help - video Center: download and watch videos
    http://www.Facebook.com/help/154271141375595/

  • How to make a passage from the mouse inactive before a click?

    Hello

    IM new at this request, but I like it a lot!

    My question is how to activate a button with a 'click' or any other action that is the only thing before for example a passage of the mouse becomes active? I would like to make this infographic that gives you the ability to click a button, then a rectangle is displayed, then you hover over the rectangle and the text appears.

    Thanks in advance

    Casper

    I would use animate() for mouseenter and mouseleave events.

    Example here:

    Dropbox - double action btn.zip

  • How to make a picture as the content of the body of my mail using Oracle 10 g

    Hi all

    I already did the fixing of the image using SMTP concept. Now, I want to show my picture as my mail body content.

    is it possible to do it in oracle 10g?


    Can anyone help me do this?


    See you soon,.
    San

    San wrote:
    But I want to send the image in the main line, the file that is stored in the server database (Oracle Directory).

    OK, so the situation is that you have an image in a BLOB, and you want to send this inline.
    Then you can do a combination of both procedures and the MIME technique described by Billy Verreynne in his post above (thanks, Billy: D)

    Sort of, something like this (restored your examples and Billys:)

      UTL_SMTP.open_data(l_mail_conn);
    
      UTL_SMTP.write_data(l_mail_conn, 'Date: ' || TO_CHAR(SYSDATE, 'DD-MON-YYYY HH24:MI:SS') || UTL_TCP.crlf);
      UTL_SMTP.write_data(l_mail_conn, 'To: ' || p_to || UTL_TCP.crlf);
      UTL_SMTP.write_data(l_mail_conn, 'From: ' || p_from || UTL_TCP.crlf);
      UTL_SMTP.write_data(l_mail_conn, 'Subject: ' || p_subject || UTL_TCP.crlf);
      UTL_SMTP.write_data(l_mail_conn, 'Reply-To: ' || p_from || UTL_TCP.crlf);
      UTL_SMTP.write_data(l_mail_conn, 'MIME-Version: 1.0' || UTL_TCP.crlf);
      UTL_SMTP.write_data(l_mail_conn, 'Content-Type: multipart/alternative; boundary="' || l_boundary || '"' || UTL_TCP.crlf || UTL_TCP.crlf);
    
      IF p_text_msg IS NOT NULL THEN
        UTL_SMTP.write_data(l_mail_conn, '--' || l_boundary || UTL_TCP.crlf);
        UTL_SMTP.write_data(l_mail_conn, 'Content-Type: text/plain' || UTL_TCP.crlf || UTL_TCP.crlf);
    
        UTL_SMTP.write_data(l_mail_conn, p_text_msg);
        UTL_SMTP.write_data(l_mail_conn, UTL_TCP.crlf || UTL_TCP.crlf);
      END IF;
    
      IF p_html_msg IS NOT NULL THEN
        UTL_SMTP.write_data(l_mail_conn, '--' || l_boundary || UTL_TCP.crlf);
        UTL_SMTP.write_data(l_mail_conn, 'Content-Type: text/html' || UTL_TCP.crlf || UTL_TCP.crlf);
    
        UTL_SMTP.write_data(l_mail_conn, p_html_msg);
        UTL_SMTP.write_data(l_mail_conn, UTL_TCP.crlf || UTL_TCP.crlf);
      END IF;
    
      IF p_image_blob IS NOT NULL THEN
        UTL_SMTP.write_data(l_mail_conn, '--' || l_boundary || UTL_TCP.crlf);
    
        /* These values taken from Billys example - replace by your own image name and type >>> */
        UTL_SMTP.write_data(l_mail_conn, 'Content-Type: image/png; name="image1.png"' || UTL_TCP.crlf);
        UTL_SMTP.write_data(l_mail_conn, 'Content-Transfer-Encoding: base64' || UTL_TCP.crlf);
        /* Use something unique here - the value of Content-ID is to be used in your HTML IMG tag */
        UTL_SMTP.write_data(l_mail_conn, 'Content-ID: ' || UTL_TCP.crlf);
        UTL_SMTP.write_data(l_mail_conn, 'Content-Description: image1.png' || UTL_TCP.crlf);
        UTL_SMTP.write_data(l_mail_conn, 'Content-Location: image1.png' || UTL_TCP.crlf || UTL_TCP.crlf);
    
        /* <<< */
    
        /* >>> This is your own example of writing the image blob into the mail as base64 encoded >>> */
    
        /* Writing the BLOL in chunks */
        WHILE l_pos < l_blob_len LOOP
          DBMS_LOB.READ(l_blob, l_amount, l_pos, l_buffer);
          UTL_SMTP.write_raw_data(l_mail_conn,
                                  UTL_ENCODE.BASE64_ENCODE(l_buffer));
          UTL_SMTP.WRITE_DATA(l_mail_conn, UTL_TCP.CRLF);
          l_buffer := NULL;
          l_pos    := l_pos + l_amount;
        END LOOP;
    
        /* <<< */
    
        UTL_SMTP.write_data(l_mail_conn, UTL_TCP.crlf || UTL_TCP.crlf);
      END IF;
    
      UTL_SMTP.write_data(l_mail_conn, '--' || l_boundary || '--' || UTL_TCP.crlf);
      UTL_SMTP.close_data(l_mail_conn);
    
      UTL_SMTP.QUIT(L_MAIL_CONN);
    

    And then your body HTML should be something like this:

      l_html := '
        
          Test HTML message
        
        
         

    This is a HTML version of the test message.

    ';

    The trick is that img src can point to an image in line with the cid: syntax, where you use the value of the Content-ID header.
    If you have multiple images, you just repeat add blobs as above with each their own unique Content-ID you can then use as img src tags in your HTML code.

    All this is not tested and I leave you to encapsulate in a procedure and to BLOB handling etc.
    But you get the idea, I am sure - just mix your solutions with Billys ;-)

  • How to remove a picture from the application of recognition of faces

    I have a

    Please describe exactly what you're trying to do. I assume you are using pictures? Is there a face that is recognized as someone else?

    If it of right, Ctrl-click on the 'face' and choose ' is not < the person he said >.

  • Re: How to make a downgrade from the Bios?

    Hello

    I did a Bios upgrade (2.30), but now, the avid media composer do not work...
    How can I do a downgrade bios?

    Thank you.

    Hello

    Downgrade a BIOS you will need previous, traditional version of BIOS.
    These BIOS is not available for download.
    Only the most recent victory based BIOS is available for download.
    So that means that only Toshiba authorized service provider would be able to downgrade the BIOS.

    But I put t think that this new version of the BIOS is the reason for the question with avid media compose.
    What problem do you have exactly?

  • icons have left the bottom of my Start menu are now on the side how to make their return to the bottom of the screen

    the bar of startup tasks, icons are passed down, to the side how can I move them back down

    Right-click on an empty spot in the taskbar, and then select Properties.

    See if the taskbar is locked, mark next to registration, if so unlock it with a check, and click on apply.

    Then select the location of it and apply, then block the taskbar.

    If you want to move the icons in the taskbar, unlock it again and then move the icons autour, then relock

    Other options on the start menu are located in the start menu tab in the Properties section.

  • How to make a picture with the webcam on my Dell laptop

    I have a webcam built-in to my computer dell laptop and want to take a picture of me and save it in the folder my pictures.  I have no idea as to where to look much less take a picture.

    Hello

    What is the brand and model of the laptop?

    I suggest you to check if the steps help like different laptops come with different software.

    (a) click Start

    (b) click on all programs

    (c) click Dell Webcam

    (d) click on Webcam Central to start the program.

    Another simple method to find the webcam is any webcam in the tab "search" start and click the result.

    The recorded images are usually located inside the library under the images.

    Hope this helps and keep us posted.

  • Canon EOS 20 d is not compatible with Windows 7 (no driver) then how to make my pictures from my camera to my pc?

    EOS 20 d is not compatible with this version of Windows.

    "Because this device is not compatible with this version of Windows, and there is no solution for this problem, we recommend that you find another device on the following Web site:

    Just bought a new laptop with Windows 7 and now I can't download photos from my camera to my computer.  All messages in error (including the Canon Website) say that there is no driver available.

    Try the suggestion of third jeff1212 post) in the following link:

    http://www.TomsHardware.com/Forum/53065-5-Windows-Vista-Canon-problems

  • I use Outlook Express 6. How to make a signature at the bottom of my emails which also includes an image?

    The help in Outlook Express is not detailed enough for me.

    Note: The HTML Signatures must be less than 4 KB.
     
    Open a new Message window and create your signature. (Insert the graphic & text). Click on the Source tab (view |) Source Edit if not already checked). Highlight the complete source code and copy / paste into Notepad. File | Save under and in the file name field, save as htm, (i.e. Sig1.htm). It will be saved in My Documents by default. Go to tools | Options | Signatures. Click: File | Browse and insert your saved signature | Apply. You can now rename it if you wish.
     
    Of course, if the recipient reads in plain text, they don't see the it.

Maybe you are looking for

  • Why emails downloaded with the subject and the address is different from what is actually in the email?

    The object and the address listed in the message pane are completely different from what is in the actual email, read in the pane display or when the e-mail is opened. The e-mails are correct given online. For example:Subject A has an A - email sende

  • HP Tablet: Tablet reset open question

    I forgot my password of the hp tablet of me and reset Tablet 5 seconds.After not reset no start my tablet. Please solve my problemI purchased before 4 years this Tablet

  • How can I restore association .exe on Server 2008

    My server had a virus has changed it the .exe association.  I cleaned the virus, but the question of the association remains a problem.  I can't open regedit (regedit.exe) to solve the problem of the association, or I can't open a command (cmd.exe) p

  • Why can't I install my plug-in?

    Hello I have the video Copilot After Effects plug-for 3-d element and I recently bought a template pack 'Add' to the plug-in called Metropolitan. I can't install this add on because whenever I click on the exe to install, I get an alert message which

  • Import icon button

    I've created a form that only I use on my computer. I want to import images to different buttons. I have the following code adding a mouse upward in a trigger running a JavaScript action of a button. All the button names are C01Picture, C02Picture, e