Topic: How come my CSS is read differently in FF and IE (Read 268 times)
Radical Sales Monster
Supreme Overlord
Posts: 144
534 credits Members referred : 0
« on: Aug 15, 2008, 08:30:43 AM »
I cannot get my wordpress blog http://salesblog.karlgoldfield.com to line up properly in both FF and IE. I get one right the other is screwy and right now they are about as close as I can get them....aaargh what is the problem?
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 8272
42619 credits Members referred : 3
Radical Sales Monster
Supreme Overlord
Posts: 144
534 credits Members referred : 0
« Reply #2 on: Aug 15, 2008, 05:03:29 PM »
When I look in FF it is clean. In IE7 it is left justified and there is a huge gap between the logo top and the banner swf....also the images look grainier
Radical Sales Monster
Supreme Overlord
Posts: 144
534 credits Members referred : 0
« Reply #3 on: Aug 15, 2008, 05:04:23 PM »
oh and all of the text in IE is centered
Community Supporter?
I am a fanatic. So?
Gender:
Posts: 589
5476 credits Members referred : 0
www.dg9.org
« Reply #4 on: Aug 16, 2008, 06:29:34 AM »
Replace the following on your css...
To fix the banner area problem you need to replace:
Code:
#header h1 a { display:block; background:url(http://salesblog.karlgoldfield.com/images/sales-plan-startup-training.jpg) no-repeat center top; width:980;height:200px; }
to
Code:
#header h1 a { display:block; background:url(http://salesblog.karlgoldfield.com/images/sales-plan-startup-training.jpg) no-repeat center top; width:980;height:120px; }