Help! Layers in Mozilla are off by a bit!

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

  1. #1

    Default Help! Layers in Mozilla are off by a bit!

    Ok, just staring, but already need help :)
    This is the temporary index page,

    [url]www.juventusventus.org/index.html[/url]

    [url]https://www.juventusventus.org[/url]

    Why do the layers or text get messed up when opening in Mozilla?
    In IE they show up properly like i want them to, and like shown in the design
    window of dreamweaver!


    djreklame Guest

  2. Similar Questions and Discussions

    1. Fill layers vs Pixel layers
      What is the difference between a fill layer and a pixel layer that contains a flat color? (Beside the capacity to paint different colors into the...
    2. FreeHand Layers to Acrobat Layers
      Hi, I have noticed that in Acrobat 6 that you can have layered documents and I 'm wanting to know if there is a way to create a layered PDF from a...
    3. CSS and Mozilla
      I'm having some trouble with Mozilla not displaying CSS correctly. I have a very simple stylesheet controlling the hyperlink font(a:link, etc..). I...
    4. Mozilla 1.3.1
      On Monday 28 July 2003 18:39, Jan Willem Stumpel wrote: I have this version in my /var/cache/apt/archives: mozilla_2%3a1.3.1-3_i386.deb...
    5. Layers don`t show and hide with Mozilla and Netscape
      Hi, I am trying to make layers visibel / hidden with onMouseOver/onMouseOut . But the Code DW generates works only with IE. Any suggestion ? ...
  3. #2

    Default Re: Help! Layers in Mozilla are off by a bit!

    IE collapses top margins and Moz does not. You have -

    <div id="Layer1">
    <p align="center" class="style3"> Juventus Ventus</p>
    <p align="center" class="style3">forUM</p>
    <p align="center" class="style3">c<span class="style5">lick</span></p>
    </div>

    What you are seeing in Moz is the top margin on the <p> tag which is pushing
    the rest of the content down. It has nothing whatever to do with how
    browsers display div tags.

    I forsee trouble for you if you expand this approach to a full site....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (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
    ==================


    "djreklame" <webforumsuser@macromedia.com> wrote in message
    news:e13f5e$615$1@forums.macromedia.com...
    > Ok, just staring, but already need help :)
    > This is the temporary index page,
    >
    > [url]www.juventusventus.org/index.html[/url]
    >
    > [url]https://www.juventusventus.org[/url]
    >
    > Why do the layers or text get messed up when opening in Mozilla?
    > In IE they show up properly like i want them to, and like shown in the
    > design
    > window of dreamweaver!
    >
    >

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