hi all,
Im a little stuck.
I want to place a div inside of a main div to hold a register script.
this code has a video to the left and an image to the right, but i want to add a div inside to also display a form on the right
<div class="auctionsHomeIntro" align="left">
<h1 align="right"></h1>
<dl>
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="320" height="250" >
<param name="src" value="vid.mp4" />
<param name="autoplay" value="true" />
<embed src="vid.mp4" type="image/x-macpaint"
pluginspage="http://www.apple.com/quicktime/download" width="320" height="250" autoplay="true"></embed>
</object>
</dl>
</div>
here is the css
.auctionsHomeIntro {float: left; display: inline; width: 916px; height: 315px; background: url(images/home_auctions_intro_bg.jpg) bottom right no-repeat #e3eaf0; margin: 30px 0 60px 0;}
.auctionsHomeIntro h1 { margin: 30px 0 10px 0; text-indent: -9000px; line-height: 1em; background: url(images/home_sub_your_dream_house.gif) top left no-repeat; width: 700px; height: 40px;}
.auctionsHomeIntro p {width: 350px; font-size: 14px; line-height: 1.5em; color: #333333; margin: 1em 0 1em 20px;}