Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
DW_Steve #1
FF vs IE Layer Positioning Problems
Problem page: [url]www.boxnetworks.net/pos/index.htm[/url]
I have encountered yet another rendering disparity between IE and FF.
In IE there are gaps between vertically adjacent elements when I don't use
absolute positioning. There is a reason why I am trying to avoid using absolute
positioning.
I had a similiar problem in horizontal positioning that was cured by including
"loose.dtd" in the DOCTYPE.
Thank you in advance.
-Steve
DW_Steve Guest
-
Help with Layer Positioning and TimeLine
Hello all, here is my situation: I am trying to do a simple Layer animation for my home page... 4 Layers startoff at the right of my webpage(table)... -
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... -
Div Layer positioning and sizing
Hi. I'm currently experiencing a rather weird behavior of Dreamweaver MX. When resizing or moving a DIV-Layer, the values will be set to something... -
Please Help with multiple layer positioning
I really need some help. I built a site using multiple layers, and when I finished, realized that the content was way too far to the right side of... -
Layer Positioning Question
I am using DWMX and would like a layer with an image in it to anchor itself to the bottom-right hand corner of the browser window at any size. If... -
Murray *TMM* #2
Re: FF vs IE Layer Positioning Problems
What is your question here? The page looks identical to me in IE6 and FF.
--
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
==================
"DW_Steve" <webforumsuser@macromedia.com> wrote in message
news:dgsm26$99k$1@forums.macromedia.com...> Problem page: [url]www.boxnetworks.net/pos/index.htm[/url]
>
> I have encountered yet another rendering disparity between IE and FF.
>
> In IE there are gaps between vertically adjacent elements when I don't use
> absolute positioning. There is a reason why I am trying to avoid using
> absolute
> positioning.
>
> I had a similiar problem in horizontal positioning that was cured by
> including
> "loose.dtd" in the DOCTYPE.
>
> Thank you in advance.
>
> -Steve
>
Murray *TMM* Guest
-
Murray *TMM* #3
Re: FF vs IE Layer Positioning Problems
Oh, I see. This is a known discrepancy in quirks mode with IE displaying
the space for descenders on inline tags. The issue goes away in standards
mode. See what happens if you change your doctype from this -
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
to this -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
(I guess you need that first line all together)
Alternatively, you could just add -
style="display:block;"
to the <img> tag.
--
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
==================
"DW_Steve" <webforumsuser@macromedia.com> wrote in message
news:dgsm26$99k$1@forums.macromedia.com...> Problem page: [url]www.boxnetworks.net/pos/index.htm[/url]
>
> I have encountered yet another rendering disparity between IE and FF.
>
> In IE there are gaps between vertically adjacent elements when I don't use
> absolute positioning. There is a reason why I am trying to avoid using
> absolute
> positioning.
>
> I had a similiar problem in horizontal positioning that was cured by
> including
> "loose.dtd" in the DOCTYPE.
>
> Thank you in advance.
>
> -Steve
>
Murray *TMM* Guest



Reply With Quote

