Image overlapping onto sidebar

Hi Guys,
The Images on my webpage are overlapping on to the side navigation bar when the browser window size is minimised.
Can some one please advise on how to rectify this. Link as below
http://www.radhapurrealestate.com/layout.html
Thanks
Karthik

Change the min-width of the container <div> to 900px (as shown below). Might need it to be a little wider, test it and see.
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
    width: 80%;
    max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
    min-width: 900px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
    background: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    background-color: #333;

Similar Messages

  • Images overlap with text when after creating pdf: InDesign CS

    Good morning,
    I am using bot InDesign CS and CS2, and I am having a problem as the following:
    After creating the pdf, images overlap with one another, or the text overlap behind the images so on.
    First, I would like to mention the overlapped images had no problem at the previous version of the pdf. If I make a change on the page "06" for example and then recreate the pdf, a couple of images in the other pages move to the different place through the document.
    So I tend to "replace" the changed pages into the previous version of the pdf instead of recreating the pdf for all pages.
    Is this kind of bug or features of InDesign?
    It would be very much appreciated if anyone answer me.
    Warm regard, Andrew.

    The PDF that was placed into ID loses all interactivity and form fields. There is no way to do what you want.
    Bob

  • IOS6... How do I see the full screen when watching youtube videos and second the map quality is very poor, foggy most of the time and images overlap to each other... Can I restore to IOS6 if these problems can not be solved?

    I just upgraded to IOS6 and I have some difficulties that I never had on IOS5:
    How can a see the full screen when watching youtube. Address bar is always in view.
    Maps are foggy and some images overlap to eachother.
    If these problems can not be solved, how do I downgrade back to IOS5?
    Regards,
    Luis

    Luis757 wrote:
    If these problems can not be solved, how do I downgrade back to IOS5?
    Regards,
    Luis
    No, there is no legitimate way to downgrade iOS to an earlier version.
    Be patient, Apple will eventually get around to fixing the "bugs" in iOS 6.
    You can leave feedback here: Apple Feedback.

  • How can I possible lose my entire photo library/ referenced master image file if I have downloaded all my images directly onto Aperture?

    How can I possible lose my entire photo library/ referenced master image file if I have downloaded all my images directly onto Aperture?

    CeliaJane, you need to distinguish between the Aperture Library and the Aperture Application.
    Aperture stores your images in a database, and it is this database that we have to find and probably to repair, not the application (hopefully). And since you do not see any images, I suspect that Aperture created a new, empty Aperture Library,and you are now viewing this empty library. Usully the library sits in your Pictures fiolder.
    Look into your Pictures folder, if you see a file with a colorful icon with three pictures, called something.aplibrary, as shown above. And also enter ".applibrary" into the "Spotlight" searchfield in the upper right corner of your screen. If you have more than one Library, you should be able to find them this way.
    The largest file you find will probably be the correct library.
    When you have found the correct file called aperturexxxx.aplibrary, try to open it in "First Aid" mode.
    Select the Library and press down "command" and "option" key at the same time, while you double click the library.
    Now the First Aid dialogue should appear:
    Select: Repair Permissions" and see if you can open the Library again. If it did not help, try the other two options in turn.
    Regards
    Léonie

  • Help! Image OverLapping components. Get Your dukes right here.

    I am creating an applet and I want to use an image as a background to a jPanel. There is a jTextField on the panel that is hidden because the BG image overlaps it. I would like the image to be used as a background and only as a background. Any Suggestions? Duke Dollars will be awarded.
    public class Tester extends JApplet
      Image imageTest;
      Graphics dbg;
      Image dbImage;
      JScrollPane jScrollPane1 = new JScrollPane();
      public Tester()
      public void init()
        try
          jbInit();
          imageTest = getImage( getDocumentBase(), "bg.gif");
        catch(Exception e)
          e.printStackTrace();
      private void jbInit() throws Exception
        this.getContentPane().setLayout(null);
        jScrollPane1.setBounds(new Rectangle(70, 30, 235, 215));
        jScrollPane1.setBackground(Color.black);
        jScrollPane1.setForeground(Color.white);
        this.getContentPane().add(jScrollPane1, null);
      static 
        try
          // UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
          // UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
        catch(Exception e)
    public void paint(Graphics g)
        g.drawImage(imageTest, 0,0, this);
    }

    Check out this thread:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=316074

  • How to make mounted disk image appear in sidebar

    Hi all,
    Previously, I had inadvertently dragged the icon for a mounted disk image off the sidebar. It made the cool "poof" thing. I then checked if it was really unmounted using disk image. It was not, so I unmounted it there.
    Subsequently, when I would mount that disk image, the icon would not appear in the sidebar. If you run into this problem, you can fix it thus:
    1) Go to the Go --> Go to Folder menu item in the Finder.
    2) Enter /Volumes
    3) Drag the icon of the mounted disk image to the disk part of the sidebar
    You will need to aim properly to get access to the sidebar without activating one of the disk icons.
    4) All better
    This started out as a question, but I fixed it and thought someone else could use the info.
    Scott

    Nicely done Scott, thanks!

  • Unable to drop an image object onto an ALV.

    Hi ,
    I have created an Image with value 'OBJECT_IMAGE' for the tag in the Drag Source Info.
    I have created an ALV and declared it as a drop target by calling the 'create_drop_row_target_info' using the ALV configuration model and passed in the value 'OBJECT_*' for the tag.
    Im not able to drag the image onto the ALV and trigger my corresponding event.
    I have also declared the event handler in the methods list.
    Kindly help. I need to drag this image into the ALV and populate my ALV with data.
    Warm regards,
    Newton.

    HI Chris ,
    Im working on Netweaver 7.02.
    I have used the following code to enable the drop feature in my ALV.
      DATA lo_cmp_usage TYPE REF TO if_wd_component_usage.
      lo_cmp_usage =   wd_this->wd_cpuse_alv_scarr2( ).
      IF lo_cmp_usage->has_active_component( ) IS INITIAL.
        lo_cmp_usage->create_component( ).
      ENDIF.
    DATA lo_interfacecontroller TYPE REF TO iwci_salv_wd_table .
    lo_interfacecontroller =   wd_this->wd_cpifc_alv_scarr2( ).
      DATA lv_value TYPE REF TO cl_salv_wd_config_table.
      lv_value = lo_interfacecontroller->get_model(
    DATA : LIF_DROP_TARGET_INFO TYPE REF TO IF_SALV_WD_DROP_TARGET_INFO.
    DATA : LV_STRING TYPE STRING VALUE 'ALV_SCARR2'.
    CALL METHOD lv_value->if_salv_wd_drag_and_drop~create_drop_row_target_info
      EXPORTING
        id          = LV_STRING
        name    = 'IMAGE'
        tags      = 'OBJECT_*'
        enabled = 'X'
      receiving
        value   = LIF_DROP_TARGET_INFO.
    Regards,
    Newton.

  • Rotated image overlaps other controls

    Hi, I am working on an AIR app involving images. One of the functionalities is viewing as well as rotating images. I made a simple test app to illustrate this portion:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
        <mx:Script>
            <![CDATA[
                private function rotate():void
                    var bitmap:Bitmap = Bitmap(img.content);
                    var matrix:Matrix = bitmap.transform.matrix;
                    var centerX:Number = bitmap.width/2;
                    var centerY:Number = bitmap.height/2;
                    matrix.translate(-centerX, -centerY);
                    matrix.rotate(90*Math.PI/180);
                    matrix.translate(centerY, centerX);
                    bitmap.transform.matrix = matrix;
            ]]>
        </mx:Script>
        <mx:Text width="100%" text="Some text"/>
        <mx:Image id="img" width="100%" height="100%" source="test.jpg" horizontalAlign="center" verticalAlign="middle"/>
        <mx:Button label="rotate 90" click="rotate()"/>
    </mx:WindowedApplication>
    The application window has text on the top and a button on the bottom, with the image in the middle. Each click of the button rotates the image by 90 degrees.
    On launch, the app works great. It fetches the image file and fits it to the Image container. As I resize the application, the image also resizes and maintains the position relative to the other controls. Top text and bottom button are where they should be. All good. Let's assume the image is landscape/wide. After I perform the rotate 90 degrees by clicking the button, although the image is rotated and now in portrait orientation, the bottom portion of the image is now out of the image boundary and overlapping the button.
    Is there a way to tell the image to fit the content to the container again? Basically, re-layout the whole thing as if the image is in this new orientation.
    I suppose I can try to figure out a change in scale and resize the image, but I am not sure if this will hold when the user resizes the application. Also, the rotated image is now rather far to the left, as the "top left" corner is where a landscape image would be. For a portait orientation that's centered horizontally, it should be further to the right. I suppose I can also come up with some formula to center the rotated image. It just seems that the application already has all this logic built in, as it did exactly what I wanted when the image was loaded initially. If I can just ask the application to do it again. Note that similar issue occurs if the image starts out in portrait orientation and is rotated to landscape (too far to the right).
    Thanks in advance for the help.
    Will

    Thanks Sheila and Arnis,
    Today I opened the project to try different zoom settings and the problem has vanished; I get the correct arrow at zooms of 100, 120 and 140%.
    Likely a bug somewhere deep in Frame's innards. Anyway we've ordered TCS3 so soon I'll be using FM10. Thanks anyway.
    --- Derek

  • CS5 PDF export (high res) is causing lines and color shifts where transparent images overlap

    Has anyone else had this issue? I've attached two samples of what is happening. Basically, I have a headline with an image that overlaps it a bit. The frame cuts through the headline (you can see it in the sample) and causes the type to break. I've also had it shift my color significantly so that the green that is under the frame is much darker than the green outside the frame. Everything is in the same color space using the same profiles.
    Originally, I thought it was a PDF anomolly, but it prints just as you see it. Can someone please explain what is happening here?
    Thanks in advance for any input.

    That makes sense. I had a colorist that works with one of our vendor pre
    -press houses set us up. We calibrated to our vendors machines so that we could share files when necessary. Their recommendation was the distiller workflow. Even setting the profile in the export to pdf option in ID caused it to be a bit different than doing it the long way. That may have changed since this was a couple of years ago, but I've just continued to do it that way.

  • 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:

  • Prevent image overlap in anchored images

    Hi,
    I have two anchored images with text flow in one text frame. Both of them are quite big and quite close to each other.
    But when the IMAGE 1 achieve end of the page (due to changing length of the text for example), than freeze on the end of the page and the IMAGE 2 move behind the IMAGE 1.
    Are there any chance to control this overlapping?
    Thanks a lot

    Only means I know of is to force the second image to a new text frame.
    Mike

  • Image overlapping and aligning

    Hi,
    I'm trying to add 2 white lines ontop of my #header picture. I've managed to make them overlap, but I can't seem to move them where I want them to be.
    I'll post my code below, but since I don't have a website, you wont be able to see the picture so I'll be posting a picture on how it looks and how I want it to look below my code.
    Do not hesitate if you feel like commenting on other parts of my code, I do not understand the placement logic in css stylesheet yet...
    Here's my css stylesheet code:
    @charset "utf-8";
    /* CSS Document */
    body {
    font:"Times new Roman";
    .meny{
    padding-bottom:100;
    font-size:38px;
    h1{
    color:#FFF;
    float:right;
    font-size:88px;
    padding-right:32px;
    a{
    color:#FFF;
    font-size:28px;
    text-decoration:none;
        margin-left:33px;
    margin-right:0px;
    padding-right:24px;
    a:hover{
    color:#d8d8d8;
    text-decoration:underline;
    #page{
    background:#d8d8d8;
    position:absolute;
    top:0px;
    left:0px;
    width:1024px;
    height:768;
    #top{
    background:#d8d8d8;
    position:absolute;
    top:0px;
    left:0px;
    width:1024px;
    height:142px;
    #line{
    background-image:url(Images/Line.jpg);
    top:162px;
    left:25px;
    height:6px;
    width:378px;
    z-index:1;
    #line2{
    background-image:url(Images/line2.jpg);
    top:187px;
    left:100px;
    height:5px;
    width:379px;
    z-index:2;
    #leftheader{
    background-image:url(Images/Header.jpg);
    position:absolute;
    top:142px;
    left:0px;
    width:700px;
    height:27px;
    padding-top: 91px;
    padding-bottom: 38px;
    z-index:3;
    #rightheader{
    background-image:url(Images/Header.jpg);
    position:absolute;
    top:142px;
    left:667px;
    width:357px;
    height:140px;
    padding-top:16px;
    z-index:3;
    #bottom{
    background:#d8d8d8;
    position:absolute;
    top:298px;
    left:0px;
    width:1024px;
    height:468px;
    #venstre{
    background-color:#FFF;
    position:absolute;
    top:26px;
    left:33px;
    width:608px;
    height:357px;
    #hoyre{
    background-color:#FFF;
    position:absolute;
    top:26px;
    left:667px;
    width:323px;
    height:430px;
    Here's my html 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>Webside</title>
    <link href="Stilark backup.css" rel="stylesheet" type="text/css" />
    </head>   
    <body>
    <div id="page">
    <div id="top"></div>
        <div id="leftheader">
        <div id="line"></div>
        <div id="line2">
        </div>
        <a href="Webside.html">Home</a>
        <a href="Webside.html">Gimmy</a>
        <a href="Webside.html">Carina  </a><a href="Webside.html">Bilder</a>
        <a href="Webside.html">Linker</a>
        </div>
        <div id="rightheader">
        <h1>Webside</h1>
      </div>
    <div id="bottom">
          <div id="venstre">
    </div>
         <div id="hoyre">
         </div>
    </div>
    </div>
    </body>
    </html>
    That white line you see here is my two whitw lines, they're just placed right above each other and the image is kinda small...
    and this is how I want the 2 lines to be placed:

    I might've thought out a solution for my problem. The padding in my #leftheader is the problem why I can't place my lines where I want them. What I think I need to do is to add my lines inside the #leftheader before I add my links, so that I can use spacing to place my links where I want them after I've added the lines. But earlier on I've had troubles when I wanted to align my links to the bottom of my #leftheader, and that still pussles me why I couldn't do so.
    If I do add something inside my #leftheader and try to align it top, right, bottom, left etc, shouldn't they be aligned according to the outerlines of my #leftheader? (that's what I tried to do, but since i didn't get it to work, I added "padding" to place the links where I wanted them to be) I might've tried to align my links in the wrong place inside my code, anyway I'll try to solve the problem with what I just came up with.

  • Muse 4 image overlap problem (solved)

    Using Muse 4: Images in Design mode look fine. But in Preview mode and on the web they are severely misaligned, overlapping each other and text boxes vertically.
    californiaheritagemuseum.org
    Adobe tech support sent me this link to a video explaining the problem, and showing the solution!
    http://www.screencast.com/t/ao3syjgXa

    Vesa drivers are normally used as a fallback as it is very generic.  Use the free or proprietary drivers for your intel/ati/nvidia instead.
    Here is a quote from the beginner's guide:
    "The vesa driver is a generic mode-setting driver that will work with almost every GPU, but will not provide any 2D or 3D acceleration. If a better driver cannot be found or fails to load, Xorg will fall back to vesa. To install it:"
    https://wiki.archlinux.org/index.php/Beginners'_Guide/Post-installation#Install_a_video_driver

  • Why can't I drag images directly onto illustrator ?

    When I search google images in Safari or Google Chrome,
    the browsers allow me to drag images directly into AI (Adobe Illustrator) or PS. I'm unable to do this in Firefox, I have to drag images onto my desktop then into AI or PS.

    Hi All,
    This bug has been fixed in the latest version of Dreamweaver CC 2014, which is now available for download.
    Download it from https://creative.adobe.com/ or directly through the Creative Cloud desktop app.
    We’re excited to hear back from you. Please share your feedback.

  • Image Overlapping not proper

    Dear All,
    I have 3-4 images which are to be overlapped. Infact I have 3-4 JLabels which have these images as their icon set. Now when i overlap them one image rectangular area covers the other images means this does not look transparent. Means if i properly put the one image over other only one is seen.
    I have tried with BufferedImage & Alpha-Composite etc but what happen with this if i make it total transparent(0.0) it becomes black (rectangle), if i make it total opaque(1.0) , it covers the other image. If i kept this value in between, some undesired background comes with image.
    Please help me out if you have even some idea.
    Thanks,
    Manoj

    Don't crosspost: http://forum.java.sun.com/thread.jsp?forum=20&thread=519433&tstart=0&trange=15

Maybe you are looking for

  • Group Policy Management | No such interface supported

    Running Windows Server 2008 R2 as a Domain Controller and when I open Group Policy Management, click on a GPO, then click on the Settings tab, it pops up an error message that says "No such interface supported".  I've found several articles that talk

  • Multiple questions about using iWeb '09 with my Host Excellence, GoDaddy & Storenvy Accounts. Can you Help?

    Hello, my name is Luis Diaz and I have always appreciated the help here in the iWeb community.  I've been using iWeb for a long time. For some reason my usernames are not working lately - LuisDiazArt or RabidArt) I updated my domain service with Host

  • Need some help in Adobe 9

    We recently got couple new Dells with Windows 7 and Adobe 9 preinstalled.   I am trying to get a PDF from online and print to PDF so I can have a copy on my machine.   For some reason, from this particular site, We were asked not to open and save ont

  • *URGENT* Cash discount account configuration

    Hello SAP Gurus, We have the following requirement: The business would like to update the GL account that is automatically posted when cash discounts are taken in the AP payment run. Is there any functionality available in SAP to configure the cash d

  • Needs R/3 User-exit help when PO/PR created in Backend system

    Hi SRM/MM Experts, We are using ERP2005 and SRM 5.0 with classic scenario. Shopping cart converts the Purchase Requisition and Purchase Order in the backend system. R/3 system had a custom logic to blank out the Account assignment category, cost cent