Finale Version altes Template
This commit is contained in:
@ -140,7 +140,7 @@
|
||||
Es muss ein dummy reingesetzt werden ohne Button, sonst funktioniert das scrollen nicht
|
||||
wenn nur ein vor bzw ein zurück Button auf der Seite ist
|
||||
-->
|
||||
<div id=buttonbox1 style='position:absolute; top:50px; left:10px; z-index:2; '>
|
||||
<div id=buttonbox1 style='position:fixed; top:50px; left:10px; z-index:2; '>
|
||||
{/if}
|
||||
</td>
|
||||
<td width="80%" class=td2>
|
||||
@ -148,7 +148,7 @@
|
||||
</td>
|
||||
<td width="10%">
|
||||
{if $lue_inhalt_mvnext == '1'}
|
||||
<div id=buttonbox2 style='position:absolute; top:50px; right:10px; z-index:2; '>
|
||||
<div id=buttonbox2 style='position:fixed; top:50px; right:10px; z-index:2; '>
|
||||
<a target='kurshaupt' href="lue_ansicht.php?eid={$lue_inhalt_mvnext_eid}" title="{$lue_inhalt_mvnext_thema}" onMouseOver='next.src=image_next.src' onMouseOut='next.src=image_next1.src'><img src="templates/{$global_template}/images/next1.png" name='next' border="0"></a>
|
||||
{else}
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user