Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Sections with equal dynamic width
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
How do I set up three columns like this?
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
How do I set up three columns like this?
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
How do I set up three columns like this?
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
How do I set up three columns like this?
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
Execute function when play button is clicked in html5 audio player
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
Fixed position relative to parent container
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
Fixed position relative to parent container
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
Fixed position relative to parent container
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
Fixed position relative to parent container
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
Links are getting redirected
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
Can't find the root html file of website
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
Can't find the root html file of website
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
Audio player that supports song descriptions?
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
Audio player that supports song descriptions?
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
Row of centered images and text
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
Hide/show text
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
Fade in/out text in same div by clicking link
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
Fade in/out text in same div by clicking link
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
Problem (probably css) with jQTransform (jQuery)
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
Problem (probably css) with jQTransform (jQuery)
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
Make various sections of image clickable
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
Make various sections of image clickable
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
Make various sections of image clickable
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
Make various sections of image clickable
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
03:23 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.