Soweit so gut. Der eine Button für das Profil sollte rechts sein. Habe ich auch gemacht und über das common.css auch eine neue ID gegeben. Dort stimmt es auch perefkt.
Nun möchte ich aber auf der Rechten Seite auch noch Buttons rein machen. Allerdings richtet es mir diese nicht ganz rechts aus. Ich habe jetzt fast alles versucht. Auch wenn ich eine neue ID über das CSS vergebe, dann zieht es mir das ganze nach unten. Kann mir jemand helfen?
Das ist der Code im overall_header.html
Code: Alles auswählen
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<ul class="linklist leftside">
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u" id="menu_button" >
<img src="{T_IMAGESET_PATH}/button/button_ucp.jpg" alt=""id="button1bla"
onmouseover="button1bla.src='{T_IMAGESET_PATH}/button/button_ucp_rollover.jpg'"
onmouseout="button1bla.src='{T_IMAGESET_PATH}/button/button_ucp.jpg'" /></a>
<ul class="linklist rightside" align="right" >
<a href="{U_ARCADE}" title="{L_ARCADE_EXPLAIN}" id="menu_button" >
<img src="{T_IMAGESET_PATH}/button/button_arcade.jpg" alt=""id="button1b2a"
onmouseover="button1b2a.src='{T_IMAGESET_PATH}/button/button_arcade_rollover.jpg'"
onmouseout="button1b2a.src='{T_IMAGESET_PATH}/button/button_arcade.jpg'" /></a>
<a href="{U_GALLERY_MOD}" title="{L_GALLERY_EXPLAIN}" id="menu_button">
<img src="{T_IMAGESET_PATH}/button/button_gallery.jpg" alt=""id="button1b3a"
onmouseover="button1b3a.src='{T_IMAGESET_PATH}/button/button_gallery_rollover.jpg'"
onmouseout="button1b3a.src='{T_IMAGESET_PATH}/button/button_gallery.jpg'" /></a>
</div>
Schaut mal
FORUM
Lieben Gruss
Pfote