If I click on the "my account" menu item, the tabs for editing the account, subscriptions, etc do not show up. I can see them only if I enter a url for one of the tabs - then they all show up. But if you click on "view" or the "my accounts" tabs/menus, you lose the tabs.

This doesn't happen in other themes - so far, I've only run into it with Aquasoft.

CommentFileSizeAuthor
#3 style.css_2.patch810 bytesGurpartap Singh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bjvetter’s picture

BTW, it works if the logged in user is an administrator - the tabs don't show up when the logged in user is not an administrator.

bjvetter’s picture

I found the following topic: http://drupal.org/node/30366

It turns out that the problem described only happened on IE as in the post. I added the following to the style.css file in the aquasoft theme and it seems to work. Not sure if anything else fails...

#tabs ul, ol, dl { position: relative; }

Gurpartap Singh’s picture

Status: Active » Needs review
FileSize
810 bytes
Gurpartap Singh’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)