Div layout problem

Hi - stuck on what I think should be a fairly basic layout problem:
I have 2 divs, equal widths but varying heights, one floated to the left and one to the right so that they appear next to eachother on the page.  The one on the left contains varying amounts of text, the one on the right contains a flash player so never varies.
Where the text for the left div is long, I want it to start off next to the player, but then flow beneath it rather than continuing downwards at the same width as the div.  If I remove the width of the left div, so that it reverts to the container width, the player div positions itself below it, so I can't work out how to get the effect.
Can anyone help?

Hi,
hope I understood in the right way: I used (translated from German DW) "modify table" and so I got one more row and two columns in your Main_Content. In one of the new columns I copied the image and beneath I took the text (you now can replace with image and text of your choice), like this:
If that's not a help for your question, please ask me again.
What concerns the width of the pictures, I would format them with PS or a similar program in the same wide.
Hans-G.

Similar Messages

  • CSS Layout Problem?

    Can someone please help me with a layout problem.
    As far as I can tell the page looks as it should in Netscape,
    Firefox, etc., but IE6 and 7 refuse to work correctly.
    The page I am working on is:
    http://www.vmtampademo.com/localangler/testpage.html
    Most of the picture caption and headline of the middle column
    is behind the picture. I attempted to force the info with a
    seperating div which seems to work sometimes. I doubt that this is
    the correct solution. What am I doing wrong?
    Thank you for the help!

    It looks fine in Firefox 2.0.0.1, Opera 9.10, and IE 7.

  • Issues with floated DIV layout

    Hi I am having problems with my floated DIV layout on the following site in I.E 6/7 but not 8.
    I have tried display: inline thinking it may be a margin/padding issue?
    http://www.sopasbeauty.co.uk
    what am I doing wrong, should I be adding clearfloats to separate area's of the page??
    Mark

    First, open the page in DW and use FILE | Convert > XHTML 1.0 Transitional.  Then try changing this -
    <div class="boxes" id="box1">
          <h1>Acrylic Nails</h1>

  • Layout problem in PDF conversion

    Hi all,
    i am downloading spool data using the function module CONVERT_ABAPSPOOLJOB_2_PDF. But i am facing layout problem. e.g. RFBILA00(financial statement generation program) has written balancesheet data to the spool. This spool data has some 6 columns. but CONVERT_ABAPSPOOLJOB_2_PDF is writing only first 3 columns to the generated PDF file. i used 'GET_PRINT_PARAMETERS' function module also with values like layout as 'X_65_132' and 'X_90_120'. but no success. if anybody knows the answer, please let me know.
    Thanks in advance,
    Naveen

    Hi All,
    i am following the below approach to download the information from spool.
    program/spool output is an ALV List output data having 8 columns. but below approach is converting only first 5 columns in to PDF format. other 3 columns are getting truncated.
    FUNCTION /ngl/download_spoolinfo_as_pdf.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_SPOOL_REQUEST) LIKE  TSP01-RQIDENT
    *"     REFERENCE(I_FILENAME) LIKE  RLGRAP-FILENAME
    *"  EXCEPTIONS
    *"      DOWNLOAD_ERROR
      TABLES tsp01.
      DATA: mtab_pdf LIKE tline OCCURS 0 WITH HEADER LINE,
            mc_filename LIKE rlgrap-filename.
      DATA: mstr_print_parms LIKE pri_params,
            mc_valid(1) TYPE c,
            mi_bytecount TYPE i.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          copies                 = '1'
          cover_page             = space
          destination            = 'locl'
          expiration             = '1'
          immediately            = space
          mode                   = space
          new_list_id            = 'X'
          no_dialog              = 'X'
          user                   = sy-uname
          line_size              = 200
          line_count             = 65
         layout                 = 'X_65_200'
          layout                 = 'X_90_120'
          sap_cover_page         = 'X'
        IMPORTING
          out_parameters         = mstr_print_parms
          valid                  = mc_valid
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          OTHERS                 = 4.
      IF sy-subrc EQ 0.
        CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
          EXPORTING
            src_spoolid              = i_spool_request
            no_dialog                = 'X'
            dst_device               = mstr_print_parms-pdest
          IMPORTING
            pdf_bytecount            = mi_bytecount
          TABLES
            pdf                      = mtab_pdf
          EXCEPTIONS
            err_no_abap_spooljob     = 1
            err_no_spooljob          = 2
            err_no_permission        = 3
            err_conv_not_possible    = 4
            err_bad_destdevice       = 5
            user_cancelled           = 6
            err_spoolerror           = 7
            err_temseerror           = 8
            err_btcjob_open_failed   = 9
            err_btcjob_submit_failed = 10
            err_btcjob_close_failed  = 11
            OTHERS                   = 12.
        IF sy-subrc EQ 0.
          mc_filename = i_filename.
          DATA: lv_filename TYPE string.
          lv_filename = i_filename.
          CALL FUNCTION 'GUI_DOWNLOAD'
            EXPORTING
              bin_filesize = mi_bytecount
              filename     = lv_filename
              filetype     = 'BIN'
            TABLES
              data_tab     = mtab_pdf
            EXCEPTIONS
              OTHERS       = 22.
          IF sy-subrc EQ 0.
            WRITE:/ mc_filename, 'CONVERTED TO PDF AND DOWNLOADED'.
          ELSE.
            WRITE:/ 'PROBLEM WITH DOWNLOAD'.
            RAISE download_error.
          ENDIF.
        ELSE.
          WRITE:/ 'PROBLEM WITH PDF CONVERSION'.
          RAISE download_error.
        ENDIF.
      ELSE.
        WRITE:/ 'PROBLEM GETTING PRINT PARAMETERS'.
        RAISE download_error.
      ENDIF.
    ENDFUNCTION.

  • Layout problem - multiple repeating frames

    Hi, I have a layout problem, pls help!
    Short report description:
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    - - - - .. other repeating frames ..
    When reaching the bottom of a page, and there is not enough room to print a record for Repeating frame 2, a record from Repeating frame 3 is printed in the bottom.
    Next page starts with the remaining records from Repeating frame 2.. and then the remaining records from Repeating frame 3.
    For example:
    Page 1:
    Rep frame 2 - Record 1
    Rep frame 2 - Record 2
    Rep frame 2 - Record 3
    Rep frame 3 - Record 1 -- not enough space to print Record 4, so this record is printed
    Page 2:
    Rep frame 2 - Record 4
    Rep frame 2 - Record 5
    Rep frame 3 - Record 2
    How can i ensure that all records from Rep frame 2 is printed before records from Rep frame 3?

    Hi, thanks for helping me out!
    I tried to use anchors, but they had no effect when connecting top of 3 to bottom of 2, got the same layout.
    I then tried to create frames with vertical elasticity expand around both rep frame 2 and rep frame 3, and it seems to do the job.
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Frame 4 - vertical elasticity expand
    - - - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Frame 5 - vertical elasticity expand
    - - - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    and so on..
    Thanks again

  • Layout Problem in swings

    I have an Layout problem. My Applications consists of a label and a panel in which some more labels are present.
    The panel should contain the scrollbar in order to view all the label that excced the size of the panel.This label and a panel should be adjacent to each other.
    My problem is, I am not getting the scroll bar to the panel when I am adding the label that excced the size of the panel, when I am adding the label adjacent to this label.

    Did you use JScrollPanel? If not, use it.

  • [solved] layout problem in amarok 2.02

    Hi,
    Here, I have a bad layout problem with amarok 2.02. Amarok does not fit on my screen which is 1400 pixels large! I cannot reduce the part where the collection is shown. So that it is really unpractical to use.
    I uploaded a snapshot to illustrate the problem (it is the full screen!):
    emmanuelfavrenicolin.free.fr/Public/Sna … ok202.jpeg
    Someone have the same problem ?
    I tried to install svn version but I stopped after 3 hours of compilation, it is quite a big application.
    Last edited by manouchk (2009-05-23 06:28:43)

    Well, I tried amarok2-devel 2.0.90-1 but the problem of graphic layout remains similar, no improvement. Is it normall? Maybe amarok is only available for computer with screen >= 1600x1200  or is there an hidden configuration file where I could tweek this?
    Last edited by manouchk (2009-05-18 02:41:03)

  • Urgent: Layout problem in "light inner page"

    Hi Experts,
    I am facing a problem in portal content area on external facing portal. I see a vertical scroll bar which restricts application from being displayed on entire screen.
    I am getting this problem after a patching of EP 7.0, before patching every thing was running fine.
    To me it looks like a layout problem in "light inner page", When I use "Light - 1: column (Full width)" layout I get a vertical scroll bar on portal. When I use default layout then this vertical scroll bar disappears but I see an empty navigation bar on left side which is not required.
    Can some one advise a solution for this.
    -Lave

    hi,
    Similar problem in this thread. check it out
    Desktop inner page lost
    Regardss,
    Ganesh N

  • Div layout breaks apart

    I have created a CSS div layout contained within an overall
    div so I can syle layout to a fixed width.
    I have styled container "overflow: hidden" but internal divs
    still break apart in IE.
    I have reduced px width of center content div but that makes
    no difference either.
    Site URL is:
    http://dstall.com/oft/
    Layout should look like this screenshot:
    http://dstall.com/oft/PIX/Screenshot.jpg
    but in IE it's breaking apart like in screenshot2:
    http://dstall.com/oft/PIX/Screenshot2.jpg

    See if the below html/css helps:
    <!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>Untitled Document</title>
    <style type="text/css">
    #wrapper {
        width: 980px;
        margin: 0 auto;
    #header {
        overflow: hidden;
    #headerLeft {
        float: left;
        width: 600px;
    #headerRight {
        float: right;
        width: 380px;
    #mainAreaWrapper {
        overflow: hidden;
    #mainAreaLeft {
        float: left;
        width: 240px;
    #mainAreaRight {
        float: left;
        width: 740px;
    #mainAreaTop {
        min-height: 320px;
        background-color: #CCC;
        margin-bottom: 15px;
            -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    #mainAreaBlueBox {
        min-height: 250px;
        float: left;
        width: 450px;
        background-color:#09C;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    #mainAreaGreenBox {
        min-height: 250px;
        float: left;
        width: 280px;
        margin-left: 10px;
        background-color:#6C3;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    </style>
    </head>
    <body>
    <div id="wrapper">
    <div id="header">
    <div id="headerLeft">Header Left</div><!-- end headerLeft -->
    <div id="headerRight">Header Right</div><!-- end headerRight -->
    </div><!-- end header-->
    <div id="mainAreaWrapper">
    <div id="mainAreaLeft">Main Area Left</div><!-- end mainAreaLeft -->
    <div id="mainAreaRight">
    <div id="mainAreaTop">Main Area Top</div><!-- end mainAreaTop -->
    <div id="mainAreaBlueBox">Blue Box</div><!-- end mainAreaBlueBox -->
    <div id="mainAreaGreenBox">Green Box</div><!-- end mainAreaBlueBox -->
    </div><!-- end mainAreaRight -->
    </div><!-- end mainAreaWrapper -->
    <div id="footer">Footer</div>
    </div><!-- end warpper -->
    </body>
    </html>

  • Help with CSS beginner layout problem?

    Making my first CSS website. See http://www.capeannphysicaltherapy.com/index-test.html
    The DIV layout held up fine even after I copied text into the #main_text DIV. But when I turn it into html the #main_content DIV jumps down even though the text stays in place. I'd appreciate any help.
    Thanks

    Increase text size in browser (Ctrl+++)  Zoom, text only - to test your pages.
    Get rid of DIV container HEIGHT-itis:
    #container {
    width: 812px;
    background: #FFFFFF;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 566px; **remove me, no height is needed here**/
    #left_container {
    width: 222px;
    float: left;
    background-image: url(images/banner_left.gif);
    height: 566px; /**remove me**/
    min-height: 566px /**for non-IE browsers only**/
    #main_content {
    background-image: url(images/content_area.gif);
    height: 370px; /**remove me**/
    min-height: 370px; /**for non-IE browsers only**/
    width: 590px;
    Web pages need to be flexible.  Do a Google search for "CSS Min- & Max width" and "CSS Min- & Max heights."
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Design/Layout Problem in OOTB SP "Docs I'm following" page

    Hello
    The "Docs I'm following" My Sites page in SP 2013 has the following layout problem:
    Long document titles overlap with other elements (see also screenshot).
    Note: This is default SP, i.e. we have not deployed any custom branding.
    I guess this is a problem which can easily be corrected even without having to wait for a SP update. Since I'm not very good with design changes I would be grateful if you could provide
    us with a quick fix, e.g. an updated css file.
    Thanks a lot.
    Best regards
    John

    Hi  ,
    For your issue, you can add the following code into your MySite MasterPage:
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    $(".ms-contentFollowing-itemTitle a").each(function(i){
    $(this).text(shorten($(this).text(),32));
    function shorten(text,maxLength) {
    var ret = text;
    if (ret.length > maxLength) {
    ret = ret.substr(0,maxLength-3) + "...";
    return ret;
    </script>
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Layout problem with div. on PC but ok on iPad how to fix?

    hello. like the title says, im having a problem here. i im builiding my own website and am creating a page with all my personal exp. and so on. to keep it nice i created serveral div tags. here is my site:
    http://www.eduweb.hhs.nl/~10071717/home.htm
    when you go to the "CV" link in the left colum you will see the layout is ok, vertically. but there is way to much space between the created table (div tags)
    on dreamweaver "live view" it shows fine with one line of space between the bottom of the table and the top of the text (trying to be as clear as possible).
    but when i press Ctrl+F12 (prev in browser) it show like it is now.
    on my iPad it shows just fine:
    you know what i mean now?
    here are my html codes(made them red to be clear):
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Curriculum Vitae</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div id="wrapper">
      <div id="banner">
        <p>Content for  id "wrapper"</p>
      </div>
      <div id="navigation">
        <ul>
          <li><a href="home.htm">home</a>    </li>
        </ul>
        <ul>
          <li><a href="bouwkunde.htm">bouwkunde</a></li>
          <li><a href="cv.htm">CV</a></li>
          <li><a href="werkervaringen.htm">werkervaringen</a></li>
          <li><a href="mijn_werk.htm">mijn werk</a></li>
          <li><a href="contact.htm">contact</a></li>
        </ul>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
      <div id="main">
        <h2>Curriculum Vitae</h2>
        <p> </p>
        <h6>Persoonlijk</h6>
        <div id="CvPersoonlijkL">
          <p>naam</p>
          <p>voornaam</p>
          <p>adres</p>
          <p> </p>
          <p>geboortedatum</p>
          <p>geboorteplaats</p>
          <p>telefoon</p>
          <p>mobiele nummer</p>
          <p>E-mail adres</p>
          <p>Nationaliteit</p>
          <p>Sofinummer</p>
        </div>
        <div id="CvPersoonlijkR">
          <p>kamp</p>
          <p>boris</p>
          <p>Zwartendijk 31</p>
          <p>2671LL, Naaldwijk</p>
          <p>18-03-1991</p>
          <p>Monster, Zuid-holland</p>
          <p>0174-670671</p>
    <p>06-55718742</p>
          <p><a href="mailto:[email protected]?subject=Betreft Digitaal Portfolio">[email protected]</a></p>
          <p>nederlander</p>
          <p>205270621</p>
        </div>
        <p>  </p>
        <p> </p>
        <p> </p>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6>opleidingen</h6>
        <div id="CvOpleidingenL">
          <p>MBO bouwkunde</p>
          <ul>
            <li>school:</li>
            <li>naam richting:</li>
            <li>periode:</li>
          </ul>
          <p> </p>
          <p>HAVO</p>
          <ul>
            <li>school</li>
          </ul>
          <ul>
            <li>periode</li>
          </ul>
        </div>
        <div id="CvOpleidingR">
          <p> </p>
          <p>mondriaan techniek &amp; ICT den haag</p>
          <p>vormgeving ontwerp En architectuur</p>
          <p>2006-2010</p>
          <p> </p>
          <p> </p>
          <p>ISW, tiendweg, Naaldwijk </p>
          <p>2003-2006</p>
    </div>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    <h6>vaardigheden</h6>
    <div id="CvVaardighedenL">
      <ul>
            <li>Autodesk AutoCAD 2D</li>
            <li>Autodesk AutoCad 3D</li>
            <li>Autodesk Revit </li>
            <li>Google SketchUp</li>
            <li>BouwCalc Voorcalculatie</li>
            <li>PlanCalc Windows</li>
            <li>Microsoft Word</li>
            <li>Microsoft Excel</li>
            <li>Microsoft PowerPoint</li>
            <li>PC zelf</li>
          </ul>
      </div>
        <div id="CvVaardighedenM">
          <p>sterk</p>
          <p>goed</p>
          <p>matig</p>
          <p>sterk</p>
          <p>matig</p>
          <p>matig</p>
          <p>sterk</p>
          <p>sterk</p>
          <p>sterk</p>
          <p>sterk </p>
        </div>
        <div id="CvVaardighedenR">
          <p>2006-heden</p>
          <p>2008-heden</p>
          <p>2009-2010</p>
          <p>2006-heden</p>
          <p>2008-2010</p>
          <p>2008-2010</p>
          <p>2003-heden</p>
          <p>2003-heden</p>
          <p>2003-heden </p>
          <p>2003-heden</p>
        </div>
        <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>
    <h6>overige informatie</h6>
        <div id="CvOverigL">
          <p>rijbewijs:</p>
        </div>
        <div id="CvOverigR">Ja, rijbewijs B sinds juli 2009</div>
      </div>
    </div>
    </body>
    </html>
    i hope someone can solve this problem........... its really strange.
    thanks!!
    Boris

    After the end of each section of your CV you have code like below before the start of your next section/s:
    <p>  </p>
    <p> </p>
    <p> </p>
    <h6> </h6><h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    You need to delete all of that so the section/s end cleanly before the start of the next section as shown below:
    <p>205270621</p>
        </div>
    <!-- this is the end of your first section with all the code as mentioned above deleted -->
    <h6>opleidingen</h6>
        <div id="CvOpleidingenL">
    Then you need to add clear: both; and padding: 15px 0 7px 0; as shown below to the <h6> css:
    h6 {
        font-family: "BankGothic Lt BT", georgia, "times New Roman";
        font-size: 12px;
        color: #000;
    clear: both;
    padding: 15px 0 7px 0;

  • Dreamweaver 12.0 - Fluid Grid Layout problem - I have 12 columns - but some DIV's are too wide

    http://skicmsc.org/NewResponsive.htm
    Working on a new look for a current site.  I have 16 columns. Left div is 3 columns, next is 7 columns, then 3 and 3. Total: 16
    The 7 column Div is pushing the right Div's off the layout by several "columns". If I delete the thing, everything is fine. Make it just 2 columns wide and the layout is messed up.  I've tried naming it different things, starting from scratch - twice. Still have the same problem. Deleted, recreated, moved up and down. Nested and not nested.  Next step is to say forget it.  Wasted four hours on this already.
    Screen grab of the layout - all looks nice and clean.
    Here's what it looks like (In Chrome, IE and Firefox.)
    What's really annoying - undo/Ctrl-Z does not undo "visual" changes.  I can edit text, resize a Div by dragging the right handle, do an Undo - and my text edit is changed - not the resize.
    Any suggestions?
    Thanks
    Rick Drew

    For best results, your LayoutDivs need to be wrapped inside the .gridContainer as it serves as the basic structure for your entire  layout (mobile, tablet and desktop).
    <div class="gridContainer clearfix">
         <div id="LayoutDiv1">
         </div>
         <div id="LayoutDiv2">
         </div>
         <div id="LayoutDiv3">
         </div>
         <div id="LayoutDiv4">
         </div>
    <!--end gridContainer--></div> 
    Design View Screenshot
    When you put Divs outside the .gridContainer, this can create rounding problems in many browsers because the inner div widths are all set in fractional percentages rather than whole numbers.  Browsers don't fully understand how to render widths in fractions.
    In the following example, I have the same set-up as shown in my screenshot above except my footer div is intentionally located outside the gridContainer.  This allows my footer to be 100% page width.
    http://alt-web.com/FluidGrid/Fluid1.html
    If you understand and work within the limitations of FluidGridLayouts, they can save you a lot of time.
    Nancy O.

  • Div tags problem on centered layout

    Like the title says, I'm working on a centered layout and I
    need to place a div tag that has an overflow for scrolling. The
    problem is what do I do so that it does just that. I tried using an
    AP div tag but it doesn't follow the rest of the layout if you play
    with the browser width. And if I simply put a div tag in my table,
    I don't know how to put an overflow on it. I only have a limited
    amount of space for the text, and I have too much text to simply
    put it in the table. It's my first time working on a centered
    layout, so I'm kind of at a lost right now. And that's the only
    thing stopping me from putting it online.

    > And if I simply put a div tag in
    > my table, I don't know how to put an overflow on it.
    <div style="overflow:scroll">
    > I only have a limited
    > amount of space for the text, and I have too much text
    to simply put it in
    > the
    > table.
    If that's the case, then you have a broken layout scheme, and
    a usability
    problem.
    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
    ==================
    "cprime" <[email protected]> wrote in
    message
    news:g6n78v$qmn$[email protected]..
    > Like the title says, I'm working on a centered layout
    and I need to place
    > a div
    > tag that has an overflow for scrolling. The problem is
    what do I do so
    > that it
    > does just that. I tried using an AP div tag but it
    doesn't follow the rest
    > of
    > the layout if you play with the browser width. And if I
    simply put a div
    > tag in
    > my table, I don't know how to put an overflow on it. I
    only have a limited
    > amount of space for the text, and I have too much text
    to simply put it in
    > the
    > table. It's my first time working on a centered layout,
    so I'm kind of at
    > a
    > lost right now. And that's the only thing stopping me
    from putting it
    > online.
    >

  • DIV STYLE Region layout problem. Bug?

    Hi guys, I believe this is a bug but need clarification.
    I have created some regions based on the html code:
    div style="border: 1px solid rgb(153, 153, 153); height:300px; width:970px; overflow:auto;">#BODY# /div
    Now, this works fine, in the region I have a standard report. The propblem is when I open a NEW browser window, any website. Then go back to the page, a huge gap appears between the region this code is in, and the previous region.
    I am using IE7 and Apex 3.0.1
    Any help?
    Thanks
    Sam
    Message was edited by:
    Spam
    Message was edited by:
    Spam
    Message was edited by:
    Spam

    I wouldn't see that as a problem, as this is the use case described in the overflow spec: "...This avoids any problem with scrollbars appearing and disappearing in a dynamic environment."
    If it is that important, can you control sending "overflow: hidden" or "overflow: scroll" depending on the number of rows, using ApEx mechanisms and conditional comments?

Maybe you are looking for

  • Creating a Macro with Adobe Acrobat X v.10.0.0 HELP!

    Hello, I am new to Adobe and was wondering if there is a way to create a macro for my situation. I am recording voting decisions from a pdf into an excel spreadsheet. I need to go through multiple pdf files and find the pages where votes have taken p

  • DO NOT Scale child sprites.

    Hi every one, first time posting here.. I am trying to do some GUI stuff in AS3 but having issues with sprites. I have two classes BOX_OUTTER and BOX_INNER both Sprite box_outer has a draw function that sets up the         private function draw_box()

  • SAP GRC AC 5.3 CUP Risk Analysis issue

    Hi all, I have assigned a new SoD Role to a user, who has been given previously other SoD Roles that were authorized to assingn, then I launched the Risk Analysis and it shows the risk between the previously SoD Roles, but I want to see the new posib

  • Report: Events

    why the code is giving dump? REPORT  yh1150_sdn line-count 3. data:   w_var type i. start-of-selection.   w_var = 9.   write:w_var.   top-of-page.   write /: 'PAGE HEADER',             sy-pagno. How to overcome it without changing line-count?

  • MIRO - User exit or BADI

    Hi frnds, i need to pass default values in MIRO transaction. i have found MRM_HEADER_DEFAULT Badi and LMR1M001 user exit, for this. but i am not able to pass the values here. can u help on this? or can u give any userexist for this? Badi Code: I_RBKP