Post edited 2:34 pm – February 16, 2010 by admin
Hi uppistudios,
I tested your site on Firefox 2.0 an looks fine, also on IE7 worked fine for me.
Anyway, I reviewed your CSS, and you should try to make it more standard to avoid misbehavior on
some browsers by example instead of:
background: url(images/headers/banner.jpg) center no-repeat;
Try this:
- background: url('images/headers/banner.jpg');
- background-position:center;
- background-repeat:no-repeat;
Both ways are fine, but IE can be very tricky some times, the same applies
for the other issues you're having, which I can say are CSS customizations
issues not related with the theme itself.
Also for the screenshot you posted, I can see you're using IETester, wchich
has known bugs so I suggest you testing it on the real IE6 or 7.
Wordpress Themes recent comments