IE 7 and IE 6 HTML content display problems and some questions
Morn - July 8, 2008 - 08:53
| Project: | Lightbox2 |
| Version: | 6.x-1.8 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | duplicate |
Description
For HTML content with caption I use the following code:
<ul>
<li><a rel="lightframe[scrolling: auto;][<a href="http://www.agro-future.de" target="_blank" >zur Agro Future Homepage </a>]" href="http://www.agro-future.de">Agro Future</a></li>
<li><a href="http://www.candlesticks.de" rel="lightframe[scrolling: auto;][<a href="http://www.candlesticks.de" target="_blank" >zur candlesticks Homepage </a>]">candlesticks</a></li>
<li><a href="http://www.prognosis.nl" rel="lightframe[scrolling: auto;][<a href="http://www.prognosis.nl" target="_blank" >zur Prognosis Homepage </a>]">Prognosis ELWAVE</a></li>
</ul>To my surprise I get something like a Slide Show (see attached image), but thats ok for me (its a feature?).
The problem is that under IE 7 and 6 the navigation icons are duplicated (X, GT an LT, the attach image is from firefox) and under IE 6 it keeps displaying the loading icon (can live with this).
As you can see I had to change a little the caption Syntax (the " and the ] at the end), is this the designes syntax? (the original didn't work)
| Attachment | Size |
|---|---|
| lightbox_example.png | 173.91 KB |

#1
Your syntax for the rel attribute is incorrect - you're missing a
|. It should be the following if you don't want the lightbox content grouped:<a rel="lightframe[|scrolling: auto;][<a href="http://www.agro-future.de" target="_blank" >zur Agro Future Homepage </a>]" href="http://www.agro-future.de">Agro Future</a>If you do want the lightbox content grouped, then use:
<a rel="lightframe[my group|scrolling: auto;][<a href="http://www.agro-future.de" target="_blank" >zur Agro Future Homepage </a>]" href="http://www.agro-future.de">Agro Future</a>If any of the documentation is incorrect, please let me know.
Cheers,
Stella
#2
Thx, I corrected the syntax to grouped content as #1, but I still get the duplicated X > < Navigation Icons under IE 7 and 6 (see image). The lower ones exit the show
Ok, if found a (not so nice solution), simply deactivate the module nice menus!
see http://drupal.org/node/235562
#3
Yes, this was raised before in #276985: Constant animation in I.E 7 and broken image and is a problem with the nice menus module. There are a couple of patches in the issue you mentioned, but I haven't tested them myself, but they may work.
Marking as a duplicate of #276985: Constant animation in I.E 7 and broken image.
Cheers,
Stella