Sharepoint 2010 Quick launch css is not working in IE7??
-
vendredi 25 juin 2010 06:10
We developed Sharepoint intranet portal and its working fine on IE8.But when we stareted testing on IE7 its start giving issue with CSS..
We are not able to see Quick launch in IE7.
Can someone tell me what is the solution for this??? its urgent...
Thanks
Toutes les réponses
-
vendredi 25 juin 2010 06:27Have you got multiple css based on IE version. If so, you need to create a css file which is working for IE and not depending on its version. You will also need to add fixes for images being rendered in different IE versions in form of .htc etc.
-
vendredi 25 juin 2010 06:34
Thanks dhawal for the reply.
But here i didnt create any custom css for the portal.I am using sharepoint css only.I applied only background color and nothing else.
Infact i add following tags in my masterpage also..
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=8"" >
But still i am facing issue.
-
lundi 28 juin 2010 21:31The first of those two meta tags should be removed. You only need that for IE8. The default master pages that ship with SharePoint 2010 work just fine in IE7, so there must be some customization on your end that is causing your troubles.
Jonathan Kern :: UX Developer :: SharePoint Foundation -
mardi 29 juin 2010 08:34
hey guys thanks for the help.
But i resolved my problem.
I added <!DOCTYPE tag in the master page.And it start working..This tag is required if we are trying to run our portal on IE7.
:-)
- Marqué comme réponse Aaron Han - MSFT mercredi 30 juin 2010 09:19

