Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Northumbria Student #1
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
-
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... -
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... -
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... -
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.... -
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... -
Murray *ACE* #2
Re: problems with <h> tags and layers
You cannot nest <h#> tags like this.
<h3><h4>BONUS 2</h4>
HTML doesn't permit it.
Show me a page where you see this, and I'll show you where you have made> 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?
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
-
Northumbria Student #3
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
-
Northumbria Student #4
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
-
Murray *ACE* #5
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
-
Northumbria Student #6
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



Reply With Quote

