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)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | light_ie.png | 177.09 KB | Morn |
| lightbox_example.png | 173.91 KB | Morn |
Comments
Comment #1
stella commentedYour 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:If you do want the lightbox content grouped, then use:
If any of the documentation is incorrect, please let me know.
Cheers,
Stella
Comment #2
Morn commentedThx, 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
Comment #3
stella commentedYes, 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