Hi
I've developed my site (www.aqoon.org) and I have slight problem if the website is viewed in firefox. In IE it seems to be working fine but in firefox the header banner and footer are slightly cut-off. I think there is also a problem when the website is viewed with PCs with resolutions greater than 1024x768 as well. Even changing the resolution down to 800x600 and 1024x768 still messes the layout. Could it be also to do with browser version as well using ie7 may cause a problem....? Any suggestions?
viewing problems in different browsers
viewing problems in different browsers
Last edited by gogo123 on Sun Apr 22, 2007 7:28 am, edited 1 time in total.
Re: viewing problems in different browsers
Hi. One thing I noticed from your frontpage is that you are missing one closing tag in your tempate. Maybe that is not what causes your problems but worth of fixing first.
Re: viewing problems in different browsers
Internet explorer folows it's own standart of the css box model. You can read more about that by searching in google.
When writing css avoid padding and borders and rely more on margin. You can also use float and auto margins, giving more space to elements, so their different width in browsers doesn't brake the layout.
Hope i have helped.
When writing css avoid padding and borders and rely more on margin. You can also use float and auto margins, giving more space to elements, so their different width in browsers doesn't brake the layout.
Hope i have helped.