Dont load CSS Menu Google Chrome and Safari

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
7/30/2012 10:33:10 AM
Gravatar
Total Posts 2

Dont load CSS Menu Google Chrome and Safari

Hi i am new in mojoPortal, the menu in IE and Mozilla load ok the CSS but Google Chrome and safari dont load the CSS. 

Help me.

Thank U for the time.

 

7/30/2012 12:34:20 PM
Gravatar
Total Posts 18439

Re: Dont load CSS Menu Google Chrome and Safari

try going to Administration > Advanced Tools > Design Tools > Cache Tool

then click the button to reset the skin guid, that should make all browsers reload the css from the site instead of the browser cache.

If that does not solve it it will be difficult to help unless you can post a link to your site.

Hope that helps,

Joe

7/30/2012 12:55:55 PM
Gravatar
Total Posts 2

Re: Dont load CSS Menu Google Chrome and Safari

Thank U for the answer

Source Code Google Chorme (loads the menu as a table)

<div id="menu">

<a href="#ctl01_SiteMenu1_ctl00_SkipLink"><img alt="Skip Navigation Links" src="/WebResource.axd?d=AkUqpAkdbRfc79tUvbrF5jqlRa_nBYb_VoR_DT9MJU8rwP2SYBuGC3nkGYXffK4eIu6oJBV-X7OyekYr9fylt9HW0KM1&amp;t=634604316479085897" width="0" height="0" style="border-width:0px;"></a><table id="ctl01_SiteMenu1_ctl00" class="ctl01_SiteMenu1_ctl00_2" cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(event)" id="ctl01_SiteMenu1_ctl00n0"><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody><tr>
<td style="white-space:nowrap;"><a class="ctl01_SiteMenu1_ctl00_1" href="cuentas.aspx">Cuentas</a></td>
</tr>
</tbody></table></td><td style="width:3px;"></td><td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(event)" id="ctl01_SiteMenu1_ctl00n1"><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody><tr>
<td style="white-space:nowrap;"><a class="ctl01_SiteMenu1_ctl00_1" href="tarjetas.aspx">Tarjetas</a></td>
</tr>
</tbody></table></td><td style="width:3px;"></td><td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(event)" id="ctl01_SiteMenu1_ctl00n2"><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody><tr>
<td style="white-space:nowrap;"><a class="ctl01_SiteMenu1_ctl00_1" href="cdt.aspx">CDT</a></td>
</tr>
</tbody></table></td><td style="width:3px;"></td><td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(event)" id="ctl01_SiteMenu1_ctl00n3"><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody><tr>
<td style="white-space:nowrap;"><a class="ctl01_SiteMenu1_ctl00_1" href="creditos.aspx">Créditos</a></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><a id="ctl01_SiteMenu1_ctl00_SkipLink"></a>

</div>

IE and Mozilla load OK (load ul and li)

<div id="menu">

<div class="AspNet-Menu-Horizontal" id="ctl01_SiteMenu1_ctl00">
<ul class="AspNet-Menu">
<li class="AspNet-Menu-Leaf">
<a href="/cuentas.aspx" class="AspNet-Menu">
Cuentas</a>
</li>
<li class="AspNet-Menu-Leaf">
<a href="/tarjetas.aspx" class="AspNet-Menu">
Tarjetas</a>
</li>
<li class="AspNet-Menu-Leaf">
<a href="/cdt.aspx" class="AspNet-Menu">
CDT</a>
</li>
<li class="AspNet-Menu-Leaf">
<a href="/creditos.aspx" class="AspNet-Menu">
Cr&#233;ditos</a>
</li>
</ul>

</div>

7/30/2012 1:20:43 PM
Gravatar
Total Posts 18439

Re: Dont load CSS Menu Google Chrome and Safari

I use Chrome all the time and this does not happen on my sites.

The only thing I can think of that might cause that is if you are using a version of mojoPortal where you modified the source code,especially something in the /App_Browsers/CSSFriendlyAdapters.browser file which controls how rendering is done based on the browser type. This problem is not reproducable using the official mojoPortal release packages nor using the official source code.

Note that changes in those .browser files require rebuilding the source code. 

Hope that helps,

Joe

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