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