I changed all the coding and it works like a charm locally, so I'm guessing there shouldn't be a problem when its put online either.
So for now, it seems like all is set.
Thanks alot for all the...
Type: Posts; User: kimikai; Keyword(s):
I changed all the coding and it works like a charm locally, so I'm guessing there shouldn't be a problem when its put online either.
So for now, it seems like all is set.
Thanks alot for all the...
Hi John, I have no time to try it right now, but i will let you know asap
Thanks for the help so far! :D
Yes I think I was changing something when you were looking.
I've added the first bit of code youve suggested within the script tags that i have on the index page, and the reinitialise in the...
I've been playing around a bit more with this scrollbar... and I've figured one thing out...but I'm hiccuping against another problem now.
I'm guessing I know where the problem is (I'm a total...
Hi John,
I've tried your suggestion but unfortunately it didn't work.
I've uploaded the page online so this is the link: http://dndesign.comuf.com/
As soon as you click on the links on the left...
I am using this slide and fade content for my website, basically you click on a menu button and it loads a div from an external page into the div thats on the same page as the menu (kinda like a one...
I was planning on maybe using this code: http://perishablepress.com/slide-fade-content/ to give some effect to my content on menu click.
Now I was wondering, I'm planning on using it for my main...
Rest of the code....it was too long lol
<div id="container">
<div id="form">
<?php
if (!empty($error)) {
echo '<p class="error"><strong>Uw bericht is niet...
So I got myself through most of the code but I seem to have some problem with the final bits and pieces.
Right now it does everything its supposed to do, it gives error codes, it gives a thankyou...
Ive been working on an online form but each time i click the submit button it wont do the php checks (for the required fields)
and it will juz open a new tab with the .php file (as a blank page)....
ye i got it working now too :) tho...it doesnt matter if you add the new jquery.js from google or the 1.3 version right?
yea i know about the hover pseudo
i just meant that by giving every menu div 2 classes you can still call the javascript upon every button (because they have one identical class) and call the css on...
mhm ye i guess the fiddle code aint bad but it could use some extra tweaking to get it more personizable
i guess 2 classes would be easiest to get the hover and stuff implemented
yup yup i guess...
for example for this line: <li class="change-item" data-item="1">Item 1</li> it is in a <ul>
but i have diff backgrounds for each <li> soo... i was wondering if theres a certain way id have to build...
so all i have to do is change the head part of my html page into html5? and then i guess i can style the <li> parts of that code with css3?
also...any examples maybe on how id have to name my css...
ye the " was a typo
the problem is atm there isnt much of an actual page yet, because im still screwing around with that part...which is the main part of the whole website...
the link is just a...
I know there's a way to do this and I've done something similar before, but right now I just cant seem to get it right
what I'm trying to create is have a full working menu (so buttons have their...
to get back at your question on how I add new content, I just put new content in the div #contentinside that has an overflow:hidden to it...
buuuut I changed the code from what I had to what you...
Oh wow....here ive been thinking of all diff kinds of weird things to get it working and the simplest of the simplest solution was forgotten in the process haha
thanks...i think that might actually...
so I made a parental div with 2 div's inside
and everything seems to work pretty fine, cuz the parental div expands when the divs inside expand aswell
the only problem I'm having is that one div...
Hey guys,
I hope I'm posting at the right forums
but I have a website online at the moment and I'm facing some difficulties with the Javascript scroller I have on my content div.
I'm using...
yep both questions got fixed tho, the footer to the bottom and the fluid-fixed div combination :)
@apachetech
Your code works sweeeeet =] i already got it implemented into my website
just one thing... ermm... how do i set active coding to my links...
right now i had in my html one with class...
So if i get you right
<div id="category 1"> will be the content of the div so images and text etc...
and
<p onclick="toggleDivs(1);">Category 1</p> is the link that toggles div 1 to be shown...
Ive been looking around alittle for cool stuff for my website, well basically to make it easy because i have 3 categories that need slideshows.
Now i saw on this website: http://www.nue-media.com/
...