still not working correctly. |
still not working correctly. |
Jul 7 2005, 08:47 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 48 Joined: Jul 2005 Member No: 165,602 |
I read the tutorial on how to make it firefox compatiable & I tried doing that on different parts of the code & it still isn't being displayed right on firefox. Could someone please check & see what I'm doing wrong. Thanks!
|
|
|
|
![]() |
| *Libertie* |
Jul 8 2005, 03:00 AM
Post
#2
|
|
Guest |
This is your problem. Firefox sees align-left: 0%, and it does just that. Yes, left and right should be equal so that it stays in the center, but the percentages should add up to 100% so it doesn't confuse the browser. Since the width of your image is 60%, the left and right margins should both be 20%. And a tip - if you ever work with top margins (this doesn't apply here), you should never use percentages. Always use pixel values, because usually you use a top margin because of a header image. If you use percentages, it will either cover the picture up or be too far down in different resolutions. And you should never need a bottom margin. |
|
|
|
pensivegnome still not working correctly. Jul 7 2005, 08:47 PM
fishcake-y .... The parts you're using it on won't co... Jul 7 2005, 09:48 PM
pensivegnome you are my hero! thank you sooo much!
... Jul 8 2005, 04:49 PM![]() ![]() |