why do layers keep changing in different browsers
I am using frontpage 2003 and for some reason the site looks good and exactly
the same in IE7 as it does in frontpage, however when i go to Mozilla firefox
the layers are streched and my site is somewhat deformed, could anyone help
with that please. The site is www.odanahwoodworking.com
Re: why do layers keep changing in different browsers
1) Assign a valid doctype to your page
2) You are using absolute positioned divs which will behave differently depending on the browser and doctype
--
_____________________________________________
SBR [at] ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
"manufaber500" <manufaber500 [at] discussions.microsoft.com> wrote in message news:8470C4DE-129A-4988-AA22-9188F54F636A [at] microsoft.com...
|I am using frontpage 2003 and for some reason the site looks good and exactly
| the same in IE7 as it does in frontpage, however when i go to Mozilla firefox
| the layers are streched and my site is somewhat deformed, could anyone help
| with that please. The site is www.odanahwoodworking.com
Re: why do layers keep changing in different browsers
Thanks a lot for responsding. as i am new to coding could you please give me
an example for what would be a valid doctype for such a issue
Re: why do layers keep changing in different browsers
Open your Home page in Code view.
There are 3 doctypes defined there (before the <html> tag): delete the
first and third - the second is most suitable for that page.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"manufaber500" <manufaber500 [at] discussions.microsoft.com> wrote in message
news:A61D7BAD-1CC4-4C36-A08E-9FF5FCE250EB [at] microsoft.com:
> Thanks a lot for responsding. as i am new to coding could you please give me
> an example for what would be a valid doctype for such a issue
Re: why do layers keep changing in different browsers
I did that and for some stupid reason the layer still keeps streching in
Mozilla
"Ronx" wrote:
> Open your Home page in Code view.
> There are 3 doctypes defined there (before the <html> tag): delete the
> first and third - the second is most suitable for that page.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "manufaber500" <manufaber500 [at] discussions.microsoft.com> wrote in message
> news:A61D7BAD-1CC4-4C36-A08E-9FF5FCE250EB [at] microsoft.com:
>
> > Thanks a lot for responsding. as i am new to coding could you please give me
> > an example for what would be a valid doctype for such a issue
>
>