DONE: Menu broke only on Ipads/Web album showing double

A place to make for-pay "CMS made simple" job offerings
Post Reply
HarmO
Power Poster
Power Poster
Posts: 251
Joined: Thu Jan 26, 2012 3:22 pm
Location: Belgium

Re: Menu broke only on Ipads/Web album showing double

Post by HarmO »

Why don't you try cleaning up your code by just removing all spaces and line-breaks in the menu template.

The extra spaces and line-breaks can make some browsers go haywire.

Notice for example the <span>-tag where you close the tag only after 4 line-breaks:

Code: Select all

<li class="menuactive"><a class="menuactive"
  href="http://www.amaritavargas.com/cmsms/"><span



>Home</span></a>
</li>
This is how it should look:

Code: Select all

<li class="menuactive">
  <a class="menuactive" href="http://www.amaritavargas.com/cmsms/">
    <span>Home</span>
  </a>
</li>
Kind regards,
HarmO
Post Reply

Return to “Help Wanted (commercial)”