Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-03-2008, 10:31 PM   PM User | #1
xKraphti
New to the CF scene

 
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
xKraphti has a little shameless behaviour in the past
Help! With Scripting My WebSite

Here is the link to my test page:

http://mystyk.itgo.com/d00dzomfg.html

See the slide show on the page? Will someone please tell me how to put a, for example, a youtube video on the right side of it. If you could help me i would greatly appreciate it from the depths of my hear hah.
xKraphti is offline   Reply With Quote
Old 11-04-2008, 01:39 AM   PM User | #2
xKraphti
New to the CF scene

 
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
xKraphti has a little shameless behaviour in the past
can someone plz help (not sure if im allowd to bump)
xKraphti is offline   Reply With Quote
Old 11-04-2008, 09:11 AM   PM User | #3
stanfordrep
New Coder

 
Join Date: Nov 2008
Posts: 24
Thanks: 0
Thanked 1 Time in 1 Post
stanfordrep is an unknown quantity at this point
You do that with divs. First, you have a div where you put the existing slideshow and then next to it you put another div and embed the video into it. The two divs have to be part of another div that is the same width as div 1 + div 2 in order for them to be side by side.

Something like:
in your html:

Quote:
<div class="div1and2"><div class="div1">
dino slideshow </div>
<div class="div2">
embedded video</div>
</div>
in your css file:
Quote:
.div1and2 {
width:500px;
float:left;
}

.div1 {
width:300px;
float:left;
}

.div2 {
width:200px;
float:left;
}

Videos are started with the < embed src="url" > code. By the way, youtube videos already have copy and paste codes on their websites.
stanfordrep is offline   Reply With Quote
Old 11-05-2008, 05:56 AM   PM User | #4
destruction
New Coder

 
Join Date: Feb 2008
Posts: 55
Thanks: 1
Thanked 0 Times in 0 Posts
destruction is an unknown quantity at this point
your site isnt outfit too wide in opera browser
why you not used <div> cell ?even you used div tag thats too wide in the page
__________________
Regards,
D
destruction is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:37 PM.


Advertisement
Log in to turn off these ads.