|
My site on Internet Explorer
|
| RedModerator |
Posted on 17-09-2007 23:50
|

Member

Posts: 57
Joined: 05/05/2007
|
Because my file manager works better on Mozilla and Safari for windows, I use those to edit my site. The only problem is that my site's visual properties are corrupt when viewing my site on IE.
As far as I know, when my site is viewed from IE 7 and IE 5 my site looks like this:
http://i210.photo...ra/SS2.jpg
but, it should look like this (viewed form Mozilla Firefox):
http://i210.photo...bra/SS.jpg
I have modified the theme fusionmaster_v5 to get what I have now.
Any suggestion on what is going on?
Edited by RedModerator on 17-09-2007 23:53
|
| |
|
|
| TammyK |
Posted on 17-09-2007 23:58
|

Veteran Member

Posts: 501
Joined: 26/10/2005
|
Give us the site URL and the name of your theme. I suspect it's a problem with the background image in your theme, but I'd have to see the theme to get a better idea. |
| |
|
|
| RedModerator |
Posted on 18-09-2007 00:01
|

Member

Posts: 57
Joined: 05/05/2007
|
The site is a http://umbra.netf...
the theme is Fusionmaster_v5 and can be found at php fusion themes here:
http://themes.php...heme_id=48 |
| |
|
|
| RedModerator |
Posted on 18-09-2007 04:34
|

Member

Posts: 57
Joined: 05/05/2007
|
Can anyone help? My site is corrupt on a very popular browser and if people canot view, I have a HUGE problem. |
| |
|
|
| Richard Ainz |
Posted on 18-09-2007 13:50
|

Super Admin

Posts: 1895
Joined: 24/01/2005
|
That is basically a coding problem. Whenever you code you MUST test with several browser, before launching the finished code. There are a number, 100:s, of workarounds for IE, and for IE7, and for Safari, and for Firefox. No browser displays a site 100% the same. One always must take that in to account.
Back to the code. simple as that. Sorry.
|
| |
|
|
| TammyK |
Posted on 18-09-2007 14:42
|

Veteran Member

Posts: 501
Joined: 26/10/2005
|
I didn't ask what they called it. What did you call it on your site? |
| |
|
|
| jim shorts |
Posted on 18-09-2007 16:18
|

Junior Member

Posts: 19
Joined: 27/03/2006
|
Just urge your visitors to use Firefox. |
| |
|
|
| Sveinungs |
Posted on 18-09-2007 17:31
|

Veteran Member

Posts: 938
Joined: 05/04/2006
|
I think TammyK is right.
You should apply the background image to styles.css (in the body class), and not into theme.php as you have done now.
Second, why not take this to the Theme site, as this is definitely a theme related issue? |
| |
|
|
| TammyK |
Posted on 18-09-2007 18:10
|

Veteran Member

Posts: 501
Joined: 26/10/2005
|
Take the single quotes out of your background-image declarations in your styles.css file.
background-image: url('images/SL.jpg');
Should be
background-image: url(images/SL.jpg);
Edited by TammyK on 19-09-2007 06:16
|
| |
|
|
| RedModerator |
Posted on 19-09-2007 00:53
|

Member

Posts: 57
Joined: 05/05/2007
|
To Homy, yeah I understand, that is why I posted this. I had just finished modding the theme on Mozilla and checked IE and Safari later.
To svienungs, Yeah, sorry. I thought that there might have been some other code problem, but for future reference, I will post in themes. The background image was located in the theme.php when I downloaded it so i just left it where it was. 
To TammyK, thanks! That worked perfectly. |
| |
|