Jump to content

whitedark554

Members
  • Posts

    8
  • Joined

  • Last visited

whitedark554's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Is there a possible way to make the text inside of a list a different color using a stylesheet?Can you still use the:ul.name {list-style:
  2. whitedark554

    Help!

    You definantly need a javascript for that
  3. I'm trying to use an input button as a link but it isn't working to well...When I click the button, the link doesn't open.I'm using this code: <a href="main.html"><input type="button" value="Enter"></a> Is there anyway I can make that button a link?
  4. I've got an image map under-construction but the part of the image is neither a rectangle, circle, or polygon. Its like a disfigured picture. How do I get this to work?
  5. Do I still use the script language?Well I don't know its not working.
  6. Oh...I think you are trying to use a different tag.Use this tag for music.<EMBED src="http://" autostart="true" loop="true" hidden="true"> It automaticly starts the music, loops it, and hides it so I guess its like a background.
  7. I don't know if its me or the tag but I tried all I could.I got a jpg img "home" and "home2" for the mouse over and a test page.I use this tag:<html><head><script LANGUAGE = "JavaScript"><!--if (document.images) { img1on = new Image();img1on.src = "home.jpg"; img1off = new Image(); img1off.src = "home2.jpg"; }function imgOn(imgName) {if (document.images) {document[imgName].src=eval(imgName + "on.src");}}function imgOff(imgName) {if (document.images) {document[imgName].src=eval(imgName + "off.src");}}// --></SCRIPT></head><body> <A HREF ="tutorial.html" onMouseOver="imgOn('img1')" onMouseOut="imgOff('img1')"><IMG SRC="home.jpg" NAME="img1" border=0></A></body></html>Is there something wrong with the tag?
  8. I don't think you can add a BG sound but there is a way to hide the sound bar.Theres an attribute that is called "hide".Just type in ' hide="true" ' in the music tag.It works for me.
×
×
  • Create New...