Jump to content

Chocolate570

Members
  • Posts

    1,550
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Chocolate570

  1. Was just about to post that :)The photoshop image/tool/info windows are kept seperate from the background if you just press the restore button, not the minimize button.
  2. That's awesome! Nice find.
  3. Sure. :)When you're creating the menu element, put an "onmouseout" statement on it. Make it so that when the mouse goes out, the display of the element is set to none (this.style.display='none'). Then, next time the image is clicked, check if the element has already been created. If it has, then just set the display to inline, or whatever. :)Choco
  4. 1) We're not here to do your homework. Please give it an attempt, and then tell us what you have so far. We'll help you from there.2) I can't understand anything you just wrote. Could you explain a bit more?
  5. Well, they're quite complex to get cross-browser. It's easier to use a readymade one, or make one out of CSS.But if that's not an option, then I guess you could retrieve the position of the element clicked on (like an a) and create a new element with a relative position and position it underneath the a element.
  6. Just use this:<script type="text/javascript">x=document.getElementById("txt");x.name=sSlotID</script>
  7. Can I have a link to your page, or at least the code?
  8. Because it's 100%, you can just get the width/height of your parent element. Does the td it is contained in have a specific size?
  9. No, I'm sorry you think that--I was trying to ask whether or not you know java/c/javascript, otherwise you wouldn't really understand what I'm trying to say. Please don't take offense.
  10. You'd have to use arrays. :)I can show you how to make it, but I wont make it completely for you.First, learn how to insert options into a select box, with createElement() and appendChild(). Look them up on a dom reference, or the Mozilla Dom Docs.Next, make 2 arrays. In the first one, put all of the US states. In the second one, all of the canadian provinces.Loop through the arrays. Check what option is selected in the select box. If it's United States, then loop through the arrays and keep apending a new option with the value of the array[loop] value. Congrats. :)But wait---are you at least slightly experienced in javascript? You wont have a clue what I'm saying unless you know java/C...Which I doubt.
  11. That's pretty good for a beginner Nice work. Just a couple of suggestions:1) Center your banner, or make it wider.2) Add some text.3) Host it somewhere so we can see it without having to go to the tryit editor.
  12. Hey, I just moved this topic. It would be better off in the general section of the forum. :)It's a nice site. The colors match well. But like Webworldx says, it would be better off centered.
  13. You'll have to use the following code for IE to work:document.body.style.filter="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";Try that.
  14. I've never seen an editor as advanced like that...but tinymce does a pretty good job, and is very customizable.http://tinymce.moxiecode.com/
  15. Chuck Norris built a time machine and went back in time to stop the JFK assassination. As Oswald shot, Chuck met all three bullets with his beard, deflecting them. JFK's head exploded out of sheer amazement. Well, I guess that's not the point either. But could we bring those jokes out so fast without technology? I should say not. I doubt we would have even heard of them.
  16. You better not make me bring out the Chuck Norris jokes. I have approximately 782.5 (3 are unfinished) jokes on my computer, and I even created a program which brings up a random one quickly so I can dish it out at anyone. You wanna mess?
  17. Look at my examples. I mean the things that we create and are not easy to get without us choosing to get them.
  18. But you must remember at the root of the diseases is us--our inability to keep self control and keep away from the things that are bad for us. (E.g. smoking, drinking)
  19. Exactly. But did George outright say "Ok, I'm gonna kill Lennie because otherwise, an angry mob will lynch him and that would be bad. So I'm gonna take this gun and be all merciful and shoot him."Nope. He shot Lennie.
  20. True. But those impacts happen no matter what we do. We can't ignore them---but do we have to dig deep into them and try to figure out why and how they came into existence? Enlighten me? You might say this is an excuse, but I needed an avatar, and the URL of the GIMP logo was on my clipboard at the time after solving a support topic. So I pasted it. You might say that over the year (or so) that I've been here I've created an underlying connection with this avatar. And if that's true, and I don't know that, why would it matter? What would be the reason for actually knowing what the fact that I chose the GIMP avatar? Would it make a difference on my future? Touché. The fact that I've grown up in safe environments might affect the way I feel about the outer, unchanged-by-reasoning shell of the world. No offense taken. I can take criticism :)That I am. Thank you for taking the time to type out this post. It's quite interesting. -Choco
  21. That they do. But I still don't want to know the symbolism behind the books. Talking pigs and friends shooting friends are enough.
  22. I was more discouraged as a programmer when my code didn't work in all browser than when I found out there was a difference between them.
  23. Read it again. That was the point Jonas. Thanks for completely ruining my rant.
  24. I don't like philisophical questions. Why would we dig deeper into our world when the superficial surface around us pleases us? Why would we want to know why George killed Lennie in Of Mice and Men, and who cares what Animal Farm was symbolic for? Computers are a blessing, because I'm having fun. I refuse to look down the road going all mystical-crystal-ball by thinking about how what I do on the computer will affect my life in the future.Just my opinion. Oh by the way, blessing. :)Choco
×
×
  • Create New...