problems with <h> tags and layers

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

  1. #1

    Default problems with <h> tags and layers

    Ok I?m wondering if anyone can help me there two things I? having problems with
    the first is with <h> tags for some reason

    HTML

    <h3><h4>BONUS 2</h4>
    <p>FREE Shipping and Handling anywhere in the world!<br /><br />
    This is Valued at: ?35.00
    Total Value of what you WILL recieve: ?414.00<br /><br />
    You Pay a total fee of: ?99.00<br /><br />(and that includes shipping and
    handling until the end of September)</p>
    <p>You Save : ?335.00!!!!!</p></h3>

    Style

    h3{border-style: groove;
    border-width:thin;
    padding:10px;
    background-color:#edf3fe;
    color: #000000;
    font-size:12px;
    font-weight:normal;
    }

    h4{color: #000000;
    font-size:12px;
    font-weight:bold;
    background-color:#edf3fe;

    this works in IE and the text is contained within the box h3 creates but in
    firefox the box just appears as a small box above h4. Can anyone shed any light
    on why firefox is doing this?

    Secondly for some reason when I am positioning layers within div tags recently
    dreamweaver appears to be miles off when it displays the layer on screen. So
    when I get the layer looking right in dreamweaver and then preview it in
    firefox and IE the layer is in a completely different place. Is there anyway I
    can configure dreamweaver to try and fix this?

    As always thanks in advance.


    Northumbria Student Guest

  2. Similar Questions and Discussions

    1. layers positioning problems
      I have problems to control my layers(sub navigation) at a fixed position (right below main navigation) when my website/tabel is aligned center on...
    2. Custom Tags starting with <$: lots of problems
      I'm building an extension for MovableType template tags. Those tags can be delimited in several ways: <MTNameOfTheTag> or <$MTNameOfTheTag> or even...
    3. Problems downloading Excel by using cfcontent andcfheader tags
      I have a flash button which using getURL lauches the export of some data in Excel format. This works greate in Mozilla. But IE-6 displays typical...
    4. Problems saving Layers and Styles
      I am experiencing problems while saving a freehand document. I have got a multilayer Freehand 9-document with defined styles for text and graphics....
    5. Problems with Flash in layers using Netscape 7
      I'm hoping someone reading this might have some ideas... What I have is a simple HTML page with five layers, each layer has a unique name. In two...
  3. #2

    Default Re: problems with <h> tags and layers

    You cannot nest <h#> tags like this.

    <h3><h4>BONUS 2</h4>

    HTML doesn't permit it.
    > So
    > when I get the layer looking right in dreamweaver and then preview it in
    > firefox and IE the layer is in a completely different place. Is there
    > anyway I
    > can configure dreamweaver to try and fix this?
    Show me a page where you see this, and I'll show you where you have made
    your error.

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


    "Northumbria Student" <webforumsuser@macromedia.com> wrote in message
    news:ed0vtc$qco$1@forums.macromedia.com...
    > Ok I?m wondering if anyone can help me there two things I? having problems
    > with
    > the first is with <h> tags for some reason
    >
    > HTML
    >
    > <h3><h4>BONUS 2</h4>
    > <p>FREE Shipping and Handling anywhere in the world!<br /><br />
    > This is Valued at: ?35.00
    > Total Value of what you WILL recieve: ?414.00<br /><br />
    > You Pay a total fee of: ?99.00<br /><br />(and that includes shipping and
    > handling until the end of September)</p>
    > <p>You Save : ?335.00!!!!!</p></h3>
    >
    > Style
    >
    > h3{border-style: groove;
    > border-width:thin;
    > padding:10px;
    > background-color:#edf3fe;
    > color: #000000;
    > font-size:12px;
    > font-weight:normal;
    > }
    >
    > h4{color: #000000;
    > font-size:12px;
    > font-weight:bold;
    > background-color:#edf3fe;
    >
    > this works in IE and the text is contained within the box h3 creates but
    > in
    > firefox the box just appears as a small box above h4. Can anyone shed any
    > light
    > on why firefox is doing this?
    >
    > Secondly for some reason when I am positioning layers within div tags
    > recently
    > dreamweaver appears to be miles off when it displays the layer on screen.
    > So
    > when I get the layer looking right in dreamweaver and then preview it in
    > firefox and IE the layer is in a completely different place. Is there
    > anyway I
    > can configure dreamweaver to try and fix this?
    >
    > As always thanks in advance.
    >
    >

    Murray *ACE* Guest

  4. #3

    Default Re: problems with <h> tags and layers

    Thanks I used <span> instead of <h> for my nesting :)

    I will post a link to the page with the layer problem when I get home.
    Northumbria Student Guest

  5. #4

    Default Re: problems with <h> tags and layers

    Ok this is a site that I cam currently working on [url]http://www.10lp.com[/url] and am
    having layer positioning problems. Take the image in Layer 1 it displays
    differently in dreamweaver, firefox and IE so any advice on how to fix this
    would be greatly appreciated.

    Northumbria Student Guest

  6. #5

    Default Re: problems with <h> tags and layers

    Something is wrong with your site definition. Your page is at the root of
    your site, yet your links look like this -

    <img src="../images/Menu.jpg" alt="menu" />

    Obviously, that's not possible. I'm not seeing a difference in the display
    of that image in DW, IE, or FF. Can you say more about what is happening
    for you?

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


    "Northumbria Student" <webforumsuser@macromedia.com> wrote in message
    news:ed6bdm$bma$1@forums.macromedia.com...
    > Ok this is a site that I cam currently working on [url]http://www.10lp.com[/url] and
    > am
    > having layer positioning problems. Take the image in Layer 1 it displays
    > differently in dreamweaver, firefox and IE so any advice on how to fix
    > this
    > would be greatly appreciated.
    >

    Murray *ACE* Guest

  7. #6

    Default Re: problems with <h> tags and layers

    Its not the image itself that looks different its where it is placed on screen.
    If you look at layer one you can see that the image is slightly lower in IE
    than it is in FF. If you view the page in dreamweaver the image/layer is
    displayed even lower.

    Northumbria Student 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