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!
|
|
|
|
Jul 7 2005, 09:48 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
.... The parts you're using it on won't correct the problem. It's parts like this that you should use it on.
|
|
|
|
| *Libertie* |
Jul 8 2005, 03:00 AM
Post
#3
|
|
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. |
|
|
|
Jul 8 2005, 04:49 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 48 Joined: Jul 2005 Member No: 165,602 |
you are my hero! thank you sooo much!
<3 ariel |
|
|
|
![]() ![]() |