If I had changed it to visibility: hidden would that have still cause problem with the increment. I knew something was wrong with the incrementation but I couldn't catch the pattern. Why does it do...
Type: Posts; User: riptide; Keyword(s):
If I had changed it to visibility: hidden would that have still cause problem with the increment. I knew something was wrong with the incrementation but I couldn't catch the pattern. Why does it do...
I'm trying to make something similar to a rotating banner with DIVs
I have a code I tried made but it gives weird looping. It won't display one image at time. I cycles between 1 image 3, none 2 and...
It seems like large companies got a hold of it and refused to let go. It's good that microsoft was force them to update at some point.
thank you did you have to edit the script or did you find the update somewhere?
It's probably something like this
<div id=" main" >
<p id="fav" onclick="document.getElementById('box').classname='fav'"> favs</p>
<p id="late"...
I probably shouldn't have bumped this but what if you took the U3 thingy,app,mini operating system and put it on another flashdrive. I haven't tried it yet but I used to use it to access off limit...
There are something about windows 7 that are more annoying than vista. I'm having more problems with access denied files. I have to 64 bit and decided to try and throw out the 32 bit windows media...
I really didn't want to make a thread but I couldn't find the answer else where. I'm using a script for a scrolling div.
scrollStep=4
timerLeft=""
timerRight=""
function toLeft(id){
Actually I do have something unusual In the CSS. I should go back and comment on that. I'm thinking the people who will be trying to mod it will have little to no website building experience. I seem...
This made me smile. I guess you could ask a question about Schrödinger cat.
So the second class of bots are the ones that may have humans behind them.
Well the site I was talking about is a vBulletin site too. But it's much more dead that DD and the strange attacks came...
I try to use tabs I indent or line break anything. What I'm worried about is some one going in and deleting a <div> tag in confusion and breaking the page.
some tags can be removed others can't. I...
Are you having a lot of problems with bots on your site or forum. I was at one place where the bots were posting messages in a thread and it seemed like the were a part of the conversation. Some...
I will work out the price first from now on!
I didn't know I couldn't give figures; I should have asked if it was okay to give prices on here.
I've put in lots of comments but there are areas...
100$ would be way to low for what I had to put into it. I'm not comfortable charging over 800$ for a project.
we are at 600$ I think it's good. But I'm probably going to thrown in free updates....
I'm not sure what the flat fee should be. This is the most complicated site I have made.
would it help if I put the sites I have made up?
I wouldn't mind some one giving me an evaluation of my...
This reminds me of igod from a few years ago.
I have two questions. One if if there's any free or video resources where I can learn javascript. I'm beginner but I can edit very,very basic script. I don't have the full time to study it as much as...
Great! I was thinking you should put the code somewhere for everyone to see. You've already helped me enough. I have the code working in my site. I'll go check out the lounge.
well that's the thing I can put document.getElementById on any item and it can function a a control switch for a completely unrelated object. So yeah that's why I was worried about the whole this...
Hu so it's not like document.getelementbytagname I would think it would work the exact same way.
Well I probably would have figured out I couldn't get it to work that way if I found more test pages....
Well
onclick="document.getElementsByClassName('switchM').className='switchMOff'"
and
onclick="document.getElementsByClassName('switchM').classname='switchMOff'"
don't work in a browser where...
okay so there really wasn't any good classname function on the web. So thank you for making a good one. This is less complicated the the ultimate version. I know the one I first posted didn't have...
If you still need help I have a script that can stop the event bubbling.
I went looking back at some one my old post and then on the web. I haven't been able to fine a working getelementbyclassname function that doesn't use jqery.
It seems like there should be some but...