Search results

  1. C

    JavaScript problem.

    I'm pretty new to JavaScript, but I don't know why this script isn't working. I know it's probably my own JS ignorance, but could someone help me? I'm not worried about the CSS or anything. I know CSS and HTML very well, so if there is something that needs done with either of those, feel free to...
  2. C

    New guy with Noob-ish question!

    By the way, so people don't bitch at you, coding in HTML isn't programming. Not trying to get technical, but some people do bitch. Just a good word for you. By the way, if you're still having troubles with this PM me ot whatever it's called. I was too lazy to read all the posts. Just tell me...
  3. C

    Flash Button Link

    I just started flash actionscripting, and i can't even make a simple hyperlinked button. the code I used on the button is as follows. getURL("here's the URL"); What's wrong with it. It's on the same layer and frame and the picture has been converted to a button symbol. Could somebody...
  4. C

    My font is furry!!! ARGGGHHH!

    Well now that I saw it you want the header changed so....You prolly already tried this but i'd guess this. I'm not sure because I don't do much with headers. h1{ background-color: transparent; } or you might try a pseudo-class. like this. h1.notfuzzy{ backgorund-color: transparent; }
  5. C

    My font is furry!!! ARGGGHHH!

    hm, I didn't see anything, but just define the selector with something like this. If your link is what you want transparent here is the code i've always used. a: link{ backgorund-color: transparent; } That should work just fine.
  6. C

    I Need Help

    www.davesite.com is great for beginners, and www.draac.com. www.w3schools.com is good but maybe a little confusing at first. Be patient and you'll be OK.
  7. C

    I want to create my own high-tech website, what software & webhosting should I buy?

    Well first off it takes a good long time to learn what you want to learn. I've been with web-design for a few years and I only know HTML and CSS inside and out. What you want to do would take a lot of work and more than a few web languages. I'd suggest you start with www.w3schools.com. From...
Top