Hello,
I don't understand why style=display.block doesn't work, can anybody here help
me?
this is the code:
" if ($output_method != 'echo' || empty($posts))
return $posts;
echo '
<div style="display:block" >';
foreach ($posts as $post)
echo '
<div style="float:left">
', !empty($post['image']) ? $post['image'] : '', '
</div>
<div align="left" valign="top" >
[', $post['board']['link'], ']
<br />
<a href="', $post['href'], '">', $post['subject'], '</a><br />
', $txt[525], ' ', $post['poster']['link'], ' ', $post['time'], '
', $post['new'] ? '' : '<a href="' . $scripturl . '?topic=' .
$post['topic'] . '.msg' . $post['new_from'] . ';topicseen#new"><img src="' .
$settings['images_url'] . '/' . $context['user']['language'] . '/new.gif"
alt="' . $txt[302] . '" border="0" /></a>', '
<br />
', $post['body'], ' <br />
</div>
';
echo '
</div>';"
it is here in the web:
http://www.chatinchinese.com/
you can see, the second photo distroy the layout because the first message body
hasn't got enough text.
thank you very much.
Paul Yung
> Date: Mon, 4 May 2009 13:49:29 +0200
> From: [email protected]
> To: [email protected]
> CC: [email protected]
> Subject: Re: [css-d] position issue in ie6/7
>
> Göldi wrote:
>
> > http://allesneumachtdermai.wallisellerlauf.ch/
>
> > Is the order of the tags relevant when positioning some of them
> > "absolute"?
>
> In IE6/7, yes. Old IE is buggy :-)
>
> You can fix IE6/7 by adding a <br /> between top_menu and breadcrumb...
>
> </div>
> <br />
> <div id="breadcrumb">
>
> ...with the following br styling...
>
> br {line-height: 0;}
>
> That'll give old IE something to line the breadcrumb margin up against,
> without disturbing better browsers.
>
> regards
> Georg
> --
> http://www.gunlaug.no
> ______________________________________________________________________
> css-discuss [[email protected]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/