Zidalgo Wordpress Forums | pc browser stylesheet problems

You must be logged in to post Login Register

Search Forums:


 






pc browser stylesheet problems

UserPost

8:28 pm
February 10, 2010


uppitstudios

New Member

posts 2

1

Hi. I'm new to the whole CMS thing, but I'm learning slowly. I really like your modicus remix theme. My site is http://www.uppitstudios.com

The stylesheet does not seem to be showing properly in IE6, IE7, and Firefox on PC. The banner does not show as well.

It does on the other hand show properly in IE8 on PC, Firefox and Safari on Mac. (I am currently working on a Mac)

Help please.


Thanks,

Earl

9:43 pm
February 10, 2010


admin

Admin

posts 173

2

Hi Earl,


Your site looks great. Tested on PC firefox seemed Ok to me. Can you give a little more detail on what isn't rendering properly?


Thanks,


b

8:13 am
February 11, 2010


uppitstudios

New Member

posts 2

3

Post edited 6:02 pm – February 11, 2010 by uppitstudios


Thanks!


- banner not displaying

- headers for sidebar styles not displaying

- border around images/video links not displaying

- some spacing issues


IE6 (only looks good on IE8; PC wise):

http://members.shaw.ca/ecabuha…..enshot.jpg

2:21 pm
February 16, 2010


admin

Admin

posts 173

4

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.