I'm having a really weird problem pausing and resetting progress of html5 audio.
If I set preload="none", then "pause();" and "currentTime=0;" will not execute, I know this as I've set an alert()...
Type: Posts; User: windbrand; Keyword(s):
I'm having a really weird problem pausing and resetting progress of html5 audio.
If I set preload="none", then "pause();" and "currentTime=0;" will not execute, I know this as I've set an alert()...
I'm trying to have an image of fixed height/width on the left, and text on the right, in the same line of course. The overall container has a dynamic width of 90% of viewport, meaning that the text...
Does anyone know how to set the currentTime property of html5 audio by clicking a link with a time? Similar to how Youtube does it? Say I click a link "3:10", it will instantly change the currently...
The container itself also needs to be in the middle of the viewport.
How do I align a container (eg social media plugins) with fixed position and dynamic height so that the container itself is vertically in the middle of the viewport? The container itself is visible...
Does anyone know how to animate the resizing of a container when the target height is auto?
This is what I use to animate the resize of a container currently, it does resize, but it does not...
Thanks I've tried that on my page but it won't work still. It's really weird your test page works perfectly, I pretty much copied over the code on mine but it still won't work...
Here is my code:
...
Yes sure, first post updated.
Does anyone know how I would get a page set up like this?
http://i.imgur.com/cxLmGkl.png
http://i.imgur.com/cxLmGkl.png
.pagecontainer {
margin-top:50px;
padding-left:50px;
I have a main navigation bar at the top...?
I've got multiple instances of the html5 audio player on my page, and I use the jQuery fadeIn() fadeOut() to determine which song to play. When clicking a link to a different page, I have the current...
Because the links don't link to each other, they link to sub-pages for each page. For example on page 1 I might have links that link to page 1-a, page 1-b, page 1-c, the links on page 2 might be 2-a,...
I need the links on each page because it's different for each page. On page 1 the links might be "a" "b" "c" "d", on page 2 it would be "x" "y" "z".
Is it possible to detect when the play button in the html5 audio player is clicked? For example:
<audio controls>
<source src="music.mp3"/>
<source src="music.ogg" />
</audio>
.......
The problem is I've got like 30 pages. If I separate each nav bar into its own page the code will be extremely messy.
Instead of:
<div id="pagecontainer">
<div id="page1">
You're basically separating the nav bar and page content into separate divs directly on the .pagecontainer div. It will work but only because they're completely unrelated to each other... But the...
I did a lot of research on this but apparently it's not possible with pure html/css as position:fixed only fixes it to browser window, so I thought I'd ask in this section.
I have a page container,...
I'm just beginning to learn some Flash and Actionscript in class. For javascript I know there's jQuery, are there any similar script libraries/templates for Actionscript? I'm trying to find some kind...
Thanks the list idea works. I had to slightly modify it and remove the extra styling.
I guess a much easier way is to just use an image for a bullet. Is there a way to change the size of the list...
Does anyone know an easy way to display two divs on the same line? The two divs are in a parent div that sets its position. This is the code:
<div id="legend">
<div...
(Starting new post since this will go over character limit for one post)
Html of the page I linked can be seen by "view source".
And the php used (processForm.php) is here, this is the only...
I'm implementing this contact form on my web page, I've got everything completed except one minor part - I can't customize the form's error messages (the message that pops out if user leaves fields...
I put all the files in the same directory, and now the fade in/out effect of the pages are not working, and none of the pages are displaying either (since the fade in/out effect requires display:none...
Thanks that fixed the width of the text boxes, but the input area is still messed up since the jQuerytransform problem still exists, I have to hover the mouse around 10px above the textbox in order...
No I didn't modify any of the CSS. In fact I linked all the demo package css/js files to my webpage, and it still displays incorrectly. The only differences I made in comparison to the demo package...