-
html prob on mac?
hi, have a problem concerning the layout of my site when it is viewed at an apple (in mac-i-explorer, safari seems to work just fine)
Somhowe the mac shows marges from 10 px by default even though I put a
leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
line in the body tag.
This marge causes the whole layout to mess up, since I use a background image, repeated over the x, which ignores the marge that the apple gives to all the tables.
I use php combined with html and java script. On a pc everything looks just fine.
Does anyone else has this problem? know's a solution, or has some tips about on which tings I should chek my script for possible errors, or things that aren't supported by the mac (if that's possible in html.. ).. or perhaps explain why it is working on safari (lot of questions I know)
many thanx.. Li
oh.. forgot... http://www.syrion.net/raven is the site I'm talking about.. perhaps anyone with an apple can check.. thoug I tried it on about 10 different apples all giving the same problem in internet explorer
-
Hi,
it might be worth to try a margin-top in addition to the topmargin
Musicman
-
I will and I'll tell if it has any effect.
Thanx for your quick reply
-
ehm... that actually made it worse.. it won't work on pc or on an apple if I use margin-top
-getting confused-
-
I think I got it figured. My include was placed a bit oddly which causes some of the html to end up for the body tag.. I hope I fixed it now.. (can't check untill wednessday)