Dreamweaver Placement Issue

I'm working on building myself a nifty little website using HTML and CSS.  Frankly, I don't think it's too fancy... but I seem to be having an alignment problem when using the WYSIWYG browser in Dreamweaver CS3.
I've tested the code and it works fine across all browsers (except Netscape 9... but that's another story).  I have a header, a main body section, and then a footer.  The header is independent from the rest, but the main and the footer share a common DIV.
I've set up the code so that the content in the main section pushes the footer section down, leaving the footer always at the bottom of the page (although, not a sticky footer).
I think because I've made the main section with <height:100% min-height:500px;> type instructions, Dreamweaver is having trouble placing the footer.  In the WYSIWYG editor, it shows the header properly placed and the main content under it.  But it floats (literally, not code wise) the footer on top of everything at the top of the editor.  In fact, part of it (a border that juts into the main section using positioning) is completely off the top of the screen!
So my question is, how do I get Dreamweaver's editor to make it look correct in WYSIWYG mode?  This is nothing but for my own benefit, and to figure out what's going on, and why it's acting so awkward.  Is it simply that Dreamweaver can't process the "min-height"?  Or is it something to do with how it figures positioning?
Me = Confused.
(PS- I can post my code here if you think it will help... but my site isn't live yet, and a host hasn't been purchased... so I don't have any links to demonstrate the problem with yet.)

I have this problem all the time. Mostly I just live with it. Dreamweaver does not do a great job of rendering layout css.
Very likely you can fix it by putting in a clear: both.
Depending on how you have things set up, you may need to do it one of several ways:
#footer {
clear:both;
May work, or you might need to add another div inside whatever is above the footer like so:
<div id="main-content">
   <div id="something that has a float"> floated content </div>
   <div class="something else that has a float"> floated content  </div>
   <div style="clear: both; height: 1px;"> </div>
</div>
<div id="footer"> footer content </div>
Or possibly:
<div id="main-content">
   <div  id="something that has a float"> floated content </div>
    <div class="something else that has a float"> floated content  </div>
</div>
<div style="clear: both;  height: 1px;"> </div>
<div  id="footer"> footer content </div>
OR you may need to add overflow: hidden, position relative or some such, though these are usually only needed when it is also need for proper rendering in one or another actual browser. Usually, for an exampl;e like the above, it would be:
#main-content {overflow: hidden;}

Similar Messages

  • MySQL to DreamWeaver connectivity issue specific to Stored Procedures

    Hi there,
    I have a MySQL to DreamWeaver connectivity issue specific to
    Stored Procedures.
    The driver I am currently using is
    mysql-connector-java-5.1.5-bin.jar.
    Although basic row and column tree is exposed in Adobe
    DreamWeaver 8's Application Pallette, my stored procedure is not.
    My serverside technology is Coldfusion(MX7).
    My environment is:
    Server: MS Windows 2003 (Small Business Server) using IIS.
    Client: MS Window XP-Pro.
    According to the driver documentation
    mysql-connector-java-5.1.5-bin.jar appears to be capable of
    handling stored procedures:
    http://dev.mysql.com/doc/refman/5.1/en/connector-j-useagenotes-basic.html#connector-j-exam ples-stored-procedure
    I could be wrong but the evidence suggests that support for
    this feature is not available from Adobe.
    I have already invested a certain amount of time in this
    sub-project. I would, therefore, be most grateful to anyone who can
    provide me with a solution to this.

    OK.
    Figured out the 'stored proceedure' problem. I had two 'Connection' folders, one of which was a sub-folder, that pointed to the same database but with slightly different configuration details. Removed the 'wrong' folder and all seems to be sorted.
    P

  • Dreamweaver 8 issues with Photoshop CS (8)?

    I hate to start a new thread about this, but I can't find
    anything anywhere to help me out.
    So, I have a website that displays the pages of a magazine
    and people can flip through using arrow buttons, etc. I use one of
    Photoshop CS's Web Gallery formats that I tweaked out. The only
    thing I change each time is I open up the SubPage file from
    Photoshop's presets folder into Dreamweaver MX 2004 and I change
    the file name of what I want the "Contents" button to link to.
    Basically - open - change number - save. That's it. I run the Web
    Gallery script in Photoshop and it does the rest.
    Anyway, I just upgraded to Dreamweaver 8 and now the end
    result is all screwy. Nothing is linked right and things have
    shifted all over the place. If I don't touch the original file and
    run it, everything works perfect (obviously the contents link
    doesn't match though).
    Bottom line, once I open the file and save it in Dreamweaver
    8, that is when my problems occur. Is there something I'm missing
    between MX 2004 and 8 that's causing these issues?
    Any and all info is greatly appreciated.

    What you are seeing is the recovery file, not the original, if it opens as untitled.
    The report that Bob clipped was a hang, not a crash. Does ID actually close on its own? If so, find the crash report and post it on pastebin.com. If not, see Adobe Forums: InDesign CS5.5 Not Responding for instructions on how to generate the hang report and force a crash to get a report, and post them both, then put links here.

  • Dreamweaver 8 - Issue saving to Mac partion from Windows

    I just bought an Intel Mac, which I'm running Windows on
    using Bootcamp (as all my Adobe software is for Windows). I use a
    software called MacDrive, so when I'm working in Windows I can
    access files saved on the Mac partion. But I'm having issues saving
    files in Dreamweaver to the Mac partion. Everything appears to save
    correctly, until I go back and open the file, and see that the end
    of the file will have leftover data in it from the previous save.
    For example, if I remove two lines of code from an HTML file, then
    when I re-open the file, I'll have a duplicate set of
    </body></html> tags leftover from the previous version
    of the file. I do not have this problem when editing and saving
    files to the Mac partion using Notepad or any other Windows
    program, only Dreamweaver.
    Has anyone here had a similar problem? If so, were you able
    to fix it somehow? If not, would you be willing to help me contact
    Adobe to get this issue solved? Thank you for your time.

    Don't want to hijack the thread, but since you mentioned a
    cross-grade I
    have a question. I will be making the move from being PC
    based to MAC based
    in the next 6 months. Since I will be replacing my aging dell
    laptop with
    an imac pro, my next desktop purchase will be mac as well
    With the current CS3 I will just be running in parralels, but
    I asked about
    when cs4 comes around if I could just upgrade to the mac
    version. I was
    told by a cs rep that this is not possible I would have to
    purchase a fresh
    install. Is this not correct, is there a way around it?
    thanks,
    randy
    "SnakEyez02" <[email protected]> wrote in
    message
    news:fketp8$8rs$[email protected]..
    > Instead of running boot camp have you ever considered
    looking at Parallels
    > or
    > Fusion?
    >
    > Both of those are very good options for running Windows
    applications on a
    > Mac.
    > Then you would only need to boot into the Mac OS and
    then launch those
    > apps.
    >
    > Or you could always contact Adobe about a cross-grade.
    However, if you
    > are
    > already using CS3 on the Windows license you might want
    to wait for the
    > next
    > version around to this.
    >
    >

  • Dreamweaver Namespace issue on my web server

    I am hosting my site on GoDaddy.com. I have created a site
    using Dreamweaver CS3 and SQL2005. Everything works great on my
    local machine, but when I upload it to the remote web server, the
    aspx pages do not work. GoDaddy support says it is due to the
    second line in every one of my aspx pages, specifically the
    namespace attribute. From what I've read, this is automatically put
    into every page created by Dreamweaver that contains an asp/asp.net
    control. GoDaddy's response is to remove this line from my page and
    everything will work great, which obviously it will not. I really
    would not like to have to rebuild 32 + aspx pages after already
    developing them in Dreamweaver. The actual line they say is causing
    the problem is below:
    <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls"
    Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutra l"
    %>
    Does anyone have any suggestions as to how to get around this
    issue?

    "carrb69" <[email protected]> wrote in
    message
    news:[email protected]...
    > Joris,
    >
    > I did have the dll located in a subfolder of the root
    directory. I also
    > put it
    > in the root directory as well after receiving your
    previous response and
    > got
    > the same results. Unfortunately, I would need to go to
    GoDaddy to get the
    > exact
    > error because all I see when I try to access my aspx
    pages is a very
    > generic
    > error. I had to go to GoDaddy previously to figure out
    that it was the
    > Namespace attribute that was causing the issue. I'll try
    this evening to
    > get
    > them to send me the actual error message and post it
    then. Thanks for the
    > quick
    > responses.
    >
    > Brian
    Hi Brian,
    maybe it's your browser that's hiding the error message, if
    using MSIE then
    please disable the "Show friendly HTTP error messages" option
    in Internet
    Options.
    If that doesn't reveal the error message, try editing the
    web.config that
    dreamweaver generated for you with the following settings,
    (add any missing
    settings, and leave the connectionstrings that dreamweaver
    has setup intact)
    <configuration>
    <system.web>
    <compilation debug="true"/>
    <customErrors mode="Off"/>
    <trace
    enabled="true"
    traceMode="SortByCategory"
    requestLimit="10"
    pageOutput="false"
    localOnly="false"
    />
    </system.web>
    </configuration>
    Debug Compilation should give more insight inrto compilation
    errors, which
    can allso be done at the page level via<% @ Page
    debug=true" %>
    Custom Errors Off will disable any error pages that may be
    shown in case of
    an error, seting it to "emoteOnly" will only thow these page
    to external
    visitors, but since you are not working on the server that
    actually makes
    little sense.
    The trace setting should enable a HTTP Handler that allows
    you to view trace
    information from /trace.axd in the root of your website,
    enabling pageOutput
    will inject the tracing information into every page, which
    can allso be done
    at the page level via <% @ Page trace=true" %>
    There settings do have a performance impact because they are
    enabled for
    every request in the application, once you've got the errors
    out disable
    them at the application level and enable them per-page.
    Hope this helps
    Joris

  • Dreamweaver 8 issue.

    I have Dreamweaver 8 running on Windows Vista (yes its an old version of DW). The interface / menus in DW look fine but when I open any html file the font/code is faint and blurry. I thought it might be a corrupted font issue but all other programs on my PC work / look fine. Anyone know how to fix? I did try to re-install it.  

    Don't want to hijack the thread, but since you mentioned a
    cross-grade I
    have a question. I will be making the move from being PC
    based to MAC based
    in the next 6 months. Since I will be replacing my aging dell
    laptop with
    an imac pro, my next desktop purchase will be mac as well
    With the current CS3 I will just be running in parralels, but
    I asked about
    when cs4 comes around if I could just upgrade to the mac
    version. I was
    told by a cs rep that this is not possible I would have to
    purchase a fresh
    install. Is this not correct, is there a way around it?
    thanks,
    randy
    "SnakEyez02" <[email protected]> wrote in
    message
    news:fketp8$8rs$[email protected]..
    > Instead of running boot camp have you ever considered
    looking at Parallels
    > or
    > Fusion?
    >
    > Both of those are very good options for running Windows
    applications on a
    > Mac.
    > Then you would only need to boot into the Mac OS and
    then launch those
    > apps.
    >
    > Or you could always contact Adobe about a cross-grade.
    However, if you
    > are
    > already using CS3 on the Windows license you might want
    to wait for the
    > next
    > version around to this.
    >
    >

  • Dreamweaver preview issue with Safari 4.0

    Description of Issue :   
    Recently I have upgraded my Safari browser to version to 4.0, after this was completed when I'm in dreamweaver design view I cannot preview my work in Safari as it comes up with a blank web page and opens the folder that the template is stored in, can you provide any solution to why this is hapening as it never happened before I upgraded, also I can view the webpage
    in Firefox so I know its nothing to do with my Mac?

    Does anyone know where you can go besides here to post to ask about this problem. I called Adobe tech support and they said they don't support Safari, so they would not help. They were nice though.
    Although this thread has a high viewership compared to others, I wish more people would post, if they are having a problem so we can get some traction, and maybe Adobe will find this and we can get an answer or a work around.
    I'm running Safari 4.0.2. I have run DiskWarrior and done a complete systems check and update, including correcting permissions trying to figure this out. Hopefully someone has an answer. I have also thrown away my Preference file.
    I recently had to delete my Acrobat plug-in for Safari because I could not load PDF's in the browser. This was on the advice of an Adobe tech support guy. (he said you didn't need the plug-in anymore with Safari 4). Maybe this has something to do with it?

  • Dreamweaver Template Issues

    Heyyy,
    I have been trying to set up some Dreamweaver Template files.
    I have defined an editable region for the content to go in, I then create a new file using this template and start editing the page.  However when I put in too much content, the editibale region doesnt flow or stretch its height to match the content. (I have attached a screenshot of DW to show that the design looks fine, but you can tell that the content overflows the editable region guidelines)
    This isn't a problem in any browser apart from IE7 (which I have attached a screenshot of to show you what is happening) where the content doesn't display properly.
    I was just wondering if anyone might know how to correct this issue?  If I need to provide any more details, code or screenshots it would be great if you could let me know.  And thanks for any help offered!
    Cheers,
    Ezra

    Ezra-The best thing you can do to get help on this is put that page out there on a web server and provide a link. That will give the very helpful people here all the resouces needed to view what might be causing your problem. If you don't do this, it's just a guessing game that really nobody wants to play.

  • Window Properties (HTML Help) - Placement Issues

    I am compiling my online help in Robohelp 8 and have an issue with the window placement of the Help menu output.  I have a dual monitor setup so the Help window appears on the primary monitor.  Is there a setting or configuration that instructs the Help menu to open up as a child to the parent application that's calling the Help?

    Janet:
    Make sure there are no carriage returns lurking inside the
    JavaScript (depending on how the content was wrapped when you
    selected it to Copy/Paste). One way to be sure is to copy it to
    Notepad and turn off the Wrap feature; any line breaks will be
    obvious.
    Good luck,
    Leon

  • Asian (JPY) currency Decimal Places Issue

    HI All,
    Need your help, we have a program which creates a BDC session and when the user tries to process it it throws an errror for amount in asian currencies like JPY - no decimal places allowed for currency, in the background it calls the FBB1 transaction.
    The original amount is in USD however after conversion when we store it back to amount field which is of type
    "glpct-tslvt"  it stores the amount in JPY currency with decimal places so for example :
    USD amount  = 93,214. 00
    JPY amount = 115,021. 86
    guess the amount is stored with decimals in BSEG table, so now when we try to process the session with the JPY amount with decimals it throws an error.
    I have tried the
    CALL FUNCTION 'CURRENCY_AMOUNT_SAP_TO_DISPLAY'
    and
    CALL FUNCTION 'BAPI_CURRENCY_GETDECIMALS'
    it gives me the correct value for amount so for above example  JPY amount = 115,021. 86 by using the mentioned two methods i am able to get the currency in this format  11502186.00 but still has two decimal places, i think it still will not work when we process the session for FBB1.
    Need your help people, appreciate your co-operation.

    sorry to revive an old thread...but we are having an issue with JPY in our electronic bank statements.
    the BAI format for our JPY account has for example 900 yen which according to our finance department is really 9 yen. the bank claims this is a known issue and the BAI format documentation seems to be confirming the bank's position in that the decimals are implied according to the currency code (whatever that means in SAP terms is a bit foggy to us).....
    currently we wrote a custom code to suppress the last two zeros (when they are zeros) but i feel this error is caused either by a wrong setting in our currency or translation tables in SAP or something else since our feeling is that this should work right out of the box without any custom programming...any ideas???...where we shoudl start looking in our currency config....does the 100:1 or 1:1 translation ratio between JPY/USD make any difference...should we try and use a function module to convert the currency ...any ideas or hints are welcome
    thanks
    Ram
    [email protected]

  • Dreamweaver FTP Issues

    I've had quite a bit of trouble with my Dreamweaver the last few days. It has issues connecting to my remote server, which is hosted by InMotion hosting. It keeps timing out constantly, but then every once in a while it will work just fine. I don't understand it. I tried using Filezilla and it works just fine, connects perfect. So I contacted my hosting company to see if they might have any idea and they just said everything was good on their end and that I should contact Adobe. They did however say that, after looking at the FTP error log, my dreamweaver was trying to contact unknown directories? He specifically stated that it was trying to upload to a folder called '_mm' in my public_html folder. I cannot find much information on this and I've tried playing with some settings, including passive FTP. I'm using Dreameaver CS5 Version 11.0 Build 4909.

    There is an article about the "mm" folder - http://help.adobe.com/en_US/dreamweaver/cs/extend/WS5b3ccc516d4fbf351e63e3d117f53d9310-7ff a.html .  So is the problem that DW cannot create the folder on the remote end?  Or cannot write to the folder?  Uploading to any folder in your public_html folder should not be an issue unless there is a write/permissions issue on the server.

  • Dreamweaver layout issue

    Hello, I have an issue on the layout of my website ( récupération de données ). As I work on Dreamweaver, I think the problem comes from there. Need help !

    That absolutely positioned menu is never going to work.   Absolute positioning removes content from the normal document flow.  So your menu is out in right field and disconnected from the rest of your layout.  A better approach would be to put the menu in an unordered list like this:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>List Menu</title>
    <style>
    body { background: aqua }
    #header {
    border: 1px solid silver;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden; /**float containment**/
    .logo img {
    float: left;
    width: 225px;
    .menu {
    float: right;
    width: 775px;
    .menu ul { list-style: none; }
    .menu li a {
    float: left;
    width: 8em; /*adjust width or use auto*/
    text-align: center;
    margin: 0;
    padding-right: 20px;
    font-size: 0.818em;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    .menu a:visited { color: #999 }
    .menu a:hover, .menu a:active, .menu a:focus {
    color: #669966;
    text-decoration: underline
    </style>
    </head>
    <body>
    <div id="header">
    <a href="http://www.recuperation-dedonnees.com">
    <img class="logo" src="images/recuperationdedonneesdafotec.gif" alt="Récupération de données" />
    </a>
    <div class="menu">
    <ul>
    <li><a href="http://www.recuperation-dedonnees.com" title="Récupération de données">ACCUEIL</a> </li>
    <li> <a href="http://www.recuperation-dedonnees.com/recuperationdedonneespertededonnees.html" title="Récupération de données : perte de données">1 PERTE DE DONNEES ?</a> </li>
    <li><a href="http://www.recuperation-dedonnees.com/recuperationdedonneesaide.html" title="Récupération de données : Aide">2 NOTRE SOLUTION !</a> </li>
    <li><a href="http://www.recuperation-dedonnees.com/recuperationdedonneesconfiance.html" title="Récupération de données : pourquoi Dafotec ?">3 POURQUOI DAFOTEC ?</a> </li>
    <li><a href="http://www.recuperation-dedonnees.com/recuperationdedonneesprocedure.html" title="Récupération de données : comment procéder ?">4 COMMENT PROCEDER ?</a> </li>
    </ul>
    <!--end menu-->
    </div>
    <!--end header-->
    </div>
    </body>
    </html>
    Nancy O.

  • Dreamweaver connection issues

    Hi all,
    Over the past couple of weeks I am having increasing difficulty with Dreamweaver trying to connect to BC sites when I am ftpingto the extent I am having to restart DW after closing it down via Task Manager.  It is now on virtually every new file upload and is slowing me down hugely.  Has anyone else experienced this?  I did ask in the DW section and got 1 other who is but thought I'd ask here.
    Many thanks
    Steve

    Further to the above - these connection issue are ONLY with connecting to BC Sites, my non BC servers connect without problems.  Further investigation shows that the issue appears to be with my sites on the EU data centre as my US hosted sites seem to hold the connection without problems. 
    Morten - from your name it sounds like you are in the EU as well?
    Come on BC - can someone respond to this please now as it is very frustrating!

  • Dreamweaver common Issues....

    Hello
    l just recently stared using dreamweaver Cs3 and designing a
    web site from scratch but in the process l have encounter myself
    with many issues that make me stop and l dont know how to fix them.
    1- creating a "new site" l establish the local root folder
    and everything in my hard drive . l start creating a new document
    html, whatever, l save it. Then when l create a new folder l get a
    message that says that "l dont have enough privileges to change
    names to folders" l go to the root folder using Windows explorer
    but there are NONE files there !!
    l go to the "properties folder" to uncheck the "read only"
    option but still nothing. l still getting the same message.
    What is going on?? where are those files in my hard drive ??
    Why when l use dreamweaver those files are apparently there
    but not when l try to look at them using windows explorer.??
    Why l cannot change the names to the folders?????
    Any comment will be HIGHLY appreciate it l know you guys know
    this help me please!
    Thanks

    > 1- creating a "new site" l establish the local root
    folder and everything
    > in
    > my hard drive
    What is the path to your local root folder?
    > What is going on?? where are those files in my hard
    drive ??
    What is your operating system?
    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
    ==================
    "Vexplorer" <[email protected]> wrote in
    message
    news:gpneq7$s31$[email protected]..
    > Hello
    >
    > l just recently stared using dreamweaver Cs3 and
    designing a web site
    > from
    > scratch but in the process l have encounter myself with
    many issues that
    > make
    > me stop and l dont know how to fix them.
    >
    > 1- creating a "new site" l establish the local root
    folder and everything
    > in
    > my hard drive . l start creating a new document html,
    whatever, l save it.
    > Then
    > when l create a new folder l get a message that says
    that "l dont have
    > enough
    > privileges to change names to folders" l go to the root
    folder using
    > Windows
    > explorer but there are NONE files there !!
    > l go to the "properties folder" to uncheck the "read
    only" option but
    > still
    > nothing. l still getting the same message.
    >
    > What is going on?? where are those files in my hard
    drive ??
    >
    > Why when l use dreamweaver those files are apparently
    there but not when l
    > try
    > to look at them using windows explorer.??
    >
    > Why l cannot change the names to the folders?????
    >
    > Any comment will be HIGHLY appreciate it l know you guys
    know this help me
    > please!
    >
    > Thanks
    >

  • Dreamweaver sync issues

    Having issues with ftp sync in dreamweaver. I was wondering
    if anyone has gone ahead and deleted the various "dwsync.xml" files
    located in the _notes folders created by dreamweaver. I'm hoping
    this will stop some issues currently occuring when uploading and
    allow me to move forward with a fresh local and online copy of our
    site. Would I be creating more problems by doing this?

    There is an article about the "mm" folder - http://help.adobe.com/en_US/dreamweaver/cs/extend/WS5b3ccc516d4fbf351e63e3d117f53d9310-7ff a.html .  So is the problem that DW cannot create the folder on the remote end?  Or cannot write to the folder?  Uploading to any folder in your public_html folder should not be an issue unless there is a write/permissions issue on the server.

Maybe you are looking for

  • If I update to Lion from 10.6.8, will Adobe CS4 "upgrade" work?????

    I have Adobe CS4 from an "upgrade".  Will these adobe programs work if I upgrade to Lion?  Please, need an answer ASAP, so I know whether to make my next computer a Mac or a PC!!!!  It is absolutely ridiculous that my friend, who has at least 8 PC co

  • GR for PO in forex resulted in currency conversion rounding difference

    Hi, I have created a PO in foreign currency and when I perform a GR in MIGO, it created the following 4 FI postings: 1) DR Stock - Amount in Forex, Amount in Local Curx 2) CR GR/IR - Amount in Forex, Amount in Local Curx 3) DR Rounding Diff  0.00 in

  • Problem on configuring Alerts

    Hi Gurus, I'm having some requirement of which alerts need to be configured. I have created alert category in ALRTCATDEF on ABAP side, and the created one is also reflects in RWB--> Alert configuration. The problem is when I'm selecting the alert cat

  • Deallocating a Web/Worker Roles Cloud Service

    I'm seeking some clarification on whether its possible to shutdown a PaaS Cloud Service into a non-chargeable state in the same way one can do this with IaaS virtual machine deployments? In an automated CI/CD environment then PaaS is attractive but p

  • Airmagnet Planning Software vs. Traditional Survey with AP

    Greetings all - would like someone to share their experiences; Our company is considering some new purchases with regards to survey kits.  It has been suggested that we do not need a Survey AP for our kits, since Airmagnet planning software should te