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 wOOdy-Soft 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: *

  • Users: james6848
  • Content: Threads
  • Order by date
  1. james6848

    Mozilla CSS

    Hi, Has anybody here successfully used Mozilla CSS to format html elements? I'm thinking here of stuff like '-moz-box-orient' type things, rather than '-moz-border-radius' etc. (I know these work fine). On the Mozilla site it says that these can indeed be used outside XUL apps, but I just can't...
  2. james6848

    Fading Layer Transitions with Scriptaculous

    I'm currently designing a page using an effect from the great http://script.aculo.us/ page. What I'm trying to is pretty simple - just make a layer fade in when a button is pressed. There are a few of these layers, and the problem is that some layers will hide others. Please click on the first...
  3. james6848

    $_POST / $_FILES

    I can't seem to access the $_POST array using this form, only the $_FILES one. When I do an echo for the $_POST['artist'], for example, I get nothing. Help! <form enctype="multipart/form-data" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post"> <input type="hidden"...
  4. james6848

    Moving layers part II

    I give up - I just can't get this to work. What elementary mistake am I making? <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> <!-- function showlayer() { var...
  5. james6848

    Functions that call themselves

    Just trying to create some moving layers, and came across this code in a book: function showlayer() { var hiddenlayer = document.getElementById('tablayer'); var layerposition = parseInt(hidden.style.left); if (layerposition < 0) { hiddenlayer.style.left = (layerposition + 5) + "px"...
  6. james6848

    Comparative structures with CSS

    Hi, I can't seem to get this sort of structure to work: if (myobject.style.backgroundImage == "url(../Images/bluebackground1light.jpg)") { myobject.style.backgroundImage = "url(../Images/bluebackground1dark.jpg)"; } I know I've created the object OK, and I know all the URLs are OK. I'm just...
  7. james6848

    mysql_fetch_array with multidimensional arrays

    I'm familiar with using 'while' to extract data from a MySQL derived array using a $row[] variable, but if I want to extract from a multidimensional array do I just use the construction $row[0][1] (for example)? Thanks.
  8. james6848

    Sticky Forms/$_POST array

    Hi, I've got a standard HTML form (eg. 'contact.htm') that submits to a PHP page, which in turn emails the details to me and inserts into a MySQL db. Everything is working fine, except I can't create a sticky form when a user needs to resubmit. I've tried everything the books say (ie inserting...
  9. james6848

    Strange colour/printer discrepancies.

    Well... I noticed colours were a little strange when printed from indesign onto a Canon S9000 (darker, sometimes completely different), even though the same colours printed OK in Photoshop. I read a few things about colour management, but this has made things even more confusing. For example...
  10. james6848

    Family-tree-esque diagram connector problem

    Hello, This (perhaps) is a little basic... but.... I design phone system diagrams, and my preferred style is what I would call a 'family tree' style e.g.: 0 | ------------- | | | | 0 0 0 0 I just can't figure out the best glue/shape choices/settings to use. I don't...

Part and Inventory Search

Back
Top