Help left Div div

Hello

I am trying to add an H1 tag next to the logo image on my page to the text such as my site appears at the top left to the right of the logo. I tried to create two new div and aligning their left and right, but it merges in the navigation. Please can you help me?

Add here your portfolio name

Adding the following will help you on your way

Tags: Dreamweaver

Similar Questions

  • Need help with div floating and clear property

    Link to page

    Link to the CSS file

    I have the site currently configured as a site of 3 columns and everything works fine.  I need to do a few pages as a 2 column page with the left column with only several "leftcolumn" div piled on each other so that there are several sections of box rounded in the left column.

    I have the leftcolumn div is floated left with a clear left for the left div column to stack on each other.

    The by rightcolumn is floating right.

    How can I get my right column to align with the top of the first leftcolumn div?

    It is not always necessary to float each column.  A float is usually enough for a 2-column layout.

    Where you have this:

    {#rightcolumn}
    Width: 620px;
    float: right;
    color: #FFFFFF;
    do-family: Verdana, Arial, Helvetica, without serif.
    color: #FFFFFF;
    do-family: Verdana, Arial, Helvetica, without serif.
    padding: 10px;
    border: 3px solid #5f605f;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -Opera-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background-color: #858586;
    do-size: 12px;
    margin: 10px;
    }

    Change it as follows:

    {#rightcolumn}

    / * REMOVE IT * /.

    Width: 620px; 
    float: right;
    color: #FFFFFF;
    do-family: Verdana, Arial, Helvetica, without serif.

    color: #FFFFFF;

    do-family: Verdana, Arial, Helvetica, without serif.
    padding: 10px;
    border: 3px solid #5f605f;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -Opera-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background-color: #858586;
    do-size: 12px;

    / * REMOVE THIS * /.

    margin: 10px;

    / * ADD THIS * /.

    margin left: 350px;  / * adjust as needed * /.
    }

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

    Post edited by: Nancy O.
    Scratched do not work in the forum.  I edited the code for most sense.

  • JavaScript, button help/invisible/div/radio/subradiobutton

    JavaScript, button help/invisible/div/radio/subradiobutton

    Does anyone know how to create the radio 2 button and where the second box option have a sub option button when it is clicked or selected.

    The default value will be the first main option button

    Then, when you click on the second option button and then the 2 arises for selection of void

    Thank you
    In advance

    Yes cud u put the javascript code in the page itself.

    I've include the html for your rerference file example

    Kind regards
    AKEL

  • Help! Divs will exceed of parent container! Compensation doesn't seem to work!

    My 'mainContent' div extends beyond the DIV 'container '. It seems that I have tried everything - compensation doesn't seem to work.

    Help!

    Here is my css:

    @charset "UTF-8";
    / * CSS document * /.
    {body
    margin: 0; / * It is advisable to zero, the margin and the filling of the body to hold element has a different default browser * /.
    padding: 0;
    text-align: center; / * This centers the container in IE 5 * browsers. The text is then set left aligned by default in the #container selector * /.
    Color: #000000;
    do-family: Arial, Helvetica, without serif.
    do-size: 100%;
    background-color: #FFF;
    }
    .twoColFixRtHdr #container {}
    Width: 960px;  / * using the less than a width 20px full 800px allows for chrome browser and avoids a horizontal scroll bar * /.
    background: #FFFFFF;
    text-align: left; / * This setting overrides the text-align: center on the body element. */
    do-family: Arial, Helvetica, without serif.
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    left margin: auto;
    Top: 10px;
    padding-top: 10px;
    Clear: both;
    }
    .twoColFixRtHdr #header {}
    height: 180px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 5px;
    border-left-width: 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: #999;
    border-bottom-color: #000;
    top of the margin: 5px;
    margin-bottom: 0px;
    }
    .twoColFixRtHdr #container #sidebar1 img {}
    padding-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
    .twoColFixRtHdr #header h1 {}
    margin: 0; / * zero setting of the margin of the last element in the #header div tag will prevent the collapse of margin - inexplicable space between divs. If the div has a border around it, this isn't necessary, which also allows to avoid the collapse of margin * /.
    padding: 10px 0; / * padding instead of margin will allow you to keep the edges of the div element * /.
    }
    {.twoColFixRtHdr #sidebar1}
    Width: 315px;
    padding: 0px;
    top: 200px;
    float: right;
    }
    {.twoColFixRtHdr #mainContent
    Width: 643px;
    padding-top: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    overflow: hidden;
    top: 230px;
    position: absolute;
    Clear: right;
    }
    .twoColFixRtHdr #footer {}
    background: #DDDDDD;
    top: 50px;
    Clear: both;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    }
    .twoColFixRtHdr #footer p {}
    margin: 0; / * zero setting the margins of the first element in the footer will avoid the possibility of the collapse of the margin - a space between the div tags * /.
    padding: 10px 0; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
    }
    .fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */
    float: right;
    left margin: 8px;
    }
    .fltlft {/ * this class can be used to float an element on your page to the left * /}
    float: left;
    right margin: 8px;
    }
    .clearfloat {/ * this class must be placed on an element div or break and should be the last item before closing a container should completely contain a float * /}
    Clear: both;
    height: 0;
    font size: 0px;
    line-height: 0px;
    }

    {.spacer}
    Clear: both;
    }


    .twoColFixRtHdr #container #mainContent #article_main_head {}
    do-family: Arial, Helvetica, without serif.
    Top: 10px;
    Width: 635px;
    float: left;
    }
    .twoColFixRtHdr #container #mainContent #article_img {}
    Width: 630px;
    float: left;
    margin-top: 10px;
    Clear: both;
    }
    .twoColFixRtHdr #container #mainContent #article_main_txt {}
    float: right;
    Width: 450px;
    Clear: both;
    padding-top: 10px;
    height: 500px;
    }
    .twoColFixRtHdr #container #mainContent #article_main_pq {}
    Clear: both;
    float: left;
    Width: 180px;
    top of the margin: 100px;
    }

    Here is my html code:

    lotus_magazine_tagline
    lotus_magazine_logo         lotus_magazine_issue1

    Donec EU mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus and fermentum ut, sapien. Surpassing metus mi, eleifend sollicitudin molestie id, varius, and nibh. Donec nec libero.

    Loading news. Please wait...
    lotus_main_article
    Loading news. Please wait...
    Loading news. Please wait...

    This CSS sends a red flag:

    {.twoColFixRtHdr #mainContent


    Width: 643px;
    padding-top: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    overflow: hidden;

    }

    / * REMOVE THE TEXT FOLLOWING * /.
    top: 230px;
      position: absolute;
         Clear: right;

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Need help nesting DIV in floating DIV

    Here's the page I'm working on the construction:

    http://www.kellyrambow.com/Web%2011%202008/CSS%20example/homepage%20layout%20experiment.ht ml

    Here's the CSS that I use to generate the page:



    * {padding: 0; margin: 0 ;}}

    {body
    background-color: #765856;
    background-image: url (.. / images/pageBg.gif);
    background-repeat: repeat-x;
    text-align: center;
    }
    {#wrapper}
    margin: 0 auto;
    Width: 976px;
    }
    {#leftcolumn}
    margin: 0px 0px 0px 0px;
    height: 500px;
    Width: 13px;
    float: left;
    }


    / * MIDDLE LEFT COLUMN * /.
    {#leftmiddle}
    margin: 0px 0px 0px 0px;
    height: 500px;
    Width: 471px;
    float: left;
    / * display: inline; * /
    }

    / * VOID LEFT COLUMN AREA * /.
    {#wrapper_leftmiddle}
    margin: 0 auto;
    Width: 471px;
    }

    {#leftcolumn_leftmiddle}
    Color: #333;
    background: #E7DBD5;
    margin: 0px 0px 0px 0px;
    height: 350px;
    Width: 156px;
    float: left;
    }
    {#content_leftmiddle}
    float: left;
    Color: #333;
    background: #F2F2E6;
    margin: 0px 0px 0px 0px;
    height: 350px;
    Width: 158px;
    display: inline;
    }
    {#rightcolumn_leftmiddle}
    Color: #333;
    background: #E7DBD5;
    margin: 0px 0px 0px 0px;
    height: 350px;
    Width: 157px;
    float: left;
    }
    {#footer_leftmiddle}
    Width: 471px;
    Clear: both;
    Color: #333;
    background: #BD9C8C;
    margin: 0px 0px 0px 0px;
    }



    >

    so my problem is that when I added the "/ * VOID LEFT COLUMN AREA * /"- and the divs defined it
    inside of the
    / * MIDDLE LEFT COLUMN * /.

    When I added these divs to the div class = "leftmiddle".
    div id = "by" rightcolumn dropped, and now there is a space between the "
    div class = "leftmiddle" and the div id = "rightmiddle".

    I have a lot of experience HTML and CSS experience, but am trying to build my site using only CSS, ASP and Ajax.

    Any help on this would be greatly appreciated!

    Web Designer
    kellyrambow.com

    Here's the page I'm working on the construction:

    http://www.kellyrambow.com/Web%2011%202008/CSS%20example/homepage%20layout%20experiment.ht ml

    Here's the CSS that I use to generate the page:

    * {padding: 0; margin: 0 ;}}

    {body
    background-color: #765856;
    background-image: url (.. / images/pageBg.gif);
    background-repeat: repeat-x;
    text-align: center;
    }
    {#wrapper}
    margin: 0 auto;
    Width: 976px;
    }
    {#leftcolumn}
    margin: 0px 0px 0px 0px;
    height: 500px;
    Width: 13px;
    float: left;
    }

    / * MIDDLE LEFT COLUMN * /.
    {#leftmiddle}
    margin: 0px 0px 0px 0px;
    height: 500px;
    Width: 471px;
    float: left;
    / * display: inline; * /
    }

    / * VOID LEFT COLUMN AREA * /.
    {#wrapper_leftmiddle}
    margin: 0 auto;
    Width: 471px;
    }

    {#leftcolumn_leftmiddle}
    Color: #333;
    background: #E7DBD5;
    margin: 0px 0px 0px 0px;
    height: 350px;
    Width: 156px;
    float: left;
    }
    {#content_leftmiddle}
    float: left;
    Color: #333;
    background: #F2F2E6;
    margin: 0px 0px 0px 0px;
    height: 350px;
    Width: 158px;
    display: inline;
    }
    {#rightcolumn_leftmiddle}
    Color: #333;
    background: #E7DBD5;
    margin: 0px 0px 0px 0px;
    height: 350px;
    Width: 157px;
    float: left;
    }
    {#footer_leftmiddle}
    Width: 471px;
    Clear: both;
    Color: #333;
    background: #BD9C8C;
    margin: 0px 0px 0px 0px;
    }

    >

    so my problem is that when I added the "/ * VOID LEFT COLUMN AREA * /"- and the divs defined it
    inside of the
    / * MIDDLE LEFT COLUMN * /.

    When I added these divs to the div class = "leftmiddle".
    div id = "by" rightcolumn dropped, and now there is a space between the "
    div class = "leftmiddle" and the div id = "rightmiddle".

    I have a lot of experience HTML and CSS experience, but am trying to build my site using only CSS, ASP and Ajax.

    Any help on this would be greatly appreciated!

    Web Designer
    kellyrambow.com

  • 'float' left div

    I would have several text boxes on the left side of a site with large boxes to the right.  I'm trying to do with css and floating, but seem to be screwing.  See http://www.beermattonline.co.uk/manuscript_doctor/ when I add a second box it appears down below and not to the left as I would like.  Could someone point out my error?

    Thank you, Matt.

    You should understand all the boxes that must be placed in the column on the left in a detour left - floated DIV (= container). Set its width as you want (e.g. 150px).

    Then remove the ' float: left ' declaration of class .float_left and change "width: 140px;" to "width: auto;" (You can also change the name of the class as its content is floating is no longer...). So, you get the standard block elements placed one under another.

    These measures prevent strange positioning errors (the boxes floating to the left by placing side by side to another) where the content of the main column is much shorter than it is now.

  • Help: AP Div travel in all directions

    I created a form within an AP Div. I place the Div on the page at the top of the background image without problem. But when I Preview in Internet Explorer, the div and its content more moves off of the page. When I preview it in Firefox, it moves the other way off the page. What gives?

    Tip: Do not try and do web design you do graphic design or desktop with lots of drag and drop items. The web does not work like that.

    As tempting as Divs are, they are not intended for layout like that.

    If you resize your browser window by grabbing the RH corner and move the mouse around, you will see that the AP Div remains motionless and everything behind it moves as the browser resizes.

    In fact, the page looks and behaves the same in FF and IE for me.

    This page is not at all necessary Divs PA.

    Remove the CSS of the apDiv4 and make the image of contact.jpg in a background image in the div centered.

    Then use high-margin to move the shape down so that it looks right on the page.

  • Need help with div covering the whole page.

    I'm starting to learn more about the delicate design.  I have what I know is a very simple question, but can't seem to solve it.

    The problem is that I have my header and footer using the entire width of the page with a black background.  But if you look there is a small space on each side.  I would NOT expect this space.  If you wouldn't mind taking a look at the source code for this page and see what I could hurt I has you SO grateful!

    Here is the page:

    http://www.berniechiaravalle.com/index.html

    I'm looking forward to all the advice I can get.

    Thank you!

    BRITISH COLUMBIA

    Zero on the margins and padding on everything with this universal selector (*).

    Add code CSS according to your external style sheet.

    * {

    margin: 0;

    padding: 0;

    / * This fixes broken in fluid layouts box model * /.

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    Nancy O.

  • help left my ports of the laptop does not

    Hey guys,.

    my left side all of my laptop usb ports does not work, but my right side are

    It happened when I had again to download windows 7 and I checked the internet about this and he said that my bus series universal

    driver is not downloaded and I do not know what to do please help

    and I want to just my usb ports to work on my left side

    my product is:

    Product name: HP Pavilion Notebook PC g7 - 2373CA g7

    Product number: D1D30UAR #ABL

    Windows 7 Ultimate 32 bit

    Go to this link and download the driver

    https://Downloadcenter.Intel.com/Detail_Desc.aspx?DwnldID=21129

  • Help left join or Union

    Hoping to get a second set of eyes (or more)...

    Trying to create a view in Oracle and most of this fact with the exception of the 1 field. I can't put in properly and I am out.

    I have:

    Select EmpNo, job_or, Injury_Num, Labor_Date, Labor_Dur 3600 as 'H', Night_Diff, payEndDate.
    pay_code as 'TypeHrs', wrkctr_cd as 'Cost Center'
    Left outer join employee work on employee.sys_num = labor.employee
    Left Outer Join job_order on job_order.sys_num = labor.job_or
    type_hours.sys_num = labor.type_hours left outer join type_hours
    outer join work_center let work_center.sys_num = labor.work_center


    pay_period is the question... I have this field in the table weaky, but also the tour_period table, I need the date of tour_period. PayEndDate...

    I tried
    outer join tour_period let tour_period.pay_period = work. Pay_period

    with no luck...

    any help is appreciated

    Hello

    Welcome to the forum!

    Whenever you have a problem, please post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) of all of the tables involved.
    Also post the results you want from this data, as well as an explanation of how you get these results from these data, with specific examples.
    Simplify the problem as much as possible. By example, if your actual query uses tables of 6, but you can show the problem with only 2 or 3 tables, and then only after these 2 or 3 tables.
    Always tell what version of Oracle you are using.
    See the FAQ forum {message identifier: = 9360002}

    937915 wrote:
    Hoping to get a second set of eyes (or more)...

    Trying to create a view in Oracle and most of this fact with the exception of the 1 field. I can't put in properly and I am out.

    I have:

    Select EmpNo, job_or, Injury_Num, Labor_Date, Labor_Dur 3600 as 'H', Night_Diff, payEndDate.
    pay_code as 'TypeHrs', wrkctr_cd as 'Cost Center'
    Left outer join employee work on employee.sys_num = labor.employee
    Left Outer Join job_order on job_order.sys_num = labor.job_or
    type_hours.sys_num = labor.type_hours left outer join type_hours
    outer join work_center let work_center.sys_num = labor.work_center

    Validation of your code, as you did, is very useful.

    pay_period is the question... I have this field in the table weaky, but also the tour_period table, I need the date of tour_period. PayEndDate...

    I tried
    outer join tour_period let tour_period.pay_period = work. Pay_period

    That looks right, but I'm just guessing what your tables and your data look like.

    with no luck...

    any help is appreciated

    What does exactly 'no chance' mean in this case? Do you have all the lines? Do you have too many lines? Were the columns in the bad results?
    Do you have an error message? Display the full error message, including line numbers.

  • Please help - left hand menu/toolbar is missing?

    I need help.  My menu on the left is missing? How can I get that back?  Ive tried pressing tab and F, but still nothing.

    Untitled-1.jpg

    Window > tools or right click the workspace (Essentials) and click Reset.

  • Help: Left equivalent function in Oracle?

    Can hey someone throw somelight on the function which is equal to the LEFT in Oracle.

    Left$ (patientmemberid, Len (patientmemberid) - 2)


    Thank you

    Too late Frank ;)

    Max

  • Problems with left and right Divs

    Hello, I have returned, to see if everything is OK if I could receive assistance with the same subject that I posted previously that came to no conclusion. I try to have two div to the left and right of eachother, which automatically stop the footer. Here are my problems with the following code:

    1. for some reason, the left div is located in the upper left and right div located on the lower right corner

    2. the divs do not automatically stop at the foot of page and corresponds to the amount of pixels in "min-height".

    Demo page: http://www.expertpcguides.com/web-contributors.html

    Paste the following code in my .css document

    #left {}

    Clear: both;

    Background: url ('www.expertpcguides.com/mg/Left.jpeg');

    min-height: 610px;

    Width: 150px;

    float: left;

    }

    #right {}

    Clear: both;

    Background: url ('www.expertpcguides.com/img/Right.jpeg');

    min-height: 610px;

    Width: 150px;

    float: right;

    }

    Paste the following code in my html document

    "<div id="left">< /div > .

    "<div id="right"> < / div > .

    Infact to reach the boxes of such height you'll probably have to use display: table;

    This means wrap any 'left', 'boxcontent', 'good' section in another

    :

    Then, using css:

    {#displayTable}

    Display: table;

    }

    #left {}

    Background: url ("http://www.expertpcguides.com/img/Left.jpeg");

    Display: table-cell;

    Width: 12%;

    }

    #right {}

    Background: url ("http://www.expertpcguides.com/img/Right.jpeg");

    Display: table-cell;

    Width: 12%;

    }

    #boxcontent

    {

    Width: 76%;

    Display: table-cell;

    padding: 30px 25px;

    }

  • div won't right?

    I need help with div in yellow (Entertainment).  It should go to the blue and located right under the red.

    Thank you

    Capture.JPG

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    "< html xmlns ="http://www.w3.org/1999/xhtml"> <!-model InstanceBegin =" / models/Christiane jamaica.dwt "codeOutsideHTMLIsLocked = 'false'-> '.
    < head >
    < style type = "text/css" >
    {.mainHeadings}
    do-size: 16px;
    make-weight: bolder;
    color: #FFED00;
    background-color: #030000;
    text-align: center;
    }

    {.headings}
    do-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    do-size: 14px;
    make-style: italic;
    make-weight: bolder;
    color: #FFED00;
    background-color: #030000;
    }

    UL {padding-left: 16px; do-size: 1em}
    < / style >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    <!-InstanceBeginEditable name = "doctitle"-->
    < title > Christiane Jamaica < /title >
    <! - InstanceEndEditable - >
    <!-InstanceBeginEditable name = "head"->
    < style type = "text/css" >
    {#MainFrontPageTopics}
    background-color: #090;
    Width: 443px;
    }
    {#economics}
    float: left;
    height: 200px;
    Width: 140px;
    background-color: #666;
    }
    {#politics}
    float: left;
    height: 200px;
    Width: 140px;
    left margin: 12px;
    background-color: #3 CF;
    }
    #sports {}
    float: left;
    Width: 140px;
    height: 200px;
    top of the margin: 12px;
    background-color: #F0F;
    }
    {#culture}
    float: left;
    Width: 140px;
    left margin: 12px;
    height: 200px;
    top of the margin: 12px;
    background-color: #00F;
    }
    {#entertainment}
    float: right;
    height: 200px;
    Width: 140px;
    top of the margin: 12px;
    background-color: #FF0;
    }
    {#business}
    float: right;
    height: 200px;
    Width: 140px;
    background-color: #F30;
    }
    {#rightColContent}
    background-color: #F30;
    Width: 300px;
    }
    < / style >
    <! - InstanceEndEditable - >
    < style type = "text/css" >
    <!--
    {body
    margin: 0;
    padding: 0;
    Color: #000;
    do-family: Verdana, Arial, Helvetica, without serif.
    do-size: 100%;
    line-height: 1.4;
    background-color: #FFEE75;
    }

    / * ~ ~ This container fixed-width surrounds all the other items ~ ~ * /.
    . Container {}
    Width: 960px;
    margin: 0 auto; / * set to auto on the sides, coupled with the width, the layout centres * /.
    background-color: #FFEE75;
    border: 1px;
    }
    #header {}
    height: 93px;
    margin-bottom: 5px;
    Width: 960px;
    top of the margin: 5px;
    border: 1px solid #060;
    }
    {#headerleftad}
    float: left;
    height: 90px;
    Width: 180px;
    border: 1px solid #FFF;
    }
    {#headerdweetlogo}
    float: left;
    height: 90px;
    Width: 591px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    border-bottom-color: #FFF;
    border-right-width: 2px;
    border-left-width: 2px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFF;
    border-left-color: #FFF;
    }
    {#headerrightad}
    height: 90px;
    Width: 180px;
    float: right;
    border: 1px solid #FFF;
    }
    {#aboveheader}
    height: 50px;
    Width: 960px;
    }
    {#heading}
    height: 34px;
    Width: 960px;
    text-align: left;
    do-size: 12px;
    margin-right: auto;
    left margin: auto;
    background-color: #000;
    }
    {#pagetitle}
    height: 35px;
    Width: 425px;
    float: left;
    right margin: 267px;
    text-align: center;
    margin left: 267px;
    }
    #footer {}
    Clear: both;
    do-size: 10px;
    text-align: center;
    }
    {#leftCol}
    Width: 180px;
    float: left;
    right margin: 18px;
    }
    {#centerCol}
    Width: 443px;
    float: left;
    do-size: 12px;
    Clear: none;
    make-weight: normal;
    do-family: Arial, Helvetica, without serif.
    text-align: justify;
    }
    {#rightCol}
    Width: 300px;
    float: right;
    }
    ->
    < / style >
    < script src = "SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script > "
    < link href = "SpryAssets/SpryMenuBarVertical.css" rel = "stylesheet" type = "text/css" / > "
    < / head >

    < body >
    < div class = "container" >
    < div class = "content" >
    < div id = "aboveheader" > < / div >
    < div id = "header" > <!-InstanceBeginEditable name = "EditRegion6"->
    < div id = "headerleftad" > < img src = "headerleft.png" width = "180" height = "90" / > < / div > "
    <! - InstanceEndEditable - >
    < div id = "headerdweetlogo" > < img src = "dweetjamaicaheader-590 - green.png" width = "590" height = "90" alt = "Christiane jamaica" / > < / div >
    <!-InstanceBeginEditable name = "EditRegion7"->
    < div id = "headerrightad" > < img src = "headerRight.png" width = "180" height = "90" / > < / div > "
    <! - InstanceEndEditable - > < / div >
    < div id = "section" > <!-InstanceBeginEditable name = "EditRegion8"->
    < div id = "pagetitle" >
    < / div >
    <! - InstanceEndEditable - > < / div >
    < div id = "leftCol" >
    < ul id = "MenuBar2" class = "MenuBarVertical" >
    < li > < a href = "home.html" > home < /a > < /li >
    < li > < a href = "about_the_cruise.html" > policy < /a > < /li > ""
    < li > < a href = "about_the_ship.html" > economy < /a > < /li > ""
    < li > < a href = "why_take_this_cruise.html" > Business < /a > < /li > ""
    < li > < a href = "choosing_your_cabin.html" > Sports < /a > < /li > ""
    < li > < a href = "first_time_cruisers.html" > Culture < /a > < /li > ""
    < li > < a href = "cruise_faqs.html" > entertainment < /a > < /li > ""
    < li > < a href = "#" > Jamaica buy < /a > < /li >
    < li > < a href = "#" > key < /a > < /li >
    < li > < a href = "charity.html" > back < /a > < /li > ""
    < li > < a href = "only_in_jamaica.html" > only in Jamaica < /a > < /li > ""
    < li > < a href = "jamaicacrossword1.html" class = "MenuBarItemSubmenu" > Jamaica Crossword < /a > "
    < ul >
    < li > < a href = "jamaicacrossword1.html" > Jamaica Crossword 1 < /a > < /li >
    < li > < a href = "jamaicacrossword2.html" > Jamaica Crossword 2 < /a > < /li >
    < /ul >
    < /li >
    < li > < a href = "patois_crosswords1.html" class = "MenuBarItemSubmenu" > Patois Crosswords < /a > "
    < ul >
    < li > < a href = "patois_crosswords1.html" > say chichi < /a > < /li >
    < li > < a href = "patois_crosswords2.html" > say second is < /a > < /li > ""
    < li > < a href = "patois_crosswords3.html" > say late < /a > < /li >
    < /ul >
    < /li >
    < li > < a href = "souvenirs.html" > memories < /a > < /li > ""
    < li > < a href = "#" > announced < /a > < /li >
    < li > < a href = "contacts.html" > Contacts < /a > < /li > ""
    < /ul >
    < p > < / p >
    < / div >
    < div id = "centerCol" > <!-InstanceBeginEditable name = "EditRegion9"->
    < div id = "MainFrontPageTopics" >
    < div id = 'economy' > content for id 'economy' goes here < / div >
    < div id = "policy" > content for 'political' id goes here < / div >
    < div id = "company" > content for id 'company' goes here < / div >
    < div id = 'sports' > happy for 'sport' id goes here < / div >
    < div id = 'culture' > content for id 'culture' goes here < / div >
    < div id = "entertainment" > content for id 'entertainment' goes here < / div >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < / div >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    <! - InstanceEndEditable - >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < / div >
    <!-InstanceBeginEditable name = "EditRegion5"->
    < div id = "rightCol" > <!-AddThis button BEGIN--> < a class = "addthis_button_preferred_1" > < / a >
    < a class = "addthis_button_preferred_2" > < / a >
    < a class = "addthis_button_preferred_3" > < / a >
    < a class = "addthis_button_preferred_4" > < / a >
    < a class = "addthis_button_compact" > < / a >
    < a class = "addthis_counter addthis_bubble_style" > < / a >
    < div id = "rightColContent" >
    < p > content ID "rightColContent" goes here < /p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < / div >
    < p > < / p >
    < p > < / p >
    "< script type =" text/javascript"src ="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f0ee50131d8470a "> < / script>"
    <!-END AddThis button-> < /p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < / div >
    <! - InstanceEndEditable - >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >

    < div id = "footer" > Jamaica Copyright Christiane. All rights reserved < / div >
    < p > <!-end content--> < /p >
    < / div >
    <! - end .container - > < / div >
    < script type = "text/javascript" >
    var MenuBar2 = new Spry.Widget.MenuBar ("MenuBar2", {imgRight: "..."}) ({"/ SpryAssets/SpryMenuBarRightHover.gif"});
    < /script >
    "< a title ="Real Time Web Analytics"href ="http://getclicky.com/66524852 "> < img alt ="Real Time Web Analytics"src="//static.getclicky.com/media/links/badge.gif"border ="0"/ > < /a >"
    "< script src="//static.getclicky.com/js "type =" text/javascript"> < / script >
    < script type = "text/javascript" > try {clicky.init (66524852) ;} catch (e) {} < /script >}
    "< noscript > < p > < img alt ="Clicky"width ="1"height ="1"src="//in.getclicky.com/66524852ns.gif "/ > < / p > < / noscript >
    < / body >
    <! - InstanceEnd - > < / html >

    Ah, I see, sorry for the confusion.

  • Why is image more fluid content div in div of footer?

    My content div is set to 975px wide 20px padding.  I insert an image that is 700 x 525.  Content div expands to fit image.  As soon as I put the alignment on the image on the left div content reduced, image overflowing in the footer and footer text is wrapped around the image.  If I put a height for the content div superior to height of the image, all is well.  My problem is that images on different pages will be different sizes.

    Code:

    < div id = "content" >
    < h1 > < img src = "Oral/OralCavity_Labeled.jpg" alt = "Mouth" width = "700" height = "525" align = "left" / > Content ID 'content' here goes < / h1 > "
    < / div >
    < div id = "footer" >
    < h5 > property of the College of the Canyons of the Biology Department. All rights reserved. "< a href ="mailto:[email protected] "> Contact us < /a >." < / h5 >
    < / div >
    < h5 > < / h5 >
    < / div >
    < / body >

    Need help please, cannot continue with the site until this issue is resolved.

    Try this:

    #content {}
    Width: 975px;
    Background: #FFF;
    padding: 20px;
    overflow: hidden;

    }

    The magic of the overflow hidden:

    http://colinaarts.com/articles/the-magic-of-overflow-hidden/

    PS. I am happy that I am not disgusted.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

Maybe you are looking for