viewing problems in different browsers

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
gogo123

viewing problems in different browsers

Post by gogo123 »

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?
Last edited by gogo123 on Sun Apr 22, 2007 7:28 am, edited 1 time in total.
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: viewing problems in different browsers

Post by KO »

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.
bladenet

Re: viewing problems in different browsers

Post by bladenet »

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.
Locked

Return to “Layout and Design (CSS & HTML)”