Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 44
Search took 0.39 seconds.
Search: Posts Made By: Windbrand
Forum: HTML & CSS 03-07-2013, 02:10 PM
Replies: 1
Views: 79
Posted By Windbrand
Sections with equal dynamic width

How do I set up a container of dynamic width, but each section in it has equal width so that they all resize at the same time with the container?

For example:

.container{
width:80%; /*of...
Forum: HTML & CSS 03-07-2013, 02:08 PM
Replies: 9
Views: 393
Posted By Windbrand
Thanks! Excavator is right, switching the order...

Thanks!
Excavator is right, switching the order of the float elements in the html worked.
Forum: HTML & CSS 03-06-2013, 04:20 PM
Replies: 9
Views: 393
Posted By Windbrand
Thanks I've tried that on my page but it won't...

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:
...
Forum: HTML & CSS 03-06-2013, 06:05 AM
Replies: 9
Views: 393
Posted By Windbrand
I checked that demo but the width of the...

I checked that demo but the width of the container is not dynamic as I resize the browser window. I need the container to stretch in width when the browser window has high resolution, but the...
Forum: HTML & CSS 03-06-2013, 05:48 AM
Replies: 9
Views: 393
Posted By Windbrand
How do I set up three columns like this?

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;...
Forum: JavaScript programming 03-03-2013, 12:29 AM
Replies: 1
Views: 223
Posted By Windbrand
Execute function when play button is clicked in html5 audio player

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>
.......
Forum: JavaScript programming 03-02-2013, 05:25 PM
Replies: 7
Views: 440
Posted By Windbrand
That's just shortening the javascript... Like I...

That's just shortening the javascript...
Like I said I need to have them in the same page for organization purposes.
Forum: JavaScript programming 03-02-2013, 05:07 PM
Replies: 7
Views: 440
Posted By Windbrand
I need to have the nav bar and page content...

I need to have the nav bar and page content inside the same div. This is because I need to fade in/out the #linkspage. Of course I can have one side static and the other side scrollable if I separate...
Forum: JavaScript programming 03-02-2013, 05:58 AM
Replies: 7
Views: 440
Posted By Windbrand
I've already tried that, like I said in the first...

I've already tried that, like I said in the first post. It doesn't work (at least not in firefox), the nav bar still gets scrolled.
Forum: JavaScript programming 03-02-2013, 03:13 AM
Replies: 7
Views: 440
Posted By Windbrand
Fixed position relative to parent container

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,...
Forum: HTML & CSS 12-15-2012, 01:49 AM
Replies: 1
Views: 197
Posted By Windbrand
Links are getting redirected

I'm having a very weird problem on my website. EVERY link to another html page is getting redirected to a 404 page because the directory is messed up.

For instance my website is www.example.com/en...
Forum: HTML & CSS 12-05-2012, 08:16 PM
Replies: 6
Views: 325
Posted By Windbrand
I tried to go to...

I tried to go to www.web2pointsomething.org/wp-admin but it's a blank page. Also I went to cPanel's public_html/wp-admin, and there is no index/home page, it's just wordpress's php files.
Forum: HTML & CSS 12-05-2012, 05:03 PM
Replies: 6
Views: 325
Posted By Windbrand
Can't find the root html file of website

I have a really weird problem, I'm working on editing a class website with another student, but after that other student made some changes to the home page, I can no longer find the index.html it...
Forum: JavaScript programming 11-19-2012, 09:30 PM
Replies: 3
Views: 382
Posted By Windbrand
Um come from me? I just write a few lines...

Um come from me?
I just write a few lines describing the songs, since I wrote the songs. For example, "this song was written in 2010, the title means this, written for so and so".
Forum: JavaScript programming 11-18-2012, 09:59 PM
Replies: 3
Views: 382
Posted By Windbrand
Audio player that supports song descriptions?

Does anyone know of an HTML/Javascript/JQuery/MooTools/etc audio player that supports song descriptions? I've searched all over the web, from jplayer, jwplayer, to sound manager and audio.js, NONE of...
Forum: HTML & CSS 11-18-2012, 03:27 AM
Replies: 4
Views: 375
Posted By Windbrand
Row of centered images and text

I'm trying to create a row of banner-like images, centered and gap between each auto-adjusted, each with an aligned text below it. I tried to use the CSS property columns, but I'm unable to change...
Forum: JavaScript frameworks 11-18-2012, 12:31 AM
Replies: 1
Views: 397
Posted By Windbrand
Hide/show text

Hi can someone find what's wrong with this code? It's a Q/A page, where all the answers are hidden at first, then an answer is displayed when a question is clicked (after hiding all other displayed...
Forum: JavaScript frameworks 11-17-2012, 06:26 AM
Replies: 2
Views: 457
Posted By Windbrand
Thanks for your help, yes it seems there was a...

Thanks for your help, yes it seems there was a slight problem with the settimeout.
I've updated my first post to make the problem clearer with updated code.
Forum: JavaScript frameworks 11-16-2012, 05:19 AM
Replies: 2
Views: 457
Posted By Windbrand
Fade in/out text in same div by clicking link

I'm trying to have different sets of text fade in/out in the same div by clicking various song names in a playlist in JPlayer (JQuery based audio player). JPlayer link: http://jplayer.org/
...
Forum: JavaScript frameworks 12-27-2011, 06:01 PM
Replies: 1
Views: 550
Posted By Windbrand
The website is: http://thesoloconcerto.com ...

The website is: http://thesoloconcerto.com
Contact form is at About -> Contact.
Forum: JavaScript frameworks 12-27-2011, 02:15 AM
Replies: 1
Views: 550
Posted By Windbrand
Problem (probably css) with jQTransform (jQuery)

Hiya is anyone familiar with jQTransform of jQuery?
I'm building a contact form (tutorial found here: http://tutorialzine.com/2009/09/fancy-contact-form/, but comment section is closed and there is...
Forum: JavaScript programming 12-08-2011, 09:04 PM
Replies: 6
Views: 406
Posted By Windbrand
Yes that's what I'm trying to do. Each of the...

Yes that's what I'm trying to do. Each of the "glow" versions are same dimensions as background image, I simply fade in a different "glow image" when mouse is over a certain section of background...
Forum: JavaScript programming 12-08-2011, 06:54 PM
Replies: 6
Views: 406
Posted By Windbrand
I created the imagemap with all the coordinates....

I created the imagemap with all the coordinates. This is my code so far:

<div id="mainpage">

<img src="pictures/background_faded.png" class="pagebackground"...
Forum: JavaScript programming 12-08-2011, 04:52 PM
Replies: 6
Views: 406
Posted By Windbrand
Make various sections of image clickable

Hiya, I created this thread on the html forum but I'm not sure if it can be done with javascript, so I'll post here as well. I was wondering if there's a way to make various sections of the image...
Forum: HTML & CSS 12-08-2011, 04:49 PM
Replies: 3
Views: 401
Posted By Windbrand
Make various sections of image clickable

Hiya, I was wondering if there's a way to make various sections of the image clickable? The sections on the image are not rectangular so I can't make divs. I don't think I can use imagemap either...
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT +1. The time now is 03:23 AM.