Secondary Links Corrupted in Internet Explorer
scrap2000 - November 6, 2007 - 16:53
| Project: | Garland BIDI |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| iexplorer.PNG | 90.75 KB |
| firefox.PNG | 89.23 KB |

#1
I have the same problem.
Subscribing.
#2
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>
#3
@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
#4
saved my day. thanks for this fix.
#5
thank you, saved my day too. you're great