 |

stag
User
Nov 19, 2006, 8:20 AM
Post #1 of 6
(361 views)
Shortcut
|
IE 7 and Artman 2 admin interface?
|
Can't Post
|
|
I just wanted to ask everyone who has upgraded to artman 2.0 series whether their admin interface is being rendered correctly in IE 7. Mine displays fine in firefox 2.0 but in IE 7 it is all over the place. Looks like some css compatibility issues. Anyone else facing the same problem?
|
|
|  |
 |

Dave
Staff
/ Moderator

Nov 19, 2006, 10:06 AM
Post #2 of 6
(358 views)
Shortcut
|
|
Re: [stag] IE 7 and Artman 2 admin interface?
[In reply to]
|
Can't Post
|
|
Make sure you're running the latest version of Article Manager and you've uploaded the IE7 CSS file: [webroot]/artman2/css/ui_ie7.css Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

stag
User
Nov 19, 2006, 10:12 AM
Post #3 of 6
(357 views)
Shortcut
|
|
Re: [Dave] IE 7 and Artman 2 admin interface?
[In reply to]
|
Can't Post
|
|
Thanks for the reply. The CSS file is there, but the alignment is still a problem in IE 7. Is there anything else I should be looking for? Regards
|
|
|  |
 |

Dave
Staff
/ Moderator

Nov 19, 2006, 1:48 PM
Post #4 of 6
(348 views)
Shortcut
|
|
Re: [stag] IE 7 and Artman 2 admin interface?
[In reply to]
|
Can't Post
|
|
Is everything centered? Are all your /templates/admin/ files up to date? They should all have some code like this at the top (view source on a page in the admin interface).
<!--[if IE]> <link rel="stylesheet" type="text/css" href="[webroot]/css/ui_ie.css" /> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="[webroot]/css/ui_ie7.css" /> <![endif]--> What is the actual alignment problem? Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

stag
User
Nov 21, 2006, 10:42 AM
Post #5 of 6
(327 views)
Shortcut
|
|
Re: [Dave] IE 7 and Artman 2 admin interface?
[In reply to]
|
Can't Post
|
|
Hi Dave, Just noticed that there is an extra slash in stylesheet links in head tags. It looks like
<link rel="stylesheet" type="text/css" href="http://www.example.com/artman2//css/ui.css" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="http://www.example.com/artman2//css/ui_ie.css" /> <![endif]--> I could not find any option to take out this slash in admin interface. The server url settings seems to be fine otherwise. Is there any file I can edit to take it out?
|
|
|  |
 |

Dave
Staff
/ Moderator

Nov 21, 2006, 12:08 PM
Post #6 of 6
(320 views)
Shortcut
|
|
Re: [stag] IE 7 and Artman 2 admin interface?
[In reply to]
|
Can't Post
|
|
The file you want is this one: /templates/admin/menus/_wrapper.html It's been updated in the latest templates so I'm not sure why you don't have it on your server. In any case, it should look like this:
<!--[if IE]> <link rel="stylesheet" type="text/css" href="$_weburl$css/ui_ie.css" /> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="$_weburl$css/ui_ie7.css" /> <![endif]--> Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|