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

  1. #1

    Default Text Moving in ie

    Okay so I just started designing this site and I finally got the background up
    but whenever I type something up in DW I have it start out inside the
    background img but when I upload the html *.doc to the net and then upload the
    bkg and then go to view it it looks fine restored but when I maximize it the
    text jumps outside of the bkg. I don't want any text outside of that bkg.

    G33kman Guest

  2. Similar Questions and Discussions

    1. Moving text into the next cell
      I am working on a large project with a lot of tables. The raw copy/lists come from Word and are in general set up with tabs, which makes it an easy...
    2. Moving text and objects??
      Hello I have a small problem in Illustrator: I create some text and several logos on a document and then drag the pointer to select them, If I...
    3. Effect of a text moving like the waves...
      I'm trying to create the effect of a text moving like the waves on the sea and I want to know if, in flash it is possible to create a 'wave' effect...
    4. moving the cursor in text
      Hi all, How can I move the cursor in a editable text box through code. So if the user pushes the 'home' key I can move the cursor to the start of...
    5. text/images moving in error
      Two buttons (rollovers) in a scene have some text areas which are exactly the same, in the exact same position. When I move from one button to the...
  3. #2

    Default Re: Text Moving in ie

    *UPDATE*
    I forgot to include the website sorry.
    [url]http://www.rentageekusa.com/test.html[/url]
    please take a look at it and then see what can be done thanks
    G33kman Guest

  4. #3

    Default Re: Text Moving in ie

    This is the only way you are going to get that -

    <style type="text/css">
    <!--
    body,td,th {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #fff000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    height: 15px;
    width: 125px;
    }
    body {
    background-color: #FFFF00;
    background-image: url([url]http://www.rentageekusa.com/images/Background_1.gif);[/url]

    background-repeat: no-repeat;
    background-position:top center;
    margin-left: 75px;
    margin-top: 50px;}
    ..style1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 24px;
    }
    -->
    </style>
    </head>

    <body>
    <p style="text-align:center;">R</p>
    </body>

    </html>


    --
    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
    ==================


    "G33kman" <webforumsuser@macromedia.com> wrote in message
    news:dld8am$ijh$1@forums.macromedia.com...
    > *UPDATE*
    > I forgot to include the website sorry.
    > [url]http://www.rentageekusa.com/test.html[/url]
    > please take a look at it and then see what can be done thanks

    Murray *TMM* 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