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 SkipVought 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. theVille

    Using JS to Switch CSS Styles

    I've changed the 'if' statement as follows so that it gets the status directly from the html and it now works. Thanks. if(document.getElementById('submenu_'+target).className == 'show') {
  2. theVille

    Using JS to Switch CSS Styles

    I'm trying to get JS to swap the style class on my webpage. The following almost works. Basically it is initiated using 'onClick' in the HTML. The class is (in most cases) set to 'hide'. You click on it and the JS changes the class to 'show'. This works. Problem is, if I set the initial html to...
  3. theVille

    How to create automatic 'Page 1 of 4'

    I thought as much. Shame really. MS Word can do it......come on Adobe!
  4. theVille

    How to create automatic 'Page 1 of 4'

    Anyone know how to automatically add the total number of pages in a document to the page number feature. For example, if I have a 20 page document. I want the page numbering to go: Page 1 of 20, Page 2 of 20, Page 3 of 20....etc. The actual page number is no problem, but I cannot find anyway...

Part and Inventory Search

Back
Top