View Single Post
12-06-2009, 12:22 AM
#3
dlopez916 is offline dlopez916
dlopez916's Avatar
Status: Member
Join date: Oct 2009
Location: Russellville, AR
Expertise: CSS, HTML, Flash, Photoshop
Software: Photoshop, Dreamweaver, Frefox
 
Posts: 108
iTrader: 0 / 0%
 

dlopez916 is on a distinguished road

  Old

Thanks for the help. I am running into trouble with my text. It runs over the top of the video and I want it to the left only. I thought this was corrected by {clear: both}, but it is not working. any assistance would be great... Thanks The video is floated right.

html


HTML Code:
<p>Misc, sapce.This is taking up space. This is taking up space. This is taking up space. This is taking up space. This is taking up space. This is taking up space. This is taking up space. This is taking up space. This is taking up space.
 </p>
  <div class="right"><script type="text/javascript">
AC_AX_RunContent( 'width','320','height','265','src','http://www.youtube.com/v/5RK5Kp-Q2NA&hl=en_US&fs=1&','type','application/x-shockwave-flash','allowscriptaccess','always','allowfullscreen','true','movie','http://www.youtube.com/v/5RK5Kp-Q2NA&hl=en_US&fs=1&' ); //end AC code
</script><noscript><object width="320" height="265"><param name="movie" value="http://www.youtube.com/v/5RK5Kp-Q2NA&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5RK5Kp-Q2NA&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"></embed></object></noscript> 
  </div>

Reply With Quote