Dreamweaver set page height in CSS

Hi everyone. What is causing this giant white space under my bottom menu bar?
I know now I should have used divs and padding, but I've spent all afternoon position every element using relative positioning and don't want to have to redo my entire website!
Here's the website:
http://www.jhurleydesign.com/_drivetastic_site/
Here's my CSS:
@charset "UTF-8";
body {
    width: 1018px;
    margin-left: auto;
    margin-right: auto;
.lgo {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 20;
.tbr {
    position: relative;
    top: -49px;
    right: 0px;
    background: url(../_images/best.png) repeat-x;
    height: 45px;
    width: 1018px;
    z-index: 10;
.tmu {
    position: relative;
    top: -87px;
    right: -350px;
    z-index: 30;
    border: none;
    outline: none;
.bbr {
    position: relative;
    top: -48px;
    right: 0px;
    background-color: #212121;
    height: 45px;
    width: 1018px;
    z-index: 10;
.bmu {
.bmu .mi {
    font-family: Helvetica, Arial;
    font-size: 8px;
    font-weight: 850;
    position: relative;
    top: -80px;
    right: 0px;
    z-index: 30;
    border: none;
    padding-left: 20px;
    text-decoration: none;
    display: inline;
a.mui:link {color: #FFF;
text-decoration: none;
a.mui:visited {color: #FFF;
text-decoration: none;}
a.mui:active {color: #8a130d;text-decoration: none;}
a.mui:hover {color: #8a130d;
text-decoration: none;}
.bmu .cr {
    font-family: Helvetica, Arial;
    font-size: 8px;
    font-weight: 850;
    position: relative;
    top: -92px;
    right: -816px;
    z-index: 30;
    border: 0;
    padding-left: 20px;
    text-decoration: underline;
a.crt:link {
    color: #FFF;
    text-decoration: underline;
a.crt:visited {color: #FFF;
text-decoration: underline;}
a.crt:active {color: #8a130d;text-decoration: underline;}
a.crt:hover {color: #8a130d;
text-decoration: underline;}
.lrn {
    position: relative;
    top: -160px;
    right: -20px;
    z-index: 15;
.grd {
    position: relative;
    top: -590px;
    right: 0px;
    background-color:#e8e8e8;
    height: 295px;
    width: 1018px;
.lgrd {
    position: relative;
    top: -590px;
    right: 0px;
    background-color:#fbfbfb;
    height: 443px;
    width: 1018px;
    z-index: -10;
.stm {
    position: relative;
    top: -1300px;
    right: -535px;
.container {
    position: relative;
    top: -1226px;
    right: -23px;
    z-index: 10;
.container .txt {
    font-family: Helvetica, Arial;
    font-size: 14px;
    display: inline;
    width: 215px;
    padding-right: 36px;
    float: left;
    display: inline;
    color: #a5a5a5;
.container .txt img {
.container .txt a {
    float: left;
    padding-top: 23px;
.prms {
    position: relative;
    top: -1120px;
    right: -8px;
    float: left;
    display: inline;
.tst {
    position: relative;
    top: -1152px;
    right: -44px;
.prms .txt {
    padding-top: 11px;
    color: #8a130d;
    font-family: Arial, Helvetica;
    width: 459px;
.prms .ltxt {
    position: relative;
    top: -20px;
    font-family: Arial, Helvetica;
    color: #494949;
    font-size: 12px;
    font-family: Arial, Helvetica;
    height: 36px;
    width: 260px;
    position: relative;
    top: 10px;
    padding-bottom: 138px;
    float:left;
    display: inline;
.quoteimgs {
    position: relative;
    top: -1444px;
    right: -591px;
    padding-bottom: 0px;
.prms .ltxt {
.prms .ltxt p {
    margin-bottom: -px;
.prms .ltxt p a:link{
    color: #8a130d;
    text-decoration: none;
.prms .ltxt p a:visited{
    color: #8a130d;
    text-decoration: none;
.prms .ltxt p a:active{
    color: #8a130d;         text-decoration: underline;}
.prms .ltxt p a:hover{color: #8a130d;
text-decoration: underline;}
.btmub {
Please someone give me a work around to force the page height? Need to get rid of that white space
If someone could find out what's causing the page to be bumped down...honestly spent hours and hours looking and deleting parts of my CSS and I can't work it out at all

If your were to remove all positioning (highly recommended) and just let the normal document flow determine your page height, you would have far fewer problems.  Suggest you start your project with a pre-built CSS Layout that has all the columns and containers you need.  This will save you many hours of needless frustration, too.
DW Starter Pages (free)
http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com/

Similar Messages

  • Set textinput height via css

    Hi,
    Is it possible to set the textinput fields height via css or
    any other global means? I don't want to have to speficially assign
    a height parameter to every textinput field in my app.
    Cheers

    If your were to remove all positioning (highly recommended) and just let the normal document flow determine your page height, you would have far fewer problems.  Suggest you start your project with a pre-built CSS Layout that has all the columns and containers you need.  This will save you many hours of needless frustration, too.
    DW Starter Pages (free)
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Dreamweaver layout - page height

    I'm designing a Web site for a college course using a Dreamweaver layout - 2 column fixed, left sidebar, header and footer. When you use this layout, what is the height of my Web page? Does the height vary depending on the browser? Thanks in advance for any insight.

    Height should remain flexible (unspecified) to accommodate varying amounts of content and increased text sizes.
    If required, use the min-height property instead of height.
    http://reference.sitepoint.com/css/min-height
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Set Page "HEIGHT" ---Very Urgent, Please Help me on this issue. Please.

    Hi all ,
    Very Urgent, Please Help me on this issue.
    when_now_form trigger i set set maximize the window and MDI. And my window and canvas is same height (1500). The formsweb.cfg also changed to 1500. But still I can not view full page on web. Where to I change the properties. Please help.
    Selvam

    Is your form running inside the browser window (with SeparateFrame=False)? If the browser is maximized, and your form is maximized, yet you cannot see the entire screen, you can run with SeparateFrame=True. You can do that on the browser line.

  • Dreamweaver Help | Set page properties

    This question was posted in response to the following article: http://helpx.adobe.com/dreamweaver/using/set-page-properties.html

    Use CSS and the background-position property in your style sheet.
    http://www.w3schools.com/css/css_background.asp
    Example:
         body {
              background-image: url(your-BG.jpg);
              background-repeat: no-repeat;
              background-position: bottom;
    Nancy O.

  • Setting page size in Dreamweaver

    Hello,
    I was wondering if anyone could tell me how to set the page size. I would like to avoid annoying scroll bars (horizontal and vertical) appearing.
    Here's an example :
    http://www.mihaiedrisch.com/pages/index.htm
    Thank you very much for your help.

    Gosh!  Your question in my mind is quite vague and I think that you first need to think about what you want.
    One suggestion would be to try a few of the layouts that are available to you as default pages in Dreamweaver and see how those pages are contained (or not)  There are a number of permutations for a page layout including fixed width, elastic and liquid (I get elastic and liquid mixed up).  I use DW inCS4 and there are a heap of possible page layouts available.  They are different to templates in DW.  I don't know what is available in other versions.
    I think that scroll bars are avoided partly, by not fixing width/height on elements that contain content that is bigger than that element.  For instance if you fix a height to a <div> that is 200px and you put text in there that will go to 400px then your visitor will need a scroll bar to view it.  If you don't set the height and accept that the <div> can expand with the content then no scroll bar is neccessary.  There are other things that you do but I think that's the nub of it.  I always think of the WWW as a land of compromise.  There are so many variables but at some stage the designer has to make firm decisions about what to go for.  This includes thinking about your potential audience.  What size monitor you think they might have, what browser they use and to some extent how computer savvy they might be.
    When you layout a page using CSS you have a range of ways to set sizes.  This includes px values, em, point, % and there might be others!
    I'm already tying myself up in knots trying to explain this stuff!
    I'd suggest you do a bit more research and possibly say a bit more about what you would like to achieve.  I didn't really get the link you posted.  Is that your site or an example of a site you would like to emulate?  That page by the way, on my 26" monitor doesn't look so good - but that might be about the different ways we see the world.
    There, that should kick off the discussion.  We can wait for an expert now to point out whether I'm misleading you!
    Have fun
    Martin
    [Edit]  Looks like Nancy beat me to it.  Listen to her - not me

  • Set isolatedHtmlContainer height when displaying portal page

    Hi,
    I have a portal application which displays portal pages from the pcd in isolatedHtmlContainer.
    The page's content is dynamic so the height is not fixed and therefore in the page's properties the height's value set to 'Automatic'
    However, when working with isolatedHtmlContainer the height could be set in pixels or percentage only (I cannot set it to 'Automatic').
    p.s
    If the height was fixed I could get it by the profile of IPortalComponentContext, but if I will do that I'll get a string like 'Automatic' which doesn't help me...)
    Thanks,
    Omri

    Hi Martin,
    I read the blog but the javascript doesn't affect my IsolatedHtmlContainer.
    Let me rephrase my question:
    In the portal innerpage I display X IsolatedHtmlContainers (my application decides how many pages to display). Each container has dynamic content (a portal page from the pcd), therefore, I have a problem setting the height of the IsolatedHtmlContainers (too low - scrolling bar, too high - blank space).
    The properties of the portal pages from the pcd are set as follows:
    isolation method - URL
    height method: Automatic
    If I display the pages without the IsolatedHtmlContainers, the 'Automatic' feature works and the page's size is OK.
    So my question is:
    Is there a way for the IsolatedHtmlContainer adjust its size according to its content?
    Thanks,
    Omri

  • IOS7 differently displaying images with % "height" in CSS

    Hello there...
    Prior to iOS7, iBooks were displying the books we are doing one way - the way we wanted-, and with iOS7 it has changed.
    Particularly: before, we were setting the "height" of a <div> containing an image as a % on CSS like this:
    .contenedor_foto_autor {
    height:100%;
    width:auto;
    page-break-before:always;
    page-break-inside: avoid;
    text-align:center;
    font-size:0.9em;
    .foto-autor {
    height:70%;
    width:auto;
    And the xhtml being:
      <div class="contenedor_foto_autor">
           <div class="foto_autor">
               <img src="imagenes/Robert_Louis_Stevenson_1885.jpg"  alt="Retrato"/>
           </div>
           <p><span class="letra_mayor">R</span>OBERT <span class="letra_mayor">L</span>OUIS <span class="letra_mayor">S</span>TEVENSON</p
              </div>
    The result of this was a picture filling the 70% of the iPad/iPhone screen height, and the text under it, as we expected.
    Now, this same code results on the picture filling ALL the page and the <p> on the next page.
    Any ideas, sugestions, help to understand what is happening and how to solve this -how to have the "height" set ???
    Thank you!!

    Hi pablonolla, I am having the same similar problem, I just finished creating an Ebook today and updated to iOS7 and the new iBooks for iOS7 and now all my spacing is messed up, I did mine using primarily <p>s and <span>s, (including many many images) along with some line breaking with a clear all tag to "assure" the content would start on a new page, now I am going to have go through my entire Ebook which took me weeks to complete, and respace the whole thing. My theory is that by removing the book view with the center and outer margins, they increased the overall width of the page view which inadvertantly affects the height. Not sure how to go about this without respacing the whole thing...and what if they do this again in iOS 8???
    Message was edited by: RoushMan427

  • Control the page height and page width of pdf report using pasta_pdf.cfg

    Hi All,
    I've followed the note: 338990.1 (how to print publisher PDF reports via the concurrent manager) in metalink to print a PDF REPORT. Everything work fine except the page height and page width is used as default (8X11). Is there anyway that i can custom page height and page width size such as: legal (8.5X14).
    current set up in pasta_pdf.cfg
    [DEFAULT]
    %% ============== Preprocessing Command ==================== %%
    % Pasta can use a preprocessing command to invoke any executable
    % that supports an input file and an output file (a filter program).
    % You can use redirection. Pasta will invoke the filter program
    % to preprocess the Pasta output before passing it to the printing
    % command. By using the preprocess option, you can generate output
    % formats other than the formats Pasta currently supports. For
    % example, you can generate PCL output.
    % You can use {infile} and {outfile} in this option.
    % {infile} is the output file generated by Pasta. You can use
    % it as input for the preprocessing command. It is a temporary
    % file and will be deleted after being passed to the
    % preprocessing command. {outfile} is the output file generated
    % by the preprocessing command. Pasta names it temporarily and
    % it will be deleted after being passed to the printing command.
    % If you want to keep it, you can name it by using the '-o'
    % command line option. Pasta will copy {outfile} to the file you
    % specify.
    % Preprocess for PDF output
    % This is an example for PDF output to print.
    ; Xpdf
    preprocess=/usr/local/bin/pdftops {infile} {outfile}
    ; Ghost Script
    ; preprocess=pdf2ps {infile} {outfile}
    ; Acrobat
    ; preprocess=acroread -toPostScript -pairs {infile} {outfile}
    %% ============== Printing Command ========================= %%
    % You can specify the printing command and options you want
    % to use to print your report. Pasta will pass the final output
    % to this command. {printername} will be replaced by the
    % actual printer name passed through the command line option
    % (-pn), so in most cases you don't have to change these
    % options.
    % for UNIX platform
    printCommand=lp -c -d{printername}
    % for Windows platform
    ntPrintCommand=print /D:{printername}
    %% ============== Error Log File =========================== %%
    % This tells Pasta to create a log file. The default error
    % output is stderr.
    ;errorlogfile=pasta.log
    NOTE: pasta version 3.0.4
    form server 6.0.8.27.0
    third party tool is pdftops
    Thanks
    Kevin

    i think that can be down from the printing direver/styles/prt files when you added the printer at your apps system check the follwoign for more info.
    ( How to Implement Printing for Oracle Applications: Getting Started )
    Note:269129.1
    (Step By Step Guide to Set Up a Printer in Oracle Applications)
    ( Note:60936.1)
    fadi
    http://oracle-magic.blogspot.com

  • Auto adjustment of page orientation causes printing issues with documents that have a page width greater than its page height.

    Hi,
    Since an upgrade from Word 2003 to Word 2010, we are experiencing printing issues with certain
    documents that have a page width greater than its page height.
    In Word 2003, it was no problem to set the page width greater than the page height while setting the page orientation to "portrait".
    In Word 2010, this seems impossible: despite leaving the page orientation to "portrait", if one changes the page width/height as stated,
    Word 2010 automatically adjusts the orientation to "landscape". Resetting the orientation to "portrait" will flip the page's width/heigth settings.
    This behaviour causes printing problems: the page prints out 90° rotated.
    I do not believe this is a printer driver issue: I tried several different printer drivers, and all give the same (bad) result. Setting the printer driver's page orientation settings (before printing) makes no difference, as
    Word 2010 seems to force the page orientation settings.
    Inserting the documents 90° rotated is not an option, since it causes problems with the printing margins.
    This is very annoying, since we have to print official documents of a municipality (driver's licences).
    Is there a workaround for this issue?
    Regards,
    Laurent Grandgaignage
    Sysadmin Gemeentebestuur Stabroek, Belgium

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, we can follow these steps to test this issue
    Step 1: Repair Office 2010
    1.      
    Click
    Start, and then click Control Panel.
    2.      
    Click
    Programs and Features.
    3.      
    Click the
    Office 2010 program that you want to repair, and then click
    Change.
    4.      
    Click
    Repair, and then click Continue. You might need to restart your computer after the repair is complete.
    Step 2:
    Rename the global template (Normal.dotm)Follow the steps for the operating system that you are using:
    Windows Vista and Windows 7
    a)      
    Exit Word 2010
    b)      
    Click
    Start.
    c)       
    In the
    Start Search box, type the following text, and then press
    ENTER:
    1.      
    %userprofile%\appdata\roaming\microsoft\templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    Microsoft Windows XP
    a)      
    Exit Word 2010
    b)      
    Click
    Start, and then click Run.
    c)       
    In the
    Open box, type the following text, and then press ENTER:
    %userprofile%\Application Data\Microsoft\Templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    f)       
    Close Windows Explorer.
    How to troubleshoot print failures in Word 2010, Word 2007, and Word 2003
    http://support.microsoft.com/kb/826845
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Does Acrobat Pro 9 support "page-break-before" CSS tag? ie Pagination issues

    Hey there
    Converting a whole stack of html files to PDF and having some pagination issues.  Titles not staying with images and tables getting chopped in half by page breaks etc.
    Thought i could solve it by using carefully placed "page-break-before:always" tags where i wanted the page break.  Works as expected in Safari when i go to print but not when i "File:Create PDF: From File" in Acrobat Pro.  They get ignored.
    Here's how they should work:
    http://www.w3.org/TR/CSS21/page.html#x3
    This is a major hassle. I've got over 600 webpages to convert to PDF's and manually entering <br> to force items onto the next page is getting old.
    Here's some sample html, paste it into a file, save, open it in Safari and then go to print.  It should print 7 pages.  Open it in Acrobat Pro 9.1.0 and you get one page.
    <body>
    test0
    <p style="page-break-before: always">
    test
    <p style="page-break-before: always">
    test1
    <p style="page-break-before: always">
    test2
    <p style="page-break-before: always">
    test3
    <p style="page-break-before: always">
    test4
    <p style="page-break-before: always">
    </body>
    The really nice thing is this would be so useful.  You can attach the tag (page-break-before:avoid)  to a Caption style and always be assured that it will stay with a following graphic when you print the webpage. Or use it to make sure a table doesn't get cut in half.
    http://reference.sitepoint.com/css/page-break-after
    http://reference.sitepoint.com/css/page-break-before
    Any hints would be great
    tia
    Jeremy

    Nope.  Did the </br> thing. 
    Cost me some serious cash.  Very annoying.
    I haven't tried it with Safari 5. Acrobat allowed me set page margins, something that Safari 4 didn't allow (didn't support margin css tags).  But acrobat didn't support the pagination and Safari 4 did.
    Like i said annoying
    I'll see if Safari 5 supports the print margins css tags.
    I'll prob get asked to do this again so would like to sort it out
    Jeremy

  • How can I set the height of ui:pageSeparator to less than 24px?

    I've tried setting the height style but that appears to be ignored.

    I have tried setting the height property of the page separator, but still the height in the IDE & in the browser is more then 7px. Is there a solution?
    This is the style property value of the page separator.
    border-width: 0px; margin: 0px; padding: 0px; height: 7px

  • Setting page layout in Reports 6i doesn't work, gap gets to big.

    We are forced to use good old' Oracle Reports 6i because another application uses this to create its forms and reports. The problem is, that we want to print those reports on continuous paper with specific measures. In millimetres it would be 210 mm x 305 mm. We already set the measures of the main part report to those specifications, but it appears that this wasn't enough.
    If the report is printed straight from Reports 6i, the first page is all ok, but the second one has an offset of about 10 mm. This offset gets higher on every page, so approximately on page 4, the page is already partly on the next page of the continuous paper. This problem really drives me crazy.
    I have studied this forum for a whole afternoon, but I couldn't find an answer. I have read many posts regarding the margin "bug" of Reports 6i, which seems to influence this particular report. As I am completely new to reports and Reports 6i in particular, I would love to get a helping hand here at the forums. Maybe someone can support me here.
    Many thanks in advance!

    Where you set the measurement ?
    Did you follow this ?
    @ Report Object Navigator
    1. Select Layout Model >> Main Section then properties
    set Width, Height and Orientation under Section
    Adjust your layout and
    Try...
    Hope this works..

  • Setting fixed height in Crystal Reports sections

    Hi,
    I want to set the height of detail section in crystal report. I want to set the details section such that it must at the most accommodate 10 records in the section.
    If I have only 2 records in the section, it should show 8 empty lines.
    If I have more than 25 records in the section, the remaining 15 records will be placed on the next page.
    After that, the footer will be printed at the end of it.
    Is this possible?
    Thanks.

    Try this:
    1. You can also create a SQL expression field or use a subreport  to read how many records that it returns.
    2. Have 10 detail section; and
    3. In each section, put in all fields; and
    4. Have a running total in each section; and
    5. For each field in the section, you suppress based on the running total; and
    6. Do not suppress blank section; and
    7. Set new page if the running total is more than > 10

  • How do I scroll illustrations that exceed the page height?

    I have Digital Editions 4.? (It says 4.0 but it may be later,, I'm not sure). I'm using it to read an ePub book. Some illustrations exceed the page height and get truncated. I can't figure out how to scroll the illustration so I can see the entire thing. Any help?

    There is currently no way to invoke JS within Reflow or add CSS Transitions. You could export the code
    and then open it in a code editor of your choice and add the necessary script to do so. An example is available here: Off Canvas Reveal Menu Template for Bootstrap

Maybe you are looking for

  • Problems getting xMAM 3.0 SR3 working (no data is replicated to the client

    Hello members, I'm new in xMAM configuration. I followed the different instructions to get the thing working. 1. Installed MI on client 2. Installed xMAM on client 3. Created RFC on middleware & on backend (for server-driven) 4. Imported SyncBOs 5. D

  • Read-only CIFS share--5320 NAS Gateway Cluster

    Is it possible to share CIFS shares read-only using Active Directory authentication, then revert to normal read-write operation? We would like to make information available while we are finishing an incremental copy from an old data source.

  • ERM: Identifiy / Search for roles in physical systems

    Hi all, Assuming we have a system landsce for ERP defined with a DEV, QA and PROD systems and role generation takes place in DEV and roles are transported in Backend R/3 from DEV to QA and afterwards, from QA to PROD. Questions: 1) How can I track wi

  • Restoration of 10gR2 RMAN backupset onto 11gR1 database

    I am trying to restore my RMAN backupset from 10gR2 RAC database onto 11gR1 RAC database, both on HP Itanium v11.31. I was wondering if anyone has tried this before? RMAN> alter database open resetlogs; using target database control file instead of r

  • WEB Service usage

    Hi All, Please share with me any documents available for web service usage in TM 7.0. Thanks, Selvakumar M.