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;][&lt;a href=&quot;http://www.agro-future.de&quot; target=&quot;_blank&quot; &gt;zur Agro Future Homepage &lt;/a&gt;]" href="http://www.agro-future.de">Agro Future</a></li>
    <li><a href="http://www.candlesticks.de" rel="lightframe[scrolling: auto;][&lt;a href=&quot;http://www.candlesticks.de&quot; target=&quot;_blank&quot; &gt;zur candlesticks Homepage &lt;/a&gt;]">candlesticks</a></li>
    <li><a href="http://www.prognosis.nl" rel="lightframe[scrolling: auto;][&lt;a href=&quot;http://www.prognosis.nl&quot; target=&quot;_blank&quot; &gt;zur Prognosis Homepage &lt;/a&gt;]">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 &quot and the ] at the end), is this the designes syntax? (the original didn't work)

AttachmentSize
lightbox_example.png173.91 KB

#1

stella - July 8, 2008 - 09:15
Category:bug report» support request
Status:active» fixed

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;][&lt;a href=&quot;http://www.agro-future.de&quot; target=&quot;_blank&quot; &gt;zur Agro Future Homepage &lt;/a&gt;]" 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;][&lt;a href=&quot;http://www.agro-future.de&quot; target=&quot;_blank&quot; &gt;zur Agro Future Homepage &lt;/a&gt;]" href="http://www.agro-future.de">Agro Future</a>

If any of the documentation is incorrect, please let me know.

Cheers,
Stella

#2

Morn - July 8, 2008 - 12:33
Status:fixed» active

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

AttachmentSize
light_ie.png 177.09 KB

#3

stella - July 8, 2008 - 16:11
Status:active» duplicate

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

 
 

Drupal is a registered trademark of Dries Buytaert.