First up - I've solved this myself, and after looking at lots of posts here, I've never seen my particular problem and solution mentioned, so I'm taking the time to post so that someone else can (hopefully) benefit.
Problem: after installing the Date and Calendar modules, and watching the DrupalTherapy video, I set up a calendar of events. Cool!! I love Drupal even more now!!
But, whenever I clicked "Prev", it went back to the front page of the site. Huh???
"Next" worked fine.
Anyway, to cut to the chase:
Using Garland theme: I have an enlarged logo which is roughly diagonal from top right to lower left, with the background transparent.
This "looked" like it wrapped around the corner of the central block, but the transparent background was 'on top of' the "Prev" link.
By making the following change to style.css, it is fixed.
#wrapper #container #header #logo-floater {
position: absolute;
z-index: 0; /* ALR 03-MAR-2009. So the logo does overlay the "prev" on calendars */
}
Cheers,
Andrew
Comments
Comment #1
karens commentedThere is not anything the Date module can do about this, so marking it fixed.