Header image overlapping menu div tag...

Hi,
I have decided to play some more with Dreamwaver, and started to build a website in it. So far everything went smooth, but I have to place the menu buttons over the header image (which is the background for my buttons in the same time) and noticed that the same header image is overlapping the menu buttons, but only in the editor mode, when I test the website inside my browser the buttons are visible and are ok.
I have tried to set both in positioning to Absolute, and set the z-index...but in the editor mode the header still overlaps the menu buttons.
Here is the source code:
<!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>InfoSpot</title>
<link href="css/template.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--main wrapper-->
<div id="wrapper">
<!--header-->
<div id="header"><img src="images/logo.png" alt="logo" name="logo" width="783" height="167" id="logo" /></div>
<!--menu buttons-->
<div id="homeBtn">Home</div>
<!--main content-->
<div id="mainContent">
  <p>Lorem ipsum dolor </p>
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.  Aenean commodo ligula eget dolor.  Aenean massa.  Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.  Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.  Nulla consequat massa quis enim.  Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.  In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.  Nullam dictum felis eu pede mollis pretium.  Integer tincidunt.  Cras dapibus.  Vivamus elementum.</div>
</div>
</body>
</html>
And the css:
@charset "utf-8";
body {
margin: 0px;
padding: 0px;
background-image: url(../images/bg.png);
#wrapper {
width:900px;
height:800px;
padding: 0px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
position: relative;
#header {
width:800px;
height:167px;
font-size: 2em;
color:#900;
padding:0em;
margin-left:100px;
float:left;
#homeBtn {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color:#5a5959;
width:70px;
height:30px;
float:left;
margin-top:-10px;
margin-left:370px;
padding: 3px;
text-align: left;
#mainContent {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height:1.6em;
color: #5a5959;
border:;
margin-top: 70px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 355px;
width: 450px;
float: left;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
text-align: left;
#mainContent p {
font-family: "Arial", Times, serif;
font-weight:bold;
font-size: 1.6em;
color: #5a5959;
.imagesLeft {
padding: 3px;
clear: left;
float: left;
margin-top: 3px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 5px;
border: 1px solid #CCC;
REGARDS!
vedtam

Hi, and thanks for your response. I did as you said, but the header still overlaps the menu button ( se the attached images).
#header {
width:800px;
height:167px;
font-size: 2em;
color:#900;
padding:0em;
margin-left:100px;
float:left;
background-image: url(../images/logo.png);
Regards
Editor:

Similar Messages

  • Can you place an image in a div tag and then add type over top of it?

    I told someone in class lastweek that I wanted to be able to
    place type over an image. They said you can just add the image into
    the div tag as a background image, which will allow you to then
    type over it if you like. How is this done? I have tried and
    failed. I have an image that is 200x590 going down the left side of
    my page. I want to run type over it, and keep the image consistent
    on every page, but change the header and type. I've seen this in
    several sites. How do you do this with the div tag box model method
    of building a page. Can I insert an image into the div and then run
    type over it. What does the code look like?

    Here's an example of using a css and a background image to a
    table cell...
    sample principle for a div
    #div {styles go here{
    http://tinyurl.com/yqeptp
    You may also want to go through the beginner css tutorials at
    the Adobe
    site:
    http://www.adobe.com/devnet/dreamweaver/css.html
    (pay attention to the ones
    by Adrian), beginner moving onto to creating full css
    layouts.
    Hope this helps :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Forum Posting Guidelines:
    http://www.adobe.com/support/forums/guidelines.html
    >I told someone in class lastweek that I wanted to be able
    to place type
    >over an
    > image. They said you can just add the image into the div
    tag as a
    > background
    > image, which will allow you to then type over it if you
    like. How is this
    > done?
    > I have tried and failed. I have an image that is 200x590
    going down the
    > left
    > side of my page. I want to run type over it, and keep
    the image consistent
    > on
    > every page, but change the header and type. I've seen
    this in several
    > sites.
    > How do you do this with the div tag box model method of
    building a page.
    > Can I
    > insert an image into the div and then run type over it.
    What does the code
    > look
    > like?
    >

  • How do I center an image inside a div tag using fluid grid layout?

    where do I find and what do i use the image properties position when using the fluid grid layout. I'd like to center the image in the mobile page versus th left position in the desktop.

    This is what my css codes looks like where the image is in the div tag:
    #logo_links {
        clear: both;
        float: left;
        margin-left: 0;
        width: 32.2033%;
        display: block;
    This is the html code where the image is:
      </div>
        <div id="logo_links">
          <div align="center">
            <p><img src="../fluidgrid/images/3_7x2logo.jpg" alt="" width="236" height="110" align="left"></p>
          </div>
        </div>
    I'm going to need more detail where to insert the suggested code as I am a newby!
    Thanks

  • Need to know how to place a tiling image in the div tags

    Let me see if I can explain what I want to do in a way that makes sense.
    I have created a box using the <div> I want a background image I made in photoshop that has rounded corners. I need this image to stretch or tile the length and width of the box without duplicating the image in the tile. I don't want multiple rounded corner corner boxes appearing. Just the one stretched.
    I am guessing I need to crop the rounded corner top, bottom and take a 1 px tall crop from from the center of the image for tiling and the top and bottom remain fixed in their position.
    I don't know how to place these in the box if my assumptions about cropping are right.
    I don't know how to stretch the width of the image to fit the width of the box either. Do I need to create a fixed width image the width of the box or can it stretch to fill the width?
    Using DW CS6
    Thanks

    Tiling would mean duplicating itself horizontally and vertically to appear as though it were tiled (envision a shower wall).
    You do not want it to tile it sounds like, but you want the background image to cover the entire background by resizing to whatever size the containing <div> is.
    That can be done relatively easily with the css3 background-size property.
    The css would look like this...
    #container_id {
         background-image:url(your_image.jpg);
         background-size:100% 100%;
         background-repeat:no-repeat;
    Then the html would look like this...
    <div id="container_id>
         your content
    </div>

  • Image Map in a div tag causing problems in webpage

    I have an image map in a div tag (I'm using Dreamweaver so
    I've place hot spots on a gif within a div tag). When I preview in
    a browser the hot spots are creating an empty space between the
    image and the div tag below it, which there shouldn't be. Prior to
    this I had done the same thing but using layers instead of div tags
    and it was fine... there was no unwanted space. What am I doing
    wrong?

    Hi lauren,
    I tried to replicate the above mentioned issue, but did not get the <div> around the image in Webhelp output. Would it be possible for you to provide more information on this:
    At what point does the <div> start appearing around the image, as soon as the CBT expression is applied?
    If yes, what is the expression?
    What happens when expression is set to None again and individual CBT is under application
    Is there a spacing or the CBT text just follows the inline image?
    Please send us a sample file for the same, if possible. Thanks!
    Amit

  • Position images at bottom of div tag?

    How do I position images at the bottom of a div tag?
    These images are going to be used as links and Im using a
    template which will double there size on certain pages, so I cant
    use background images.
    Please help as I cant believe this isn't possible!
    James

    I dont understand what you mean by;
    'If you do not know the widths, and you want them all to flow
    one after
    the other, the make another div as their container, and move
    the
    "position:absolute;right:0px;" styles to the new div'
    When I apply a rule for all images in the div tag, the images
    all sit on top of one another;
    .container img {
    position: absolute;
    bottom: 0px;
    If I set the images individually I can stop them from doing
    this;
    .container #image1 {
    position: absolute;
    bottom: 0px;
    left: 320px;
    The problem however is that this design is for a template.
    The images in the template will double in size when the user is on
    that page.
    If i use a pixel (or a %) value for the left position, then
    the left hand side of the image is centered, not the centre of the
    image. This means that the space between the images will vary when
    one of them enlarges.
    This could be solved if there was some way of making the
    images sit next to each other, without specifying a position left
    value (like when you insert images into a div tag with no rules).
    Can this be done?
    Alternatively, is there a way of using a position left value
    which controlled the position via the center of the image, not the
    left side? Then I could use % values and the images would still
    look ordered.

  • Div tags - I'm totally confused

    I just finished a website that employed AP divs...and was
    heartily chastised for doing so. So, I'm attempting to create
    another site that employs div tags.
    I created a new site and began working on the design. Banner
    at the top (jpg image in a div tag - 760 px wide, no float, no
    clear), left sidebar (jpg in a div tag - 154 px wide, no float, no
    clear), attempted to create another div tag (right sidebar) but I
    can't get the div tag to hug the right margin of the page at the
    same height as the left tag. It keeps appearing below the left
    sidebar div tag....I have no clue how to get the div tag to appear
    on the right side of the page.....assistance would be greatly
    appreciated. (I have lots of other questions, but if I can get past
    this issue, I MAY be able to work those out myself).
    David Bird

    Well, because #leftsidebar is a block tag, and because you
    have not
    controlled its width, it occupies the full width of its
    container, so there
    is no room to the right for anything. And by the way, why so
    many rules for
    #leftsidebar img? Also, you have misformed the selector for
    #rightsidebar.
    Anyhow, this may be what you are after - not sure, though....
    <!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>Home</title>
    <style type="text/css">
    <!--
    body {
    background-color: #CCCCCC;
    #wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #CCCCCC;
    padding: 10px;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    overflow:hidden;
    #leftsidebar {
    float:left;
    width:606px;
    #leftsidebar img {
    width: 154px;
    padding: 0px;
    #topbanner img {
    width: 760px;
    #rightsidebar {
    width: 154px;
    float:left;
    -->
    </style>
    <link href="fsbstyle.css" rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <div id="wrapper"><div id="topbanner"><img
    src="Art/topbanner.jpg"
    alt="banner" width="760"
    height="153" /></div>
    <div id="leftsidebar">
    <p><img src="Art/Sidebar.jpg" width="152"
    height="474" /></p>
    </div>
    <div id="rightsidebar">Content for id "rightsidebar"
    Goes Here</div></div>
    </body>
    </html>
    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
    ==================
    "SwampeastMO" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murrary....Here's the fsbstyle code
    >
    > #wrapper {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 10px;
    > font-style: normal;
    > color: #000000;
    > background-color: #CCCCCC;
    > padding: 10px;
    > width: 760px;
    > margin-right: auto;
    > margin-left: auto;
    > }
    >
    > #leftsidebar img {
    > width: 154px;
    > padding-top: 0px;
    > padding-left: 0px;
    > position: relative;
    > left: auto;
    > }
    > #topbanner img {
    > width: 760px;
    > }
    > #leftsidebar img {
    > padding-left: 500px;
    > }
    > #leftsidebar img {
    > padding: 0px;
    > width: 154px;
    > margin-left: 600px;
    > }
    > #leftsidebar img {
    > width: 154px;
    > margin-left: 0px;
    > }
    > #right sidebar {
    > width: 154px;
    > margin-left: 452px;
    >

  • How do I overlap text in a Div Tag over an Image

    Hi,
    I have a large image which I would like to set as as border around the page.
    Please see www.touchw1.com, it is the grey border with the 3 archways on it that I would like as a border.  At present, everything on this screen apart from the contact details at the bottom are saved as one JPEG.  I saved it like this as I don't know how to set that border as a border and then insert other div tags over, or in it?  Can anyone help??
    Thanks

    Create a 'wrapper" and 'footer1' <div>
    <div id="wrapper">
    </div><!-- end wrapper -->
    <div id="footer1">
    </div><!-- end footer1 -->
    Create some css:
    #wrapper {
    border: 1px solid #333;
    border-bottom: none;
    width: XXXpx /* width you require */
    margin: 0 auto; /* centers wrapper horizontally in browser window */
    #footer1 {
    background-image: url(archway.gif); /*archway image plus borders */
    background-repeat: no-repeat;
    height: XXpx /* height of background archway image */
    width: XXXpx /* width you require */
    margin: 0 auto; /* centers footer1 horizontally in browser window */
    Then start adding content to the 'wrapper' <div>. Insert your logo into a <h1> header.
    <div id="wrapper">
    <h1><img src="images/logo.jpg" width="XXX" height="XXX" alt="TouchW1 Sales and Press Agency - Central London" /></h1>
    <p>TouchW1 is a newly created niche agency that specialises in all aspects of sales management, press and licensing, based in the heart of Central London</p>
    </div><!-- end wrapper -->
    <div id="footer1"></div><!-- end footer1 -->
    Move h1 header into position in the 'wrapper" <div> with css:
    h1 {
    margin: XXpx XXpx XXpx XXpx; /* top, right, bottom, left */
    padding: XXpx XXpx XXpx XXpx;
    Do the same with the paragraph tag
    #wrapper p {
    margin: XXpx XXpx XXpx XXpx; /* top, right, bottom, left */
    padding: XXpx XXpx XXpx XXpx;
    Add rose as background to 'wrapper' <div>
    #wrapper {
    border: 1px solid #333;
    border-bottom: none;
    width: XXXpx /* width you require */
    margin: 0 auto; /* centers wrapper horizontally in browser window */
    background-image: url(rose.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    Hummm that its really....add a 'footer2' <div> for the address line

  • Why aren't my CSS and div tag boxes displaying the background images I'm plugging in?

    I'm using the CSS dialog boxes to places images via the background image option into my dreamweaver site. Everything looks fine in dreamweaver but when I view it any of the browsers, two of the images I've place as div tag background images don't work....the overal background image of the site works, but these don't show up ....
    here's my code if it helps to answer
    <!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>Main</title>
    <style type="text/css">
    body {
    background-image: url(images/realgrade.jpg);
    background-repeat: repeat-x;
    text-align: center;
    html, body {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 25px;
    #wrapper {
    width: 930px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    background-image: url(file:///Macintosh%20HD/Users/jimmymoreira/Unnamed%20Site%204/images/possible%20image. jpg);
    background-repeat: no-repeat;
    #header {
    height: 192px;
    width: 237px;
    background-image: url(images/logo_fill.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 35px;
    top: -25px;
    #mainNav {
    background-color: #33F;
    height: 200px;
    width: 272px;
    float: left;
    margin-top: 233px;
    #maincontent {
    height: 600px;
    width: 608px;
    float: right;
    margin-bottom: 45px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: center 270px;
    background-image: url(file:///Macintosh%20HD/Users/jimmymoreira/Unnamed%20Site%204/images/opaqueMaincontent .png);
    #sidebar {
    background-color: #F36;
    height: 250px;
    width: 272px;
    clear: left;
    float: left;
    #footer {
    height: 525px;
    width: 870px;
    clear: both;
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-image: url(images/footer_image.jpg);
    background-repeat: no-repeat;
    margin-top: 45px;
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="header">
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
      <div id="mainNav">
    <p> </p>
    </div>
      <div id="maincontent"></div>
      <div id="sidebar"></div>
      <div id="footer"></div>
    </div>
    </body>
    </html>
    here's what I'm going for
    here's what I'm getting in the browser
    Please help!

    Your image files are pointing to your hard drive, not your server.  You have this
    background-image: url(file:///Macintosh%20HD/Users/jimmymoreira/Unnamed%20Site%204/imag es/opaqueMaincontent.png);
    and you should have this
    background-image: url(imag es/opaqueMaincontent.png);
    Also, is your images file named imag es?
    Gary

  • How do I center an image inside a CSS div tag using dreamweaver?

    I know this may seem like a very silly queston to ask because it should seem so simple but how do I do that? I am having trouble being able to center an image inside of a div tag. Here is the code I have come up with so far. Thanks in advance for your help.
    </style>
    </head>
    <body>
    <div id="PageContainer">
      <div id="PageHeader"> img.centered{display:block; margin-left:auto; margin-right:auto; }<img src="Untitled-5.jpg" alt="rowland" class="centered" /></div>
    <div id="PageMenu">Content for  id "PageHeader" Goes Here</div>
    <div id="PageBody">Content for  id "PageHeader" Goes Here</div>
    <div id="PageFooter">Content for  id "PageHeader" Goes Here</div>
    </body>
    </html>
    Also you can ignore the other div tags after the first div id. The first div id that has my image link is the one I am trying to get to center my image. The image is in there just not centering.

    Centering Pages, Images and other elements with CSS:
    http://cookbooks.adobe.com/post_Centering_web_pages_and_other_elements_with_CSS-16640.html
    Nancy O.

  • Placing images on top of a div tag

    Hello Dreamweavers
    Id like to know if how can I place an image in front,or should I say ontop of a div tag,for example
    Ive made a div tag,and I would like an image of a logo to be in front of that div tag.
    thank you.

    inquestflash wrote:
    Hi osgood.
    In the header i would have a background image of some sort. now you are going to tell me,why dont I place the logo on the banner
    No I was making sure there is no text in the header first.
    You can use an absolutely positioned <div>
    #header {
    position: relative;
    height: 220px; /*change height to the height of your bg image */
    #logo {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 200px; /*change height to the height of your logo image */
    width: 200px; /*change width to the width of your bg image */
    Then just add the 'logo' <div> inside the 'header' <div> like below:
    <div id="header">
    <div id="logo">Logo goes here</div>
    </div><!-- end header -->

  • How do I make a div tag trace a non-square image?

    Please look at the following screen shot:
    On the right, you are looking at the "Home" button of a navigation bar, and I want to see just the gray button without the triangular white parts to the left of the vertical line in the middle that are included with the div tag. I thought I would be able to make the background of the nav bar transparent and thus have the button overlap the glow / shadow surrounding the container without seeing the white parts by adding "background-color:transparent;" to the nav bar style sheet, but that didn't work.
    What is the easiest way to accomplish what I am trying to do? If I am on the right track with making the background transparent, what could have gone wrong? Any help would be much appreciated.

    In Photoshop...
    1. Make sure any background is turned off in the layers palette so you can see the checkerboard background
    2. Choose File > Save For Web
    3. Select .gif from the dropdown menu
    4. Make sure Transparency is checked.
    5. Save

  • Inserting an image in dreamweaver through div tag

    Hi I am inserting an image in a created div tag but my image is checkered and repeats it's self like a pattern.  How do i turn that off?

    Working with CSS Backgrounds:
    http://www.w3schools.com/css/css_background.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • In the paragraph after a conditional build tag, an inline image gets wrapped in a div tag

    Hi,
    TCS5, so FM 12 and RH11. I have successfully applied some conditional build tags by turning off the apply conditional build tag setting and using the Conditional Build Expression in the WebHelp properties instead.
    In RoboHelp, everything looks correct.  I generate WebHelp and suddenly, a div tag is wrapped around the inline image in the paragraph that followed the text marked conditional.
    This did not happen with TCS 4 (FM11, RH10).  I am not sure why this div tag is applied only when I generate the help.  Any thoughts on what to check?
    Lauren

    Hi lauren,
    I tried to replicate the above mentioned issue, but did not get the <div> around the image in Webhelp output. Would it be possible for you to provide more information on this:
    At what point does the <div> start appearing around the image, as soon as the CBT expression is applied?
    If yes, what is the expression?
    What happens when expression is set to None again and individual CBT is under application
    Is there a spacing or the CBT text just follows the inline image?
    Please send us a sample file for the same, if possible. Thanks!
    Amit

  • Inserting Images into Dreamweaver through Div Tag

    Hi im quite new to Dreamweaver and i've got CS3...I've just
    designed and sliced up a website in Photoshop and have started to
    compile it together in Dreamweaver using HTML and CSS. I've just
    added a Div tag and added images into the page and i've got stuck,
    i cant seem to put another image next to one iv already placed
    their.
    I need help on how to work with Div Tags and applying images
    so that i can fix my website like a Jigsaw.
    I have provided the code i hav in my HTML so far...

    Maybe this will help you -
    Taking a Fireworks comp to a CSS-based layout in Dreamweaver
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
    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
    ==================
    "DThandi" <[email protected]> wrote in
    message
    news:gk8anj$4qc$[email protected]..
    > Let me show you the before and after images of the site
    im working on,
    > then
    > maybe what im trying to describe can become more
    clearer...Your right that
    > i do
    > need some basic understanding, I actually used to know
    the answer to my
    > own
    > question but since i havn't played around with
    Dreamweaver for a while i
    > seem
    > to have forgotten.
    >
    > This was the image on Photshop:
    >
    http://i187.photobucket.com/albums/x151/ohhchakdeh/SAMPLE.jpg
    >
    > This is where I am stuck now:
    >
    http://i187.photobucket.com/albums/x151/ohhchakdeh/stuck.jpg
    >
    > These are all the small images i have sliced up from
    Photshop:
    >
    http://i187.photobucket.com/albums/x151/ohhchakdeh/Untitled.jpg
    >
    > As you can see i have trouble coding in HTML. So far i
    have been
    > following a
    > tutorial video showing me how to had images and align
    them through Div
    > Tag...But now i am trying to put images side by side in
    the Navigation
    > area and
    > on top of and underneath each other. As you can see i
    have Home.jpg and
    > Home-Scrap.jpg. Home Scrap needs to go under Home and
    both of them images
    > need
    > to go next to image Left-Short.jpg.
    >
    > Thank You
    >

Maybe you are looking for

  • Unable to open pdf in IE 8

    Using Windows 7 with IE 8, I had installed Acrobat Reader 9, I then installed Reader XI and 9 still remained.  I removed 9 and now I can't open a pdf from IE.  I have marked the setting, do not display in web browser, no luck.  I get a message that I

  • How do i load a set of backing tracks

    I'm brand new to Mainstage and I'm sure the question has been asked before but I want to put my band's backing tracks in a set. I've seen how it should look, but I haven't found exactly how to di it. I have WAV files ready to go. Just need the how to

  • Unable to launch iPhoto 11

    I tried out Lion. Too many probs with my dev environment at this time so I backed out to SL. Re-installed iLife'11 Everything works sans iPhoto. I've tried all the steps I've found in this forum and no joy. Deleting the receipt files, re-installing,

  • J2EE Processes using 25% CPU load without load

    Hi We are running a Portal cluster with 2 cluster application nodes with each 2 J2EE server processes and a dispatcher. We experiences that after some time the J2EE server processes can start using typical 25% CPU without any load on the portal - aft

  • OS X can't connect to wireless network. Windows can?

    A friend of mine has 64-bit WEP on his home router. I know WEP is bad, but it can't do WPA and he can't afford to buy another router. Anyway, I can't connect to it on OS X. After I type in the password, I get the error that it can't connect and I hav