Jaa.. ich habe das jetzt anders gelöst.. (mit Hintergrundbildern) :mrgreen:
Habe aber mal wieder ein anderes Problem:
Kann ich die Lytebox vom CMS benutzen um darin ein iFrame anzuzeigen !?
Also per Link soll sich dann ja die Lytebox öffnen, und darin die Seite.
Geht das irgendwie ?
LG Rico
//EDIT:
Könnte ich das mit dem HTML-Inhalt so lösen ?
|
Quellcode
|
1
2
3
4
5
|
<a href="http://www.google.com" rel="lyteframe" title="Search Google"
rev="width: 400px; height: 300px; scrolling: no;">Google Search</a>
<a href="catalog1.htm" rel="lyteframe[catalog]" title="Summer Catalog">Summer Catalog</a>
<a href="catalog1.htm" rel="lyteframe[catalog]" title="Winter Catalog">Winter Catalog</a>
|
LG Rico