Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. nevermind, I realized that i could just do this: <script type="text/javascript">var number="<?php echo $number;?>"</script> if I'm wrong will someone tell me?LG
  2. I'm trying to get a counter to work, thanks to scott100 http://w3schools.invisionzone.com/index.ph...655entry17655 and I want to make images work with it. all I need to know is how to make php variables available to javascript. can I do this?LG
  3. I'll tell you why:in css you have .submenuon: while the div's class is submenu without the ON: here is the code I came up with that works fine:<html><head><style type="text/css">body{background-color:#000000;}.submenuon{position:absolute; display:block; padding:5px; font-size:11pt}div.submenuon ul{width:500px}div.submenuon li{padding:5px;list-style-type:none; width:450px}div.submenuon a:link{text-decoration:none; background-color:white; width:450px; padding:5px}div.submenuon a:visited{text-decoration:none; background-color:white; width:450px; padding:5px}div.submenuon a:hover{text-decoration:underline; background-color:orange; width:450px; padding:5px}div.submenuon a:active{text-decoration:none; background-color:blue; width:450px; padding:5px}</style><body><div class="submenuon" style="position:absolute; left:100px; top:125px; height: 1px;"><ul><li><a href="#">Mission Statement</a></li><li><a href="#">Directions</a></li><li><a href="#">Contact Us</a></li><li><a href="#">History</a></li></ul></div></body></html> notice the div class has submenuon.LG
  4. I have no Idea what you are talking about, I think you got the wrong forum. this forum is about web building, not games. try a different forum.LG
  5. Little Goat

    variables in URL?

    also you can use the $_GET[nameofvariable] to extract it cant you?
  6. well to differentiate code, do this: by clicking the code button when replying or just type it in around your code. next, if you put styles in the a:link properties, you don't need to put them in the other a properties also.and why do you have the div's width set to 1px?LG
  7. try this:www.comparehosting.orgLG
  8. Ok, I think that we should also put Email accounts:{how many}LG
  9. no thanks your welcome. LG
  10. Name:Mister.netPrice:Free hosting with $35 for domain name registrationScripting:PHP, mysql, perlSpace:250 MBBandwidth: 5 GBAds: None at allWeb address: personal domain, unlimited SubdomainsAdditional comments: This is good for someone who just wants to get started and don't need a bunch of space.Email accounts: unlimitedLG
  11. just type it in and let notepad automatically wrap it. then it will be fine.LG
  12. just type it in in your editor and see how the editor handles it.LG
  13. it helps to post your code, such as your preload script, and your page content too. that makes it a lot easier for us to answer your question.LG
  14. ok, hey thanks alot guys!LG
  15. Little Goat

    Increment

    well, xsl cant change the file, but asp probably could. not sure how...LG
  16. ok, ive seen some <select> dropdown menus hav it so that if you try to select one option, it wont let you. (such as the jump menu on this site)anyone know how to do this?thnx, LG
  17. Little Goat

    Increment

    what is it you want to increment?
  18. I've seen it done like this: a="\n"document.forms[0].textarea.value=yourarray[1]+a+yourarray[2]+a I'm not positive but that might work.LG
  19. well thanks scott, now I know that I dont have to use a JAVA counter. LG
  20. yes, but we're trying to count clicks here.LG
  21. I have never had ANY problems with IE.I run IE6 and I have never had any reason to complain. IE even supports XML the best! (see my signature)LG
  22. you probably could learn from templates, but you also might learn bad habits and invalid code.LG
  23. scott, that only counts how many people have been there though, not clicks, right?LG
×
×
  • Create New...