Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. masteryamaha

    Button issues

    Im getting the red cross and i double checked the id, im going to try using the image on something else on the site and see if it works.....i was alos thinking about using something like this onclick="alert('info') in the input button tag, but thats a last resort
  2. masteryamaha

    Button issues

    Still doesnt show the picture, i double checked spelling and everything....any more ideas
  3. masteryamaha

    Guessing game help

    I have been made up this simple guessing game, i got bored, but it does not work, any help. <head> <title>Practice html </title> <script type="text/javascript" language="javascript> <!-- funtion Guess_game() var rnum=Math.random()*20 var guess="GetElementById('guess')"...
  4. masteryamaha

    Button issues

    it was something along the lines of <button name="submit".....other entries i dont remember (basic elements)...onClick="show_box()">Button Title</button> That is what worked. now it is: <form> <input type="image" name="submitbutton" src="clanstats.gif" alt="clanstats" onclick="show_box()" />...
  5. masteryamaha

    Button issues

    I had on my site a standard button that you click and it shows some information (i realize i could use a collapsible document for this but i choes not to for a reason i can't remember). The button was put in with the button tag <button> and had all the information needed (i dont have the...
  6. masteryamaha

    External Javascript

    how would i format the function in the .js file and how would i it out in the element.
  7. masteryamaha

    External Javascript

    How do you link to an external javascript file, not only in the heading but alos the element in the body. Can javascripting be put into classes like html in css and could I put javascripting classes in a css file.
  8. masteryamaha

    Adding java classes to css

    Is it possible to add a javascript class to a css file, like you would create a html class. Then how would i use it in the actual web page.
  9. masteryamaha

    simple css question

    This is a problem i ran into nd it seems the answer is alomost to easy and i keep beating myself up over that lol. In my css i have a class called .cellover (it is for javascript but that doesn't matter) and it is used to highlight the table cell in my navigation area. I want to change the link...
  10. masteryamaha

    An easy to use 2-column CSS layout

    I like it it is simple, i often use the similar design but i include two more things that i think you would find useful. A Title for the page (header) which is just another row that spans 2 colummns and the same with a footer at the bottom of the page. And if you want make the header row three...
  11. masteryamaha

    Combining css and javascripting

    I wrote some javascripting for a site navigation which simply uses a onmouseover to highlight a table cell. It is embedded in the head as follows: <!-- This is the code in the head --> <STYLE> .cell_over { BACKGROUND-COLOR: #000080; link: #c0c0c0...
  12. masteryamaha

    Configuring

    I am tired of reading books that i bought and online giudes on configuring everything and have so many problems. say i have a virtual host under c:\VirtHost and im using Apache 2, php 5, MySQL (which i havent even gotten around to setting up yet because of these problems) and Macromedia DW 2004...
  13. masteryamaha

    phpMyAdmin

    Does anyone know a good guide to configuring/installing phpMyAdmin2.6.1 with MySQL 4.0.15?
  14. masteryamaha

    Previewing in browser

    it is configured correctly, but to make sure i will check it again, the virtual host works fine when i go to it in the web browser, it is something with additional pages.
  15. masteryamaha

    Previewing in browser

    I dont know whether to put this in the DreamWeaver mx forum or this one so i will start here. I use Macromedia DreamWeaver MX 2004 and when i go to preview my work in a browser the browser opens up goes to my virtual host on my Apache 2 web server and then shows nothing, simply a blank page. But...

Part and Inventory Search

Back
Top