Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Luwana #1
right in IE6 but NOT in firefox ---????
this is my first CSS page and it was turning out beautifully until I checked it in Firefox! Can someone tell me where I'm going wrong? [url]http://www.vastarray.com/testsites/inv-inc/[/url]
Luwana Guest
-
IE Vs Firefox
Hi, Does anybody know why IE6/7 returns my error when there is no connection to the server but firefox doesn't. It just sits there doing nothing?... -
Firefox
why does flash in Firefox only take up the top 3rd of the page? It is acting like the flash form is in a frame that covers only the top 3rd of the... -
SWF and Firefox
I am tottally ocnfused, there are 2 web pages someone claims uses flash images but those images do not load, I jsut now removed flash palyer and... -
Firefox it is then.
Just tossin' out an FYI: Don't expect the new IE7 to work any better with Flash Player than IE6. I just tried it, with exactly the same results... -
Firefox 1.5
* Walter Mitty wrote in alt.os.linux.ubuntu: Just grab the latest binary from the website, install it in some local folder, ~/bin seems... -
Murray *ACE* #2
Re: right in IE6 but NOT in firefox ---????
This symptom usually means that you have invalid HTML on the page. Please
take a look here -
[url]http://validator.w3.org/check?verbose=1&uri=http://www.vastarray.com/testsites/inv-inc/[/url]
and fix those errors. Then try again.
--
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
==================
"Luwana" <webforumsuser@macromedia.com> wrote in message
news:eampvq$hs3$1@forums.macromedia.com...> this is my first CSS page and it was turning out beautifully until I
> checked it in Firefox! Can someone tell me where I'm going wrong?
> [url]http://www.vastarray.com/testsites/inv-inc/[/url]
Murray *ACE* Guest
-
Luwana #3
Re: right in IE6 but NOT in firefox ---????
Ok!
I got it to validate (
[url]http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vastarray.com%2Ftestsit es%2Fi[/url]
nv-inc%2F&charset=%28detect+automatically%29&doctype= Inline&verbose=1 ) but,
still the same problem with Firefox & Netscape (IE & aol good - UHG!).
I also added another container and set the background to white in that as
well. I have this set up in templates so I don't want to go in and set the
height of each div on each page, is there any other way???? pertinant css:
#bodycontainer {
background-color: #FFFFFF;
width: 760px;
height: auto;
margin: 0 auto;
}
#left {
float: left;
margin: 0;
padding: 0;
width: 155px;
height: auto;
}
#middle {
background-color:#FFFFFF;
float:left;
margin: 0px;
padding: 0px;
width: 475px;
height: auto;
}
#navbottom {
background-color:#FFFFFF;
float:left;
margin: 0px;
padding: 0px;
width: 475px;
height: auto;
}
#right {
background-color:#FFFFFF;
float:left;
margin: 0px;
padding: 0px;
width: 130px;
height: auto;
}
Thanks for your help!!!
Luwana Guest
-
Luwana #4
Re: right in IE6 but NOT in firefox ---????
The problem was in the div#bottom I had below the div#bodycontainer. I had that div set to float left and needed it to clear both. - problem solved.
Luwana Guest



Reply With Quote

