Skip to content
stubbornella edited this page Sep 13, 2010 · 11 revisions

Some parts of content are ready for alpha testing, however, it isn’t ready to be used in production projects.

Media Object

The media object allows you to have an image/flash or other fixed width media to the left or right with some content that describes it in the center.

Base Classes

Property Description
media Wrapper for the media object
img Child node of the media object. Generally a link, image, or flash wrapper. Will appear to the left of the .bd. Optional region.
bd Main content area for the media object, can contain any other objects. Protected. Required region.
imgExt Child node of the media object. Generally a link, image, or flash wrapper. Will appear to the right of the .bd. Optional region.
<div class="media">
	<a href="http://twitter.com/stubbornella" class="img">
		<img src="http://a3.twimg.com/profile_images/72157651/tattoo_pink_bkg_square_mini.jpg" alt="Stubbornella" />
	</a>
	<div class="bd">
		<a href="http://twitter.com/stubbornella">@Stubbornella</a> <span class="detail">14 miniutes ago</span>
	</div>
</div>
Clone this wiki locally