Skin not working in...
 
Notifications
Clear all

Skin not working in IE7

4 Posts
3 Users
0 Reactions
1,591 Views
(@blumystique)
Posts: 25
Eminent Member
Topic starter
 

URL to your eFiction: http://www.everythingadultfanfictions.com/fanfictions/
Version of eFiction:3.4.3
Have you bridged eFiction, if so with what?: SMF 1.1.5
Version of PHP: 5.2.6
Version of MySQL:  5.0.51a-community
Have you searched for your problem: yes.. found something similar here https://efiction.org/forums/index.php?topic=5917.0 but it wasn't solved or answered
If so, what terms did you try: internet explorer
State the nature of your problem:

I just finished the overall theme for my site. It works absolutely fine in Firefox in but in IE7 everything is shifted.

Here's the print screen on how it's supposed to work on FF 

and here's how it looks on IE7

I'm not sure if it's the coding or anything but is there anyway that I could fix this, since almost all of my member's uses IE to view the site

Here are some


 
Posted : 08/08/2008 2:39 pm
(@tammy)
Posts: 2577
Member Moderator
 

It's your CSS.  IE doesn't like to use margin: XX auto to center text.  Try surrounding your banner with another div and using text-align: center.


 
Posted : 11/08/2008 9:43 pm
(@carissa)
Posts: 791
Member Moderator
 

I use margin auto all the time and it works fine in IE as long as it's centering something with a fixed width. Actually, I think the problem is one of the two errors you have in your css.

In your banner image, you have float: center, but you can only float left or right. Make sure you have a width on the div (the size of your banner image) and change this to margin: auto

Also, you're missing a semi-colon in your for padding in your #pagetitle rule.


 
Posted : 11/08/2008 10:00 pm
(@blumystique)
Posts: 25
Eminent Member
Topic starter
 

ok I tried both suggestions and neither seemed to work for me.

I think the problem is that I try to use Kali's E-Zine theme and changed it to the SMF Photogallery theme and the CSS are both coded very differently.


 
Posted : 12/08/2008 12:28 pm
Share: