ok hätte den code gleich angeben sollen..
hoffe ihr könnt damit etwas anfangen:
wie gesagt auf Win alles top, nur auf Mac springt der Link um einen Absatz nach unten und sitzt somit auf der Trennlinie...
Danke für die Hilfe!
<div class="right">
<div class="box_tx">
<h4>XXX – lorem ipsum dolor</h4>
xxx-Xxxxxxxxxxxxx xxxx xxxxxxxxxx xxxxxxxxxxx xxx xxxxxxxxxx
xxxxx, xx xx xxxxxxxxxxxxxxxx xxxx xxxxxxxxxxxxx xxxxxxxxxxxx, xx
xxxxxxxxxx, xxxx xxxx xxxxxxxx xxxxxxxxxxx xxxxxxxxxxx xxxxxxxxxxx
xx xxx xxxxxxxxxxxxxxx xx xxxxxx xxx xx xxx xxxxxxxxx xxxxxxxx
xxxxxxxx xxxx, xxxx xxx xxxxx xxxx xxxxxxxxxxx.
<p class="clear"><br></p>
<a href="xxx_xxx_xxxxxx_xxxxxxxx.php?subnav=xxx_xxxxxxx"
OnMouseOut="na_restore_img_src('image1', 'document')" OnMouseOver="na_change_img_src('image1', 'document', 'img/weiter_button_h.jpg', true)"><img name='image1' src="img/weiter_button.jpg" alt="Weitere Informationen..." title="Weitere Informationen..." class="weiter_button"></a>
</div>
</div>
<div class="border" style="margin-top: 16px; margin-bottom: 16px;"></div>
und noch die css:
.right {
float:right;
width: 480px;
}
.box_tx {
display:block;
padding-bottom: 16px;
margin-left: 16px;
margin-right: 16px;
font-size: 12px;
line-height: 20px;
}
.clear {
clear:both;
}
.weiter_button {
float:right;
}
.left {
width: 480px;
}
.border_right {
border-right: 1px dashed #80c9c7;
}