|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I built my website with DW and it looks fine in Firefox but not in Internet explorer
Can anyone give me some assistance, and would be much appreciated- TIA The website is mhtphoto.com |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Hey Matt,
There is a testing option to show error's it will perform in other browsers and how to fix them. I am not an expert at dreamweaver by any means but it may if your not aware. Thanks, Dave |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
I tried testing it and it says no errors found but still looks messed up in IE but not Firefox
thanks david |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
>I built my website with DW and it looks fine in Firefox but not in Internet
>explorer > > Can anyone give me some assistance, and would be much appreciated- > TIA > > The website is mhtphoto.com The pages that are having problems in IE 7 for me (about, services etc) are not validating. First and foremost, IE does not like table heights. Also "margin" is something that is proprietary for IE but not seen in FF and IF you want to set 0 margin for IE, it could be simply { margin: 0; } this sets top, right, bottom left to 0. <table width="1025" height="769" <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
> First and foremost, IE does not like table heights. Also "margin" is
> something > that is proprietary for IE but not seen in FF and IF you want to set 0 > margin > for IE, it could be simply { margin: 0; } this sets top, right, bottom > left to 0. > <table width="1025" height="769" <body leftmargin="0" topmargin="0" > marginwidth="0" marginheight="0"> This is quite confused. No browser "likes" invalid code, and table heights are invalid HTML. Margin is not IE proprietary. The left/topmargin and marginwidth/marginheight attributes ARE IE proprietary, however. And that last bit of code is a real puzzle.... -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Katsuey" <katsuey@removeitkatsuey.com> wrote in message news:fsrplq$7fq$1@forums.macromedia.com... > >I built my website with DW and it looks fine in Firefox but not in > >Internet explorer >> >> Can anyone give me some assistance, and would be much appreciated- >> TIA >> >> The website is mhtphoto.com > > The pages that are having problems in IE 7 for me (about, services etc) > are not validating. > > First and foremost, IE does not like table heights. Also "margin" is > something > that is proprietary for IE but not seen in FF and IF you want to set 0 > margin > for IE, it could be simply { margin: 0; } this sets top, right, bottom > left to 0. > <table width="1025" height="769" <body leftmargin="0" topmargin="0" > marginwidth="0" marginheight="0"> > |
|
![]() |
| Outils de la discussion | |
|
|