Page content & layout are not proper on IE8 & chrome.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/19/2011 2:27:01 AM
Gravatar
Total Posts 5

Page content & layout are not proper on IE8 & chrome.

Hi!

I've a strange difficulty here.

I've created my own theme with "artisteer" & copied the generated files in folder "Web\Data\Sites\1\skins" and the theme started working for me. Then i've created my layout master page & added few pages using mojoportal code.

I've run the project in Opera, IE9, & FireFox & every thing is good.

But on IE8 it is completely lost, i dont't know why.

& on chrome(without signin) layout is disturbed only a bit but after i sign in, it is completely different theme name "Andreas Viklund" is applied automatically & everything is out of place.

Please tell me what the hell is happening with these two browsers???

11/30/2011 3:00:15 PM
Gravatar
Total Posts 76

Re: Page content & layout are not proper on IE8 & chrome.

Do you have a DOCTYPEfor the Html ( found on your master page? ) Example:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

I think without one IE8 and under renders un Quirks Mode,

if you press F12 and go to the IE Developer Window it will tell you what Document Mode the page is in.

Good Luck

 

You must sign in to post in the forums. This thread is closed to new posts.