The secondary links are corrupted in Internet Explorer with the Garland Theme.

How to reproduce:
1. Add more primary links, so that they fill almost the whole width of the page.
2. Add some secondary links. In IE the secondary links break down to several lines instead staying on the same line. However, it works fine in Firefox (and I don't know about other web browsers).

As most people on the web use Internet Explorer, this bug is quite annoying.

Screenshots of how it looks in IE and Firefox are attached.

CommentFileSizeAuthor
firefox.PNG89.23 KBscrap2000
iexplorer.PNG90.75 KBscrap2000

Comments

jferjan’s picture

I have the same problem.

Subscribing.

jferjan’s picture

ok i found a solution

change page.tpl

- <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
+ <div><?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?></div>
Phoenix77’s picture

@jferjan:

You're GREAT!!! :) this issue had my mind boggling for a few hours already, couldn't pinpoint the location of the problem.

Thank you very much!

The Phoenix

dueSouth’s picture

saved my day. thanks for this fix.

gimi37’s picture

thank you, saved my day too. you're great

vadim_’s picture

Thank you jferjan! IE8 works fine now.