Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default positioning

    im trying to move a div tag to the right side, ive tried using "float" but it
    doesnt work the way i want it to. i tried setting its position as absolute and
    its working pretty well, but i was wondering if theres anything else i can do
    to move it onto the other side.
    i didnt explain that too well, im hoping the code below will show you what im
    talking about.
    <head>
    <title>BG Underground</title>
    <style type="text/css">
    <!--
    body {
    background-color: #FFFFFF;
    }
    #section {
    float: none;
    top: 16px;
    position: absolute;
    left: 412px;
    letter-spacing: .1em;
    height: 20px;
    background-color: #0099CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    width: 229px;
    font-weight: bold;
    padding-top: 2px;
    }
    #downloads {
    height: 20px;
    width: 350px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #66CC33;
    font-weight: bold;
    letter-spacing: .1em;
    padding-top: 2px;
    padding-left: 40px;
    }
    #blank {
    background-color: #FFFFFF;
    height: 5px;
    width: 390px;
    }
    #main {
    height: 400px;
    width: 390px;
    background-color: #CCEEBB;
    }
    -->
    </style>
    </head>

    <body>
    <div class="downloads" id="downloads">LATEST &amp; GREATEST DOWNLOADS </div>
    <div class="main" id="main"><br />
    </div>
    <div class="section" id="section">
    <div align="center">CHOOSE A SECTION </div>
    </div>
    <p>&nbsp;</p>
    </body>
    </html>

    evropa Guest

  2. Similar Questions and Discussions

    1. CSS Content Box Positioning - Help Please
      Hello! I'm currently working on a website for a client of mine. This is the first time I'm using CSS for positioning, and came across some issues...
    2. Positioning of content
      Hi everyone got this following code - and when i try to add the template -<cfinclude template="resultarticle links.cfm"> it doesn't appear at the...
    3. Layer positioning
      I'm building a DHTML menu system but I am having the problem of positioning the layers on different page widths. I know the problem is that I am...
    4. CSS Div Positioning
      Anybody know how to cause a DIV to be aligned to the bottom of the page? If you go to: http://www.tilaru.com/NewSite/index.php you'll see that my...
    5. sundomains and positioning
      hi i have a wesite www.example.com now i have my catalog of files root: es/ - (spanish version of the website de/ - (german version) fr/ -...
  3. #2

    Default Re: positioning

    What do you want, and where do you want it?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "evropa" <webforumsuser@macromedia.com> wrote in message
    news:djct7v$p19$1@forums.macromedia.com...
    > im trying to move a div tag to the right side, ive tried using "float" but
    > it
    > doesnt work the way i want it to. i tried setting its position as absolute
    > and
    > its working pretty well, but i was wondering if theres anything else i can
    > do
    > to move it onto the other side.
    > i didnt explain that too well, im hoping the code below will show you what
    > im
    > talking about.
    > <head>
    > <title>BG Underground</title>
    > <style type="text/css">
    > <!--
    > body {
    > background-color: #FFFFFF;
    > }
    > #section {
    > float: none;
    > top: 16px;
    > position: absolute;
    > left: 412px;
    > letter-spacing: .1em;
    > height: 20px;
    > background-color: #0099CC;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > color: #FFFFFF;
    > width: 229px;
    > font-weight: bold;
    > padding-top: 2px;
    > }
    > #downloads {
    > height: 20px;
    > width: 350px;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > color: #FFFFFF;
    > background-color: #66CC33;
    > font-weight: bold;
    > letter-spacing: .1em;
    > padding-top: 2px;
    > padding-left: 40px;
    > }
    > #blank {
    > background-color: #FFFFFF;
    > height: 5px;
    > width: 390px;
    > }
    > #main {
    > height: 400px;
    > width: 390px;
    > background-color: #CCEEBB;
    > }
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <div class="downloads" id="downloads">LATEST &amp; GREATEST DOWNLOADS
    > </div>
    > <div class="main" id="main"><br />
    > </div>
    > <div class="section" id="section">
    > <div align="center">CHOOSE A SECTION </div>
    > </div>
    > <p>&nbsp;</p>
    > </body>
    > </html>
    >

    Murray *TMM* Guest

  4. #3

    Default Re: positioning

    i actually got that figured out, but i have another problem. my layout looks
    out of place in dreamweaver, but when previewed in a browser it looks fine.

    could my body bg be causing a problem?

    dreamweaver view - [url]http://img451.imageshack.us/img451/1421/hm0uc.png[/url]
    ie view - [url]http://img451.imageshack.us/img451/4041/hm28ot.png[/url]
    --
    i also tried it with firefox & opera. it looks perfect in firefox, but in
    opera its should be more to the left as you can see below. how would i would i
    able to fix ths?
    [url]http://img471.imageshack.us/img471/6716/hm39ur.png[/url]

    thank you!

    evropa Guest

  5. #4

    Default Re: positioning

    Which DW?

    Show me your code again, please.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "evropa" <webforumsuser@macromedia.com> wrote in message
    news:djeui7$9kd$1@forums.macromedia.com...
    >i actually got that figured out, but i have another problem. my layout
    >looks
    > out of place in dreamweaver, but when previewed in a browser it looks
    > fine.
    >
    > could my body bg be causing a problem?
    >
    > dreamweaver view - [url]http://img451.imageshack.us/img451/1421/hm0uc.png[/url]
    > ie view - [url]http://img451.imageshack.us/img451/4041/hm28ot.png[/url]
    > --
    > i also tried it with firefox & opera. it looks perfect in firefox, but in
    > opera its should be more to the left as you can see below. how would i
    > would i
    > able to fix ths?
    > [url]http://img471.imageshack.us/img471/6716/hm39ur.png[/url]
    >
    > thank you!
    >

    Murray *TMM* Guest

  6. #5

    Default Re: positioning

    im using dreamweaver 8

    if its easier for you i will zip up the folder in which the files are in and
    upload it.

    <!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=iso-8859-1" />
    <title>Untitled Document</title>
    <link href="file:///C|/Documents and Settings/Owner/My Documents/my
    pictures/bglayout/css.css" rel="stylesheet" type="text/css" />
    </head>

    <body>
    <div id="main">
    <div class="heading" id="heading">bgunderground.net</div>
    </div>
    <div class="hwelcome" id="welcome">
    <div>
    <div align="left">welcome to bgunderground.net </div>
    </div>
    </div>
    <div class="bgu" id="sections"><a href="www.bgunderground.net">home</a><span
    class="space">g</span> <a
    href="http://www.bgunderground.net/subdream">forums</a><span
    class="space">g</span> <a href="www.bgunderground.net">download</a> <span
    class="space">g</span> <a href="www.bgunderground.net/about">about us</a></div>
    <div id="newsupdates"></div>
    <div id="about">welcome ralitza this is your 4th time visiting </div>
    <p>&nbsp;</p>
    </body>
    </html>
    ---------
    CSS
    body {
    background-attachment: fixed;
    background-image: url(images/bodybg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    }


    #main {
    background-color: #333333;
    position: absolute;
    left: 60px;
    top: 4px;
    width: 680px;
    height: 124px;
    }


    #welcome {
    background-color: #00CC33;
    position: absolute;
    left: 60px;
    top: 132px;
    width: 363px;
    height: 27px;
    }
    #sections {
    position: absolute;
    left: 429px;
    top: 132px;
    width: 303px;
    height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #00CC33;
    }
    #welcome div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 3.5px;
    padding-left: 3px;
    }

    a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    }
    a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    }
    a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: underline;
    }
    a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    }

    .bgu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 7px;
    padding-left: 8px;
    }
    .space {
    color: #66CC33;
    }

    #newsupdates {
    color: #333333;
    position: absolute;
    left: 61px;
    top: 180px;
    background-color: #F9F9EC;
    width: 362px;
    height: 241px;
    }
    .date {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    left: -101px;
    top: 17px;
    padding-top: 5px;
    padding-right: 3px;
    margin-top: 2px;
    }
    #about {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    position: absolute;
    left: 61px;
    top: 162px;
    width: 362px;
    height: 14px;
    }


    .heading {
    font-family: Eurostile;
    font-size: 36px;
    color: #FFFFFF;
    top: 3px;
    padding-top: 43px;
    padding-left: 10px;
    font-weight: bold;
    }
    #downloads {
    background-color: #EBF9E3;
    position: absolute;
    left: 428px;
    top: 164px;
    width: 312px;
    height: 229px;
    }
    .hdownloads {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 6px;
    font-weight: bold;
    }


    .quote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: .6em;
    background-color: #CCEEBB;
    height: 30px;
    width: 50px;
    }
    .dlistcolor {
    background-color: #CCEEBB;
    height: 20px;
    width: 308px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    padding-top: 4px;
    padding-left: 4px;
    }
    .dlistcolor2 {
    height: 20px;
    width: 308px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    padding-top: 4px;
    padding-left: 4px;
    }


    evropa Guest

  7. #6

    Default Re: positioning

    First off, this link is broken and cannot work on the web -

    <link href="file:///C|/Documents and Settings/Owner/My Documents/my
    pictures/bglayout/css.css" rel="stylesheet" type="text/css" />

    Second, your use of absolutely positioned divs (Layers) to position
    everything on the page is a very poor layout method - it will bite you big
    time when visitors resize their text in the browser and your page becomes an
    unreadable overlapping mess.

    Third, your pseudo-class definitions are probably in the wrong order - with
    your order:

    a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    }
    a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    }
    a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: underline;
    }
    a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    }

    You will only see a hover on unvisited links. Is that what you want? If it
    is not, change that to this -

    a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    }
    a:visited, a:active, a:hover {
    color: #333333;
    }

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "evropa" <webforumsuser@macromedia.com> wrote in message
    news:djgqod$jso$1@forums.macromedia.com...
    > im using dreamweaver 8
    >
    > if its easier for you i will zip up the folder in which the files are in
    > and
    > upload it.
    >
    > <!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=iso-8859-1" />
    > <title>Untitled Document</title>
    > <link href="file:///C|/Documents and Settings/Owner/My Documents/my
    > pictures/bglayout/css.css" rel="stylesheet" type="text/css" />
    > </head>
    >
    > <body>
    > <div id="main">
    > <div class="heading" id="heading">bgunderground.net</div>
    > </div>
    > <div class="hwelcome" id="welcome">
    > <div>
    > <div align="left">welcome to bgunderground.net </div>
    > </div>
    > </div>
    > <div class="bgu" id="sections"><a
    > href="www.bgunderground.net">home</a><span
    > class="space">g</span> <a
    > href="http://www.bgunderground.net/subdream">forums</a><span
    > class="space">g</span> <a href="www.bgunderground.net">download</a> <span
    > class="space">g</span> <a href="www.bgunderground.net/about">about
    > us</a></div>
    > <div id="newsupdates"></div>
    > <div id="about">welcome ralitza this is your 4th time visiting </div>
    > <p>&nbsp;</p>
    > </body>
    > </html>
    > ---------
    > CSS
    > body {
    > background-attachment: fixed;
    > background-image: url(images/bodybg.png);
    > background-repeat: no-repeat;
    > background-position: center center;
    > background-color: #FFFFFF;
    > }
    >
    >
    > #main {
    > background-color: #333333;
    > position: absolute;
    > left: 60px;
    > top: 4px;
    > width: 680px;
    > height: 124px;
    > }
    >
    >
    > #welcome {
    > background-color: #00CC33;
    > position: absolute;
    > left: 60px;
    > top: 132px;
    > width: 363px;
    > height: 27px;
    > }
    > #sections {
    > position: absolute;
    > left: 429px;
    > top: 132px;
    > width: 303px;
    > height: 20px;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 11px;
    > font-weight: normal;
    > color: #FFFFFF;
    > background-color: #00CC33;
    > }
    > #welcome div {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > color: #FFFFFF;
    > font-weight: bold;
    > padding-top: 3.5px;
    > padding-left: 3px;
    > }
    >
    > a:link {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > font-weight: normal;
    > color: #FFFFFF;
    > text-decoration: none;
    > }
    > a:hover {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > font-weight: normal;
    > color: #333333;
    > }
    > a:active {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > font-weight: normal;
    > color: #333333;
    > text-decoration: underline;
    > }
    > a:visited {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-weight: normal;
    > color: #333333;
    > text-decoration: none;
    > }
    >
    > .bgu {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > font-weight: bold;
    > color: #FFFFFF;
    > padding-top: 7px;
    > padding-left: 8px;
    > }
    > .space {
    > color: #66CC33;
    > }
    >
    > #newsupdates {
    > color: #333333;
    > position: absolute;
    > left: 61px;
    > top: 180px;
    > background-color: #F9F9EC;
    > width: 362px;
    > height: 241px;
    > }
    > .date {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 10px;
    > color: #333333;
    > left: -101px;
    > top: 17px;
    > padding-top: 5px;
    > padding-right: 3px;
    > margin-top: 2px;
    > }
    > #about {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 11px;
    > color: #333333;
    > position: absolute;
    > left: 61px;
    > top: 162px;
    > width: 362px;
    > height: 14px;
    > }
    >
    >
    > .heading {
    > font-family: Eurostile;
    > font-size: 36px;
    > color: #FFFFFF;
    > top: 3px;
    > padding-top: 43px;
    > padding-left: 10px;
    > font-weight: bold;
    > }
    > #downloads {
    > background-color: #EBF9E3;
    > position: absolute;
    > left: 428px;
    > top: 164px;
    > width: 312px;
    > height: 229px;
    > }
    > .hdownloads {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > color: #333333;
    > padding-top: 4px;
    > padding-left: 4px;
    > padding-bottom: 6px;
    > font-weight: bold;
    > }
    >
    >
    > .quote {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > color: #FFFFFF;
    > letter-spacing: .6em;
    > background-color: #CCEEBB;
    > height: 30px;
    > width: 50px;
    > }
    > .dlistcolor {
    > background-color: #CCEEBB;
    > height: 20px;
    > width: 308px;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 11px;
    > font-style: normal;
    > font-weight: normal;
    > color: #333333;
    > padding-top: 4px;
    > padding-left: 4px;
    > }
    > .dlistcolor2 {
    > height: 20px;
    > width: 308px;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 11px;
    > font-style: normal;
    > font-weight: normal;
    > color: #333333;
    > padding-top: 4px;
    > padding-left: 4px;
    > }
    >
    >

    Murray *TMM* Guest

  8. #7

    Default Re: positioning

    what should i use to position the layers? should i get rid of "absolute" and
    just set their position manually? why does it matter what order pseudo-class
    definitions are in? wouldnt it do the same job whether if its the first or last
    one? thanks for you help

    evropa Guest

  9. #8

    Default Re: positioning

    > what should i use to position the layers?

    You don't use positioning at all on most of the page's containers, allowing
    them to place on the page with the normal flow of the code. For those where
    this is not good enough, you can float them or margin them into shape. It's
    the rare case where you would really need to use position:absolute for
    anything.
    > why does it matter what order pseudo-class
    > definitions are in?
    It matters because of the 'cascade' of the rules into the page. When two
    confllict (i.e., when a link is both visited and hovered), then the browser
    will always give priority to the one closest to the element being styled.
    Thus, if you have a:hover defined *before* a:visited, you will never see the
    hover style on the visited link (unless they do not conflict).

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "evropa" <webforumsuser@macromedia.com> wrote in message
    news:djh8ns$71t$1@forums.macromedia.com...
    > what should i use to position the layers? should i get rid of "absolute"
    > and
    > just set their position manually? why does it matter what order
    > pseudo-class
    > definitions are in? wouldnt it do the same job whether if its the first or
    > last
    > one? thanks for you help
    >

    Murray *TMM* Guest

  10. #9

    Default Re: positioning

    what do you mean the natural flow of the code? ive tried using margins &
    padding to put the layers into place, it looks fine in dw then in a browser it
    looks horrible. it also happend vice versa(looks bad in dw then looks okay in
    firefox) im not getting this whole thing with dw it goes back to my other
    question what is causing it too look out of place in dw but in preview it shows
    up fine.

    evropa Guest

  11. #10

    Default Re: positioning

    The normal flow of the code is the way the browser renders the page from top
    to bottom (i.e., from <html> to </html>), and places elements as they are
    encountered in this parsing of the page. When you understand how this works
    (it's not rocket science), and when you understand how block tags and inline
    tags differ as they are placed on the page, then you will understand that
    positioning is only needed rarely.
    > ive tried using margins &
    > padding to put the layers into place,
    A layer is an absolutely positioned page element (and *only* an absolutely
    positioned page element, as far as DW is concerned). Margins only can
    affect the placement of the layer itself, not the placement of other
    elements around it - that's one of the huge disadvantages of using absolute
    positioning at all - and padding only affects the placement of elements
    within the positioned container, not the container itself. In general
    combining margins with absolute positioning is not a good way to layout a
    page.
    > question what is causing it too look out of place in dw but in preview it
    > shows
    > up fine.
    Browsers are much more tolerant of coding mistakes than is DW. If you are
    seeing such things, I guarantee you it's because of abnormalities in your
    coding.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "evropa" <webforumsuser@macromedia.com> wrote in message
    news:djhi86$ido$1@forums.macromedia.com...
    > what do you mean the natural flow of the code? ive tried using margins &
    > padding to put the layers into place, it looks fine in dw then in a
    > browser it
    > looks horrible. it also happend vice versa(looks bad in dw then looks okay
    > in
    > firefox) im not getting this whole thing with dw it goes back to my other
    > question what is causing it too look out of place in dw but in preview it
    > shows
    > up fine.
    >

    Murray *TMM* Guest

  12. #11

    Default Re: positioning

    ccc
    Marvin Lex Guest

  13. #12

    Default Re: positioning

    sorry.
    MAARVIN Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139