I'm testing this theme with six primary links. Clicking on any of these links results in either the first or the last tab rolling down into a second row and the active page remains unchanged; clicking the same link again then navigates to the proper destination.

CommentFileSizeAuthor
#10 style.css_0.txt14.45 KByngens

Comments

sangamreddi’s picture

Assigned: Unassigned » sangamreddi

I have tested with 6 links, it's working fine. that may be screen size resolutions problem. Can you give me the link, so that i can investigate the problem to find a solution.

fallacious’s picture

http://fallacio.us - register an account or use your Drupal ID, then switch to the fancy theme in your profile.

sangamreddi’s picture

This issue is particular with your installation. However, i tried with 8 tabs i didn't see any problem on my test site. Anyway I'll look into this issue this weekend and come up with a solution.

fallacious’s picture

If you need me to look up something, please let me know.

macgirvin’s picture

I had this same problem and finally hacked the CSS until it worked. Apologies for not being able to find the precise culprit, however, find the section called -------- Primary Links ------- in the CSS file and comment out all the 'float:' references in that section (but *not* in the following ------- Primary Links Tab Colors -------- section or your buttons will break). Incidentally I also commented out the 'padding-bottom:' on '#primary-tabs .current a' which was highly suspect. The problem went away.

This has the effect of shifting the menu buttons over to the left a bit, but it also fixes the site-title jumping to the right when you select one of these buggers or if the mouse-over 'link' to your site title is actually located to the right of the title instead of on the text where it belongs. I had all of these problems as well and decided that I could live with the menus shifted leftward if it fixed all these annoying things. Incidentally, I'm using Firefox 1.5 - and wouldn't be at all surprised if it's specific to the browser.

sangamreddi’s picture

Can you provide the patch plz. I am busy with other work.

macgirvin’s picture

Can you provide the patch plz. I am busy with other work.

No. My theme files don't even remotely resemble the distribution anymore.

sangamreddi’s picture

Six tabs working fine here. See the demo http://theme.gleez.com/

Andrupal’s picture

Thanks...this worked just fine! Seven links strong.

yngens’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
Category: bug » task
Status: Active » Needs work
StatusFileSize
new14.45 KB

I was having the same problem with this theme in Drupal 4.7. Atached css file eliminates the problem. I only commented one line, so nothing else effected.

sangamreddi’s picture

Thank you. I think you have commented float:right; I'll check it and commit it. I dont know many people are facing this problem. But i never get into this problem. I tried on many sites. Still i dint get this problem. anyway i'll check it out and thanks for sharing it.

yngens’s picture

sangamreddi, did you try to see the issue on wide screen monitors? I was having this problem on widescreen lapton with resolution 1440х900, but on 15" desktop monitor it was just ok. So probably it has something with resolution or smth.

fallacious’s picture

1280x800 here... Never tried it at another screen.

TSE’s picture

Status: Needs work » Closed (won't fix)

hi
this does not fix the problem it makes new ones ;)
the primary links are now left floated, as the background image also. so this is no good solution.

it depends more on problems with the title and/or description being displayed or not.
the problem is gone for me when i activate the "slogan". the description which is just diplayed unter the sides title !

TSE’s picture

Status: Closed (won't fix) » Active
sangamreddi’s picture

I got little after couple of months. I'll look into this issue.

hendrakieran’s picture

This problem happens to me to, but only if I'm using Firefox (both 1.5x and 2.0) but no such problem with IE7 or Opera. However, when the Search section (both text input field and search button) disappear when I'm in IE7 (Released version) and Opera, but visible only in Firefox.

hendrakieran’s picture

It's seems like this is a CSS bug in Firefox, I did a google search and some folks can actually reproduced the behavior with sample codes and suggest workarounds, but I'm not sure how to implement them into this project.

http://www.google.com.sg/search?hl=en&q=css+float%3Aright+firefox+&btnG=...

Grammarian’s picture

I am having the same - tabs jumping around on the first click, functioning when clicked again - problem on Firefox on Macs, still running Drupal 4.7. I will try the commenting out fix and see how it goes. I'm very new to all this!

(Also, the SIFR text doesn't show in Safari, but I can live with that since there is alternate text.)

nig’s picture

I'm still getting this problem in v5.

Using Firefox 2, on a widescreen laptop, the primary tabs jump into a column on first click. On second click they serve the correct page and go back into two rows.

In IE 7, same laptop, the tabs mostly work OK, but one of them splits the tabs into two seperate rows, one at the top of the masthead and one at the bottom of the masthead.

I tried yngens' CCS from #10 but it made no difference.

Does anyone know how to proceed?

Thanks
Nig

nig’s picture

Version: 4.7.x-1.x-dev » 5.x-1.0

I've just got some improvement by changing to this version of the template.php
http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/themes/fan...

Now Firefox 2 tabs load a page first time and only one of the tabs breaks the tab layout. It splits the tabs into two seperate rows, one at bottom and one at top of masthead.

IE 7, same thing.

This is all in Drupal 5.

Any ideas?