Skip navigation
lucasbuck2
Currently Being Moderated

Newbie problem with overlapping areas

Jun 19, 2012 8:42 PM

Tags: #overlap

Sorry, I'm new and learning Dreamweaver and web design. I'm having an issue and can't track down what I'm doing wrong. I'm using a built in template and trying to figure out how things work. I have a sidebar with a jpg in it (which I'm going to use for my menu). Beside it is content (the text that comes in the template). I've tried different settings for width by pixel and percent, but in the preview window when I narrow it at a certain point the text in 'content' will spill over onto the jpg in 'sidebar'. Hope I explained that right. Any suggestions what I'm missing?

 
Replies
  • Currently Being Moderated
    Jun 19, 2012 10:35 PM   in reply to lucasbuck2

    You are missing a link to your site which will enable us, along with you, to observe this creation.

     

    Gramps

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 20, 2012 6:20 AM   in reply to lucasbuck2

    Do not apply a width in the image tag. set your css to max-width:100%; max-height:100%;

    Also, read this http://unstoppablerobotninja.com/entry/fluid-images

     

    Gramps

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 20, 2012 11:21 AM   in reply to lucasbuck2

    Liquid layouts are very tricky to work with.  To better control your layout, change your CSS to this:

     

    .container {

    max-width: 1256px;

    min-width: 1000px;

    background: #FFF;

    margin: 0 auto; /**with width, this is centered**/

    }

     

     

     

    Nancy O.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 20, 2012 9:38 PM   in reply to Nancy O.

    I asked a question yesterday about sidebar over=run and this suggestion to change the CSS for container solved my problem.  Thanks.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points