Background colour on menu div

I've got a bit of a problem that has been driving me mad for the last 24 hours.  I have created a CSS rollover menu.  I have made the div that holds the menu the same width as my wrapper, 800 pixels.  I have created 4 rollover menu buttons, however they don't quite fill the whole of the 800 pixels.  I have given the div a grey background colour and I was hoping it would fill in the gap at the end.  However, it doesn't matter what I do, there is still white gap leftover.  Obviously the easiest solution I have found this to make each button 200 pixels wide, that means that because I have for now, they fit in perfectly.  Having said that, there is quite a wide gap between the writing on the buttons.  But that's not really the point, I can't understand why I'm not able to fill in the extra gap with colour
[IMG]http://i205.photobucket.com/albums/bb230/Oscarfishlover/menu2-1.jpg[/IMG]
[IMG]http://i205.photobucket.com/albums/bb230/Oscarfishlover/menu1.jpg[/IMG]

Thanks guys, that sorted the problem.  However, I can see now that if I do want to add a submenu, I may have a problem.  Is there any way around this problem where I can still have a submenu, but still have my div background visible?  I have included the code for my menu.  You'll have to forgive me, I've been using Joomla! for the last few years and it does make you rather lazy because we just basically use templates, rather than having to code everything :-)
#navMenu {
    margin:0;
    padding:0;
    background-color: #999;
    overflow: hidden;
#navMenu ul {
    margin:0;
    padding:0;
    line-height:30px;
    background-color:#999;
#navMenu li {
    padding:0;
    list-style:none;
    position:relative;
    float: left;
    margin: 0;
    background-color: #999;
#navMenu ul li a {
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    display:block;
    color:#fff;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;

Similar Messages

  • How to insert background colour into text?

    Hi,
    I'm relatively new to Dreamweaver so I'm not sure how exactly to phrase this question. Within a div file on my HTML I have created I have a few links taking the user to another page. .
    For the sake of clarity I have inserted an image to express what I am trying to say.
    The background colour for my div is a chocolate brown. I was wondering if there was any way of creating a background for the text for each link within the div? So the text would have a background with a different colour?
    I'm trying to create something that looks like this:
    Does anyone know if this is possible to do? Do I have to create separate Div files within the main div file to do this?
    Apologies for the lack of detail, I just don't know the technical words to show what I'm looking to do! Any tips or links to tutorials would be hugely appreciated.
    Thanks for reading.

    First, we need to examine the HTML code used to construct your menu.  The modern approach is to use an unordered list like this:
    <nav>
         <ul>
              <li><a href="#">Menu Item1</a></li>
              <li><a href="#">Menu Item2 </a></li>
              <li><a href="#">Menu Item3</a></li>
              <li><a href="#">Menu Item4</a></li>
              <li><a href="#">Menu Item5</a></li>
         </ul>
    </nav>
    Then style your navigation with CSS like this:
    <style>
    /**zero out margins & padding on everything**/
    margin:0;
    padding:0;
    /**fix the CSS Box Model on % layouts**/
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    nav {
        width: 100%;  /**adjust width as needed**/
        background-color: #960;
        padding: 30px;
    nav ul {
        margin: 0;
        padding: 0
    nav li {
        width: 20%;
        list-style: none;
        font-size: 14px;
        float: left;
        text-align: center;
    /**menu links**/
    nav li a {
        display: block;
        text-decoration: none;
        margin-right: 6px;   /* space between links */
        width: auto;  /* adjust as needed or use auto */
        padding: 6px;
        font-weight: bold;
        line-height: 2em;
        color: #FFF;
        background: orange;
    /**menu style on mouse over**/
    nav li:hover {
        color: #FFF;
        background: #1e5799;
    /**clear floats after nav element**/
    nav:after {
        clear: both;
        display: block;
        content: ' ' ;
    /**END MENU STYLES**/
    </style>
    Nancy O.

  • Why does my footer background colour change when adding a float to a DIV element?

    Bear with me as I am a student learning dreamweaver....
    I am trying to insert a series of 4 DIVs into a footer area with a black background. WHen I insert a float to constrain them to a horizontal position, the black background disappears and the body background shows through. A strip of the footer displays on top of the area where the DIVs are placed. The float works but the problem is with the background colour. It's almost as if the divs have been pushed down below the footer area. I have tried placing my cursor in several locations before inserting the float but it doesn't change anything.
    Can anyone help?

    It all depends on the code you're working with.   In the following example, I applied overflow:hidden to the <footer> element. 
    Copy & paste this code into a new, blank HTML page to see how it works.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Layout</title>
    <style type="text/css">
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background-color: #CCC;
        padding: 0;
        color: #000;
        width: 1000px;
        margin: 45px auto;
    header {width: 100%; display:block; background: #A5C9C9; min-height: 100px}
    section {width: 100%; display:block; background:#FFF; min-height: 300px}
    footer {width: 100%; display:block; background: #FF9; overflow:hidden;}
    aside {width: 22%; float:left; display:block; margin-right: 4%; background:#D8E9B6; min-height: 200px;}
    aside:last-child {margin-right:0}
    </style>
    </head>
    </body>
    <header>
    <h1>Content for header goes here</h1>
    </header>
    <section>Content for section goes here</section>
    <footer>
        <aside>aside 1</aside>
        <aside>aside 2</aside>
        <aside>aside 3</aside>
        <aside>aside 4</aside>
    </footer>
    </body>
    </html>
    Nancy O.

  • Background colour of div

    I have created a repeating region on a page so that a client can add other items - how can they alter the background colour of the complete div (as opposed to just highlighting the text) so that it stands out from the other divs?

    Hi Captain Slocum,
    Thanks for your patience. I should preface that InContext Editing doesn't explicitly give you the option to change the background color of a container, so what I'm proposing is sort of "tricking" a background color. This only appears to work consistently in Firefox too, since IE will wrap selected text in span tags even if the entire paragraph is selected.
    For example, use the following HTML and CSS as a sample:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ice="http://ns.adobe.com/incontextediting">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="includes/ice/ice.js" type="text/javascript"></script>
    <style type="text/css">
    body { background-color:#6CF;}
    p {
         margin: 0;
         padding: 20px;
    .container_elem { margin: 20px; }
    </style>
    </head>
    <body>
    <div ice:repeatinggroup="*">
      <div ice:repeating="true" ice:editable="*" class="container_elem"><p style="background-color: #00ffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec in accumsan dolor. Nullam vehicula elementum pharetra. Praesent eu varius ligula. Suspendisse libero tortor, sodales quis luctus sit amet, euismod sit amet leo. Praesent ultricies rutrum tortor eu hendrerit. Donec a blandit magna. Fusce et metus sed arcu dignissim ultrices. Mauris vehicula, elit sit amet porttitor placerat, neque nisl condimentum magna, eget facilisis tortor velit volutpat ante. Mauris tristique dolor vitae justo suscipit ut hendrerit lacus congue. In scelerisque diam in odio venenatis cursus. Nulla ac eros tortor. Sed placerat, odio eget lacinia laoreet, libero nisi rutrum eros, ac faucibus mauris mi id metus. Maecenas ut mattis turpis. </p></div>
    </div>
    </body>
    </html>
    To create a new region, duplicate the original.
    Select all of the text within the new region and apply a highlight color.
    Edit the text.
    This should change the background color of the <p> (which also includes the padding around the paragraph) giving the appearance of a "container".If you give the .container_elem class a width you can create a sidebar appearance.
    Is this what you're trying to accomplish?
    Best regards,
    Corey

  • White background colour in Iframe?

    Hi everyone
    I hope you are able to help me with this problem I am having:
    I am working with an Iframe, where I would like the
    background colour to be a specific colour, relating to the colour
    next to the Iframe.
    The colour sorounding the Iframe is this #E6E3D2, the
    background colour of the html-page to which I am linking in the
    Iframe is the same colour, but nonetheless, the Iframe keeps
    providing a white frame surrounding the content-html-page.
    I have tried to make the Iframe and content.html page the
    exact same width, but that just give me a vertical scroller + the
    white frame.
    This is what I mean:
    http://i439.photobucket.com/albums/qq112/GD-Klubben/Example.jpg
    Are there anyone out there, who can explane to me (in very
    slow and easily understanding phrases ;o)) how I can get rid of the
    annoying white background colour?

    No, I haven't uploaded it anywhere yet. Not before I can
    solve the problem.
    But the code to the index.html is this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Grand Danois Klubben i Danmark</title>
    <style type="text/css">
    BODY {
    SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #000000;
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    SCROLLBAR-3DLIGHT-COLOR: #000000;
    SCROLLBAR-ARROW-COLOR: #6699FF;
    SCROLLBAR-TRACK-COLOR: #000000;
    SCROLLBAR-DARKSHADOW-COLOR: #990000;
    </style>
    <script type="text/javascript">
    <!--
    function DWUSER_scrollbarStyler() {
    // This is a stand in JavaScript function that interacts
    with the Dreamweaver Behavior Menu.
    // Do NOT remove this function
    //-->
    </script>
    <style type="text/css">
    <!--
    /* ScrollbarStyler - DO NOT MODIFY THIS CSS!!! */
    html,textarea{scrollbar-track-color: #C6C1A3;
    scrollbar-face-color: #C6C1A3; scrollbar-highlight-color: #C6C1A3;
    scrollbar-3dlight-color: #C6C1A3; scrollbar-shadow-color: #C6C1A3;
    scrollbar-darkshadow-color: #C6C1A3; scrollbar-arrow-color:
    #C6C1A3;}
    <!--
    body {
    background-image: url(Andet/forsidefaerdig.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-color: #C6C1A3;
    <br />
    body,td,th {
    font-family: Trebuchet MS;
    a:link {
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: underline;
    color: #D32F12;
    a:active {
    text-decoration: none;
    .style16 {font-family: "Tw Cen MT Condensed", "Tw Cen MT
    Condensed Extra Bold"}
    .style17 {color: #E6E3D2}
    .style21 {
    font-family: "Tw Cen MT Condensed", "Tw Cen MT Condensed
    Extra Bold";
    color: #000000;
    .style23 {font-family: "Tw Cen MT Condensed", "Tw Cen MT
    Condensed Extra Bold"; color: #FFFFFF; }
    -->
    </style>
    </head>
    <body>
    <div align="center">
    <table width="1143" height="582">
    <tr>
    <th width="1135" height="24"
    scope="row"> </th>
    </tr>
    <tr>
    <th height="550" scope="row"><table width="1023"
    align="left">
    <tr>
    <th width="109" height="547" scope="row"><table
    width="100" cellpadding="5">
    <tr>
    <th class="style23" scope="row"><div
    align="right"></div></th>
    </tr>
    <tr>
    <th class="style23" scope="row"><div
    align="right"></div></th>
    </tr>
    <tr>
    <th class="style23" scope="row"><div
    align="right"></div></th>
    </tr>
    <tr>
    <th class="style23" scope="row"><div
    align="right"></div></th>
    </tr>
    <tr>
    <th class="style23" scope="row"><div
    align="right"></div></th>
    </tr>
    <tr>
    <th height="210" scope="row"> </th>
    </tr>
    </table>
    <p><br />
    </p>
    <p><br />
    <br />
    <br />
    </p></th>
    <td width="106"><br />
    <table width="102" align="center" cellpadding="5">
    <tr>
    <th width="86" scope="row"><div
    align="left"><span
    class="style23">Forside</span></div></th>
    </tr>
    <tr>
    <th scope="row"><div align="left"><span
    class="style21">Grand Danois</span></div></th>
    </tr>
    <tr>
    <th scope="row"><div align="left"><span
    class="style16">Klubben</span></div></th>
    </tr>
    <tr>
    <th scope="row"><div align="left"><span
    class="style16">Medlemskab</span></div></th>
    </tr>
    <tr>
    <th scope="row"><div align="left"><span
    class="style16">Hvalpe</span></div></th>
    </tr>
    <tr>
    <th scope="row"><div align="left"><span
    class="style16">Opdrættere</span></div></th>
    </tr>
    <tr>
    <th scope="row"><div align="left"><span
    class="style16">Udstilling </span></div></th>
    </tr>
    <tr>
    <th scope="row"><div align="left"><span
    class="style16">Champions</span></div></th>
    </tr>
    <tr>
    <th height="24" scope="row"><div
    align="left"><span
    class="style16">Links</span></div></th>
    </tr>
    <tr>
    <th height="32" scope="row"><div
    align="left"></div></th>
    </tr>
    </table>
    <br />
    <br />
    <br />
    <br />
    <br /></td>
    <td width="792"><div align="center">
    <br />
    <br />
    <br />
    <iframe src="Underside Grand Danois.html" width="785"
    height="495" scrolling="Auto" frameborder="0"</iframe>
    </div></td>
    </tr>
    </table></th>
    </tr>
    </table>
    </div>
    </body>
    </html>

  • How can I change the background colour when working on a doc in full screen view (pages)?

    Recently I have been working on docs without the distraction of having to see my desktop around my page file by using the full screen view in pages. I do find the contrast to an all black screen too harsh though and it makes my eyes more tired than seeing the clutter of my desktop around the page. Is there any way I can change the background colour?
    Any help much appreciated!

    When you are in Full screen mode move the cursor up to the top to show the Format bar. Then look to the far right. There you'll see Background  and a rectangle. Click on the rectangle and change the colour.
    For information on Pages download the Pages User Guide from your Pages Help menu.

  • Changing background Image of a DIV on RO

    I am trying to figure out how to change the background image of a div upn Roll-Over (RO) from the users mouse.
    My search thus far has led me to javascript, but if any other ideas/method are known, i have no preference for any language.
    I have a horizontal menu w/ 3 divs and a single word centered inside each div. I wish to use each of these divs as buttons w/ RO effects.
    To do this i wanted to try and make it so upon roll,over the bg would be replaced with a modified version of the normal bg of the div's.
    css rules did not work, and i am trying JS now.
    Here are some snippets of code that i have writtin and made from sources i have found online but it still does not appear to work when i test in Firefox.
    Here is the addition to the <HEAD> part of my html page.
    <script src="../quirksmode.js"></script>
    <script type="text/javascript">
         function mouseover(id)
         document.getElementById(id).style.background="url('/images/objects/optionsBarADark.png') no-repeat";
         function mouseout(id)
         document.getElementById(id).style.background="url('/images/objects/optionsBarA.png') no-repeat";
    </script>
    and here is the code in the html page which is supposed to make the rollover casue the bg to change. (note that i have not added links to the text in the center of the divs yet)
         <div id="middleWrapper">     <!-- middle content wrapper -->
             <div id="contentMenu">          <!-- start of menu -->
                 <img class="contentMenuDividers" src="images/objects/optionsBarA.png" width="4" height="28" alt="option bar" /> <!-- filler -->
                <div class="contentMenuButtons" id="theID1" onmouseover="mouseover(theID1)" onmouseout="mouseout(theID1)">
                     <h1 class="contentMenuHeaders">projects</h1>
                </div>
                <img class="contentMenuDividers" src="images/objects/optionsBarA.png" width="4" height="28" alt="option bar" />  <!-- filler -->
            <div class="contentMenuButtons" id="theID2" onMouseOver="changeHeader(theID2,'1');" onMouseOut="changeHeader(theID2,'2');">
                     <h1 class="contentMenuHeaders">catalog</h1>
              </div>
                <img class="contentMenuDividers" src="images/objects/optionsBarA.png" width="4" height="28" alt="option bar" />  <!-- filler -->
                <div class="contentMenuButtons" id="theID3" onMouseOver="changeHeader(theID3,'1');" onMouseOut="changeHeader(theID3,'2');">
                     <h1 class="contentMenuHeaders">featured*</h1>
                </div>
                <img class="contentMenuDividers" src="images/objects/optionsBarA.png" width="4" height="28" alt="option bar" />  <!-- filler -->
            </div>
    and here is some css for the affected class. the a, and a:hover rules are left-over from when i had the text linked.
    .contentMenuButtons {
         float: left;
         height: 28px;
         width: 308px;
         background-image: url(../images/objects/optionsBarA.png);
         background-repeat: no-repeat;
         text-align: center;
         line-height: 27px;
    .contentMenuButtons a {
         color: #F9FBFB;
         text-decoration: none;
    .contentMenuButtons a:hover {
         color: #F9FBFB;
         text-decoration: none;
    if you need anything else from the code let me know, but this is everything i have added to try and get this to work.
    Any ideas?

    I agre with SnakEyez  :-)
    Your method seems to be the long way of doing a simple roll-over menu.
    Lots of examples here as well:
    Basic css menus: horizontal / vertical:
    http://css.maxdesign.com.au/listamatic/index.htm

  • Changing background colour of W995 (when you don't have wallpaper)?

    Hello,
    If i set my phone to have no wallpaper the background colour for the main screen is grey.  Sorry if this is a dumb question, but does anyone know how to change this to black?  I think it was black to start with but somehow it got changed and I can't see a straightforward way of setting it back to black using the Display options because on my phone (W995) there is option here for colour change.
    Many thanks for any help anyone can offer

    What I really want to do is to set the background to black, then have a picture that i've taken in landscape as my wallpaper.  Because it's in landscape some of the background is still seen at the top and bottom and i want this to be black rather than grey.  I'm sure it was before, I just find it crazy that it has changed and there is no easy or obvious way to change it back - especially as the default setting must have been black.  I tried doing a reset of setting but it still came up as grey, even though I had to reset the time and date and so on.
    I wish they just had a menu so you could select a background colour, but it seems that doesn't exist.  Sorry to be seeming so difficult, because I appreciate your suggestions - I should have explained before that it isn't so much that I want a black wallpaper as a black background to put an image on top of as wallpaper.

  • Background colour of Popup LOV

    Hi,
    The disabled text-box of the popup LOVs in my application do not appear 'greyed' out when viewed in IE (they are fine in FF and GC). I am using Theme 13. Where can I change the background colour? I can't seem to find anywhere in either the template (preferred choice) or even the individual item's options to add the code for the style change.
    Thanks
    Lucy

    Ok. This looks like a bug in the Theme Template.
    Does not exactly look good, but better than before in that at least the text and links are visible !
    a. Edit the Popu LOV Template from Shared Components for the Slate Theme
    b. In Search Field - Before Field Text add the style as given below
    <div class="t1PopupHead" style="background-color:#ffffff;">c. Add the above style to Ressult Set - Before Result Set as well
    <div class="t1PopupBody" style="background-color:#ffffff;">Might be a known issue, will check it out.
    Regards,

  • White border in cell when adding background colour.

    In Numbers for Mac. When I add a background color there is a white border inside the cell. How do I have the entire cell filled with the colour? I go through, the 'format'menu, 'text','layout', 'border' and 'background colour'.

    Use the Cell tab to apply a fill color to the cell instead of applying a background color to the text.

  • I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?

    I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?

    Thanks for your help - your suggestion worked beautifully.Dennis Hood
          From: 99jon <[email protected]>
    To: Dennis Hood <[email protected]>
    Sent: Thursday, 15 January 2015, 15:20
    Subject:  I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?
    I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?
    created by 99jon in Photoshop Elements - View the full discussionTry re-setting the prefs.Go to: Edit >> Preferences >> General (Photoshop Elements menu on Mac)Click the button Reset Preferences on next Launch If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7099161#7099161 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7099161#7099161 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Photoshop Elements by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Background colour not visible

    I've applied a background colour to the body div using
    external CSS so that it will fill the margins around my centred
    main wrapper div. However, the background colour does not seem to
    be applied, whether viewed in Dreamweaver, IE7, Firefox or Safari.
    I've used the same code to put a background colour on the main
    wrapper div and this worked fine. Strangely enough, if I apply the
    same code as an embedded rule then this works fine!
    I've selected web colours only.
    Any ideas why the code doesn't work?

    Remove the 'hash'# symbol before the body.
    #body {
    text-align:center;
    font:small/1.2 Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color:#ccffff;
    RSW14 wrote:
    > I've applied a background colour to the body div using
    external CSS so that it
    > will fill the margins around my centred main wrapper
    div. However, the
    > background colour does not seem to be applied, whether
    viewed in Dreamweaver,
    > IE7, Firefox or Safari. I've used the same code to put a
    background colour on
    > the main wrapper div and this worked fine. Strangely
    enough, if I apply the
    > same code as an embedded rule then this works fine!
    >
    > I've selected web colours only.
    >
    > Any ideas why the code doesn't work?
    >
    > #body {
    > text-align:center;
    > font:small/1.2 Arial, Helvetica, sans-serif;
    > margin: 0;
    > padding: 0;
    > background-color:#ccffff;
    > }
    > #wrapper {
    > position:relative;
    > margin-left:auto;
    > margin-right:auto;
    > text-align:left;
    > width:760px;
    > border:5px;
    > border-color:#796460;
    > border-style: solid;
    > background-color:#ffffcd;
    > }
    >

  • Boring set of desktop background colours.

    A few months ago, soon after I first bought my Mac, I managed to achieve a choice of the full spectrum of colours for my desk top background colour, ending up with a delightful shade of grass green. I've no idea how, but now, wanting a change I can't find anything in desk top / screen saver except the same old boring set of solid colors and I can't seem to access the spectrum ball at all in relation to desk top.
    Incidentally, clicking on screen saver has of late resulted in a frozen screen and the beachball (Agh), necessitating the use of 'force quit' to return to normality.
    Can anyone set out an uncomplicated route to help give a change to my desk top ? Big thank you in anticipation.

    The background is just for the preview window.
    The spectrum ball is a part of the built it colour menu, easily accessed with command shift C or show colours in various apps.
    To get your apple green background using just apps available in Leopard.
    Open TextEdit > Format > Show fonts which brings up the font menu with various options along the top of the window. Forth box from left contains a blank page icon > click on the blank page and choose your colour from the colour menu.
    The TextEdit window will then be your colour > Make a big as possible > use command shift 3 to take a screen shot which will be on your desktop.
    Double click screen shot which will open in preview > draw a cropping box with the curser as big as possible > Tools > Crop > Save in User > Pictures.
    Access pictures folder from System prefs > Desktop >>
    An easier way would be to use a graphics app but not as much fun
    Maybe Paintbrush
    http://www.versiontracker.com/dyn/moreinfo/macosx/32559

  • Background colours.....

    My background colours pulldown in Photo Essay style only shows 'no colour' and 'black'. Are there any other background colours available in this style, or are the colour options different in each style?
    Thanks for any help.....

    If you are highlighting an entire paragraph use the paragraph fill option. If you are highlighting specific words then use a shape that is set to yellow, with no strokes. Place it, set it so it covers your word and then once it covers the appropriate part of your text use the Arraange menu to send it to the back. To reselect it you will have to start your click-drag in a margin which does not have text in it.
    You will also have to have to set the shape to be locked to the page. I would not do this if you are still editting your text. Do it towards the very end so you can be sure the text will not move away from the box which could happen if the flow of the text changes.
    And, a third alternative, although it is more a smudge than anything, is to apply a shadow to the object. I would not suggest using Yellow, since it will blend too easily into the white of the paper. Try a blue, green or pink. Set the opacity to 100%, the offset to zero and the blur to about 10 or so. This will give a definite colored smudge around the word, pop it off the page, but it lacks the 'control' that a normal highlighter option would give you.
    As a side note, you can save this as a character style to make it easier to use later. There is an arrow beside "Include all character attributes" Click on that and choose the most appropriate options (shadow, bold, italic, text color, etc) Call the new style "Highlight" if you like. With the blurring function the darker colors will be very muted and the lighter colors will most likely vanish.
    I hope that helps.
    Gerry.
    (Note: the paragraph fill is sadly not an option for the character style. I guess that makes sense since it would be a character fill instead.)

  • [noob question] setting window background colour?

    Hi,
    Am just getting to grips with basics of Xcode, Coacoa and IB, been looking at some easy examples and just set myself my first exercise; to build the C# Introductory Video example app
    OK, basically all I want to do is open the colour picker from a button and set the window background colour. But still with nothing more than an empty window in IB I can't find any obvious means to define it's background colour (not even statically)?
    Hope someone can help with this dead easy question... (my Coacoa programming book is still on it's way from Amazon
    Ceers,
    Rich
    PS. just looking for a nudge in the right direction, please - not a step by step description how to write my sample app, as well meant as that might be. cheers

    +Although I'm guessing from the underlying tone you're already pretty experienced and it's been a long time since you sat down yourself and first started to "look through the documentation"?!?+
    Sorry didn't mean to let the tone bleed through that much.
    But seriously I assumed there was an NSWindow function that did it, checked the documentation, found it, mocked it up in 5 minutes (alright 10 I'm still getting used to IB in Xcode 3), tested it to make sure it worked as expected and then answered your post. Not that you should have been able to do that as quickly but I could do it because I have slogged through the process for other objects I had used.
    Really this is a pretty basic Cocoa kind of operation. I have object X supplied but Cocoa (eg NSWindow, NSTextBox, etc.) and I want to do operation Y. Operation Y is almost always already there for you just waiting to be used. Learning this process of finding these things in the documentation and using them is really crucial to being a proficient Cocoa developer.
    In Xcode 2 Help > Documentation will give you the searchable API and just type in NSWindow. In Xcode 3 selecting an object - like NSWindow - will change the Help > Documentation menu to point to NSWindow directly.
    Cocoa is a very "lived in" API and it has clearly been evolved by people who really used it so it has the buttons and levers right where you want them most of the time. I assumed that NSWindow had a function to change the color simply because it would make sense that it would. And when I checked it did, but my making that assumption and being able to find the function comes from doing the heavy lifting already on other objects.
    I'm just hoping you take this as an example of how to do this and next time dig into the docs and find the function. There is no way to be good at it without doing it and getting good at it gives you access to Cocoa's rich API and will get you very far because you get all that programming other people have done for you for (almost) free.
    Good luck,
    =Tod

Maybe you are looking for

  • Error while running MM17 Transaction

    Hi Frnds,   I am doing MM17 Mass transaction Field (MBEW-VPRSV ) , i am changing the price control of a material from V to S then i am getting an error saying that : ELF-WJ-35MM-CSM1 : Messages have been issued: number MASS000484000000. Regards Rakes

  • Forcing link to open in Quicktime instead of VLC

    Hi, The page www.railaway.tv has its video in WMV format, which stream can be read by QuickTime with Flip4Mac. But unfortunately they make the links with a Flash button, so I can not see (and copy) the link and paste it in QuickTime. When I click on

  • 3rd Party RetroTaxes - After Organization Assignment Transfer

    Hello All, We have an issue with posting 3rd party retro tax payments when an employee transfer from one company/payroll area to another company /payroll area. For example, we have a employee transfer from "old" company code 2008/Payroll area U1 to "

  • Volume level adjustment

    Well, it's looking pretty good, except for volume levels. The levels were terrific in imovie, but once burned, they are too soft. The menu theme, however, plays nice and loud (this is an imported wav file.) I can, of course, lower the menu theme volu

  • How do I recived Photos With Out Having any Back up At All Its A Iphone 4 16G

    Hi i Deleted My Photos From this weekend but i didnt have icloud or any type of back up system on my phone surely there is a way to recive my photos