Fotogalerie a la rus-star.com / jCarousel Fotogalerie einbinden

Status
Nicht offen für weitere Antworten.
Nun funktioniert die Galerie schon ein wenig.

>> Galerie Link <<

Noch ist alles statisch aber ist noch nicht so wichtig.

Folgendes JavaScript habe ich verwendet:

PHP:
<script type="text/javascript">

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel();
});

</script>

Nun fehlt noch das "OnClick" Ereigniss. Klickt man auf ein Bild, so soll es unter dem Slider in ein DIV gealden werden. (keine Lightbox!)

Wie mache ich das ?


Gruß
D.

Richtig, weil ich den Seitenkopf als externe .php reinlade.

Hier der Code vom Seitenkopf:

PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Chicken Palace</title>

<script type="text/javascript" src="/_standards/js/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="/_standards/js/jcarousel/jcarousel/lib/jquery.jcarousel.pack.js"></script>
<link rel="stylesheet" type="text/css" href="/_standards/js/jcarousel/lib/jquery.jcarousel.css" />
<link rel="stylesheet" type="text/css" href="/_standards/js/jcarousel/skins/tango/skin.css" />

<script type="text/javascript">

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel();
});

</script>

<script src="/_standards/js/AC_RunActiveContent.js" language="javascript"></script><!-- Include Flash -->

</head>

<link rel="stylesheet" type="text/css" href="/_standards/css/standards.css" />
<!--[if IE]>
	<style type="text/css">@import url(/_standards/css/standard_ie.css);</style>
<![endif]-->
<body>
<center><!--Center Seiten Div -->
<div style="width:960px;" /><!-- Beginn ganze Seite Container -->
  <script language="javascript"><!-- Beginn Flash Container -->
	if (AC_FL_RunContent == 0) {
		alert("Diese Seite erfordert die Datei \"AC_RunActiveContent.js\".");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '960',
			'height', '274',
			'src', '/_standards/flash/header',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'header_3',
			'bgcolor', '#666666',
			'name', 'header',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', '/_standards/flash/header',
			'salign', ''
			); //end AC code
	}
</script>
<noscript>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="960" height="274" id="header_3" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="/_standards/flash/header.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#666666" />
    <embed src="/_standards/flash/header.swf" quality="high" bgcolor="#666666" width="960" height="274" name="header_3" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
</noscript>
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück