Using version 5.1.2 I have a strange problem with primary and secondary links in the upper right region. Only the most right idems are "linkable" (the others are still visible but not "linkable").
More in detail I have 9 items in primary links (and just the four most right are "linkable") and 4 items in secondary links (and just the two most right are "linkable").
Using previous version all works perfectly!
Is this a bug or there's something wrong on my site?
Thanks in advance

Comments

SaxxIng’s picture

I have discovered that this issue appears using Firefox (2.0.1) but not in IE (7).

Frando’s picture

Hmm, I cannot reproduce this.
For example, on my demo site (which runs Drupal 5.1 and bluebreeze-5.x-1.2), primary and secondary links seem to work perfectly well across all browsers.

SaxxIng’s picture

If you want to reproduce this issue on your demo site, try to set "site_name" and "slogan" more long (at least to reach the first primary link on the right).
The problem is here... some kind of "hidden overlap" between "site_name", "slogan" and links (primary and secondary).
Do you know if the problem is easily solvable?
Thanks a lot

SaxxIng’s picture

Problem solved (also if I'm not sure this is the right method).
Edit style.css and modified as below:

/* primary links */

#primary ul {
  position: absolute;
  right: 3px;
  top: 25px;
  text-align: right;
  font-size: 90%;
  z-index: 2;
}
itapplication’s picture

Status: Active » Closed (fixed)