How to make a video gallery using append() in JQuery?

That shouldn’t make a difference, so your full path is probably incorrect

[quote=“vngx, post:19, topic:193437”]
like suppose a video is of length 10:00 and I want to jump to at 05:00 is it possible to do with video tag
[/quote]You’ll need Javascript - http://www.w3schools.com/tags/av_prop_currenttime.asp

I can’t debug an image :slight_smile: . Code though? Sure, I can debug that.

Can You run above mention code in your browser?

You will get a clear picture what I am trying to say.

I know you can’t debug image :smile:

How about 400px left margin on that content?

<div style="margin-left: 400px;">

Thanks
@megazoid
I figure out it and sort out

due to default margin assign to a block it was not able to float

Now there is one more problem one block is “dropdownmenu” and second is “loginblock”

as you can see these two I assigned float left and float right they are also overlapping

this is due to height and width property of dropdownmenu elements?

I don’t see they overlapping
If you mean that .loginblock is under menu that happens because there is no enough width to make them both float in one “line”

Got it thanks

Yeah their was not enough space that’s why they are overlapping

till now all issues are solved on this

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.