superaggy: Lücke zwischen zwei Bildern füllen.

Beitrag lesen

Hier ist keines der im CSS vermerten Elemente zu sehen. Es sind lediglich ein paar script-Elemente mit etwas JavaScript und PHP enthalten.

Wie erwähnt wäre der HTML-Code interessant.

Ich merke schon, das ich wahrscheinlich etwas anstrengend bin. Sorry.
Ich würde Dir gern HTML-Code geben, ehrlich. Aber es gibt da keinen HTML-Code. Das einzige was ich anbieten kann wäre der erzeugte HTML-Code im Browser. Deswegen poste ich noch etwas mehr aus der index.php und etwas html. Hoffe das Du das meinst.

<body id="bd" class="fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?> <?php echo $tmpTools->browser();?>" >  
<a name="Top" id="Top"></a>  
<ul class="accessibility">  
	<li><a href="#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>  
	<li><a href="#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li>  
	<li><a href="#ja-col1" title="<?php echo JText::_("Skip to 1st column");?>"><?php echo JText::_("Skip to 1st column");?></a></li>  
	<li><a href="#ja-col2" title="<?php echo JText::_("Skip to 2nd column");?>"><?php echo JText::_("Skip to 2nd column");?></a></li>  
</ul>  
  
<div id="ja-wrapper">  
  
<!-- BEGIN: HEADER -->  
<div id="ja-headerwrap">  
	<div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;">  
  
	<div class="ja-headermask">&nbsp;</div>  
  
	<?php  
		$siteName = $tmpTools->sitename();  
		if ($tmpTools->getParam('logoType')=='image'): ?>  
		<h1 class="logo">  
			<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>  
		</h1>  
	<?php else:  
		$logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');  
		$sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText');	?>  
		<h1 class="logo-text">  
			<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>  
		</h1>  
		<p class="site-slogan"><?php echo $sloganText;?></p>  
	<?php endif; ?>  
  
	<?php $tmpTools->genToolMenu(JA_TOOL_FONT, 'png'); ?>  
  
	<?php if($this->countModules('user4')) : ?>  
		<div id="ja-search">  
			<jdoc:include type="modules" name="user4" />  
		</div>  
	<?php endif; ?>  
  
	</div>  
</div>  
<!-- END: HEADER -->
<!-- BEGIN: HEADER -->  
<div id="ja-headerwrap">  
	<div id="ja-header" class="clearfix" style="background: url(http://172.19.0.102/fuf-joomla/templates/FuF/images/header/logo2.gif) no-repeat top right;">  
  
	<div class="ja-headermask">&nbsp;</div>  
  
			<h1 class="logo">  
			<a href="/fuf-joomla/index.php" title="Fit und Fair Leipzig"><span>Fit und Fair Leipzig</span></a>  
		</h1>  
	  
			<ul class="ja-usertools-font">  
	      <li><img style="cursor: pointer;" title="Increase font size" src="http://172.19.0.102/fuf-joomla/templates/FuF/images/user-increase.png" alt="Increase font size" id="ja-tool-increase" onclick="switchFontSize('FuF_ja_font','inc'); return false;" /></li>  
		  <li><img style="cursor: pointer;" title="Default font size" src="http://172.19.0.102/fuf-joomla/templates/FuF/images/user-reset.png" alt="Default font size" id="ja-tool-reset" onclick="switchFontSize('FuF_ja_font',4); return false;" /></li>  
		  <li><img style="cursor: pointer;" title="Decrease font size" src="http://172.19.0.102/fuf-joomla/templates/FuF/images/user-decrease.png" alt="Decrease font size" id="ja-tool-decrease" onclick="switchFontSize('FuF_ja_font','dec'); return false;" /></li>  
		</ul>  
		<script type="text/javascript">var CurrentFontSize=parseInt('4');</script>  
		  
	  
	</div>  
</div>  
<!-- END: HEADER -->