Ie6 master page layout broken

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/25/2010 9:14:04 AM
Gravatar
Total Posts 98

Ie6 master page layout broken

hello Joe,

  On my website on all browsers works ok but on IE6 when I load a page the layout is broken 

  After if i press F5 the page is ok.

  This happens every time I open different page or change language interface.

 

  Could you help me?

Thanks, valik

1/25/2010 9:23:23 AM
Gravatar
Total Posts 18439

Re: Ie6 master page layout broken

Once you have completed your design, you should turn caching back on:

<add key="CacheCssOnServer" value="true" />
<add key="CacheCssInBrowser" value="true" />

if caching is turned off sometimes it causes IE 6 not to get the css, I have seen this where it gets no style then refresh the page and it works but in my testing once I turned the caching back on it worked fine in IE 6.

Hope it helps,

Joe

1/26/2010 2:13:38 AM
Gravatar
Total Posts 98

Set general path for all childsites images

It's ok now on IE6, thanks.

But after I set this in web.config my site don't get the correct url for images..

I have a general css file in App_DesignTimeStyle named styles_BS.css .I want to use this for all sites (i have 4 child sites)

But i don't know how i should set the path for images

I try url(domain/App_DesignTimeStyle/images/...) -not work

Next url(/App_DesignTimeStyle/images/...) -not work


When i see with firebug the path is not like i set in css file

How can set this?

Thanks, Valik

1/26/2010 3:40:10 AM
Gravatar
Total Posts 98

Re: Ie6 master page layout broken

In fact the problem is from csshandler.ashx file

The old path is keeped

How can I remove this file : csshandler?

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