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 Chriss Miller 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: styleBunny
  • Content: Threads
  • Order by date
  1. styleBunny

    client side form validation Array

    Hi All, I have this function to validate, whether a users has made a selection from a multiple selection list box. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <script language="javascript"> function...
  2. styleBunny

    image and ul tag create a gap

    Hi people, I have this site http://www.sminedesign.com/clients/rapidLabels/ when viewed in ie6 or ff1, the menu on the top RHS, has a small gap between the top image and the ul tag (the ul tag holds the menu list items), here is the code <div id="head"> <div id="navlist">...
  3. styleBunny

    image and ul tag create a gap?

    Hi people, I have this site http://www.sminedesign.com/clients/rapidLabels/ when viewed in ie6 or ff1, the menu on the top RHS, has a small gap between the top image and the ul tag (the ul tag holds the menu list items), here is the code <div id="head"> <div id="navlist"> <img...
  4. styleBunny

    php mysql_fetch_array

    Hi everybody, I have a simple table in my database that holds my website content (text), on my page i am running this query to get the text from the database. "SELECT * FROM `content`" Is there a way from this point I can iterate through each piece of content, and display them at different...
  5. styleBunny

    FF wont clear, this is weird

    Hi guys, i have this code, it renders fine in ie6 and even well in ie4 (cept for the double margin) but ff 1.01 wont clear properly, i have tried all types of clearing but have had no success. It looks like a nested div in ff but it isnt, ie renders it correctly as two divs next to each other...
  6. styleBunny

    Tecumseh Group Markup Language

    Hi guys, I am looking for a way, to allow users some basic formatting options for the text the enter in a form text area. Something similar to the way tek-tips lets you use their Tecumseh Group Markup Language, to format text, add links etc... Do these types of functions exist within php...
  7. styleBunny

    css table / form margins in firefox?

    Hi gang, hope yall is well, have this page, http://www.equilibriumradio.info/test/contact.php the form elements are positioned using a table, both the form and table tags are within a p tag, like so. <p> <form> <tabel> text and form elements </table> </form> </p> the p tag is p,h1,h2{...
  8. styleBunny

    session variables and java script

    Hi guys ad girls, I have a js function in which i use some asp session variables, which are generated when the page is loaded. if i declare the session variables, then have the js function below that (all in the head) it works fine, but when i put the js into an external js file, it stops...
  9. styleBunny

    get a gmt / universal / server date, not local

    Hi guys, Im doing a js list of dates that only displays the dates that have not passed. Tho so far using 'new date' all i get is a local system time which can be dubious if the clock is incorrectly set on the users system. How can i get a GMT or server date to evaluate my list against? I...
  10. styleBunny

    Removing print headers and footers?

    Hi yall, I have a printer friendly page (a word document exported to html, ewww!) That a side, is there any kind of code i can put in the page that will over ride the users local print settings? The settings which print the title of the web page and the url at the top and bottom of the...
  11. styleBunny

    Removing print headers and footers?

    Hi yall, I have a printer friendly page (a word document exported to html, ewww!) That a side, is there any kind of code i can put in the page that will over ride the users local print settings? The settings which print the title of the web page and the url at the top and bottom of the...
  12. styleBunny

    swap image and change text

    Hi there, I haven't done any js for ages and i canna work out why this function wont swap the image AND write a new line of text! They both work fine by themselves, but when slapped together, there is no love. i get the feeling it does the image swap, then gets rid of it and writes the text...
  13. styleBunny

    setCookie needs refresh to get value?

    Hi peeps, I am using setCookie() to create a simple cookie. Then i use a simple if statement to test that the cookie has been created. When load the page, it tells me the cookie has not been set, only when i hit refresh it will the of the existance of the cookie be recognised. I have tried...
  14. styleBunny

    Firefox new date(); fails.

    Hi Guys, i am using this script to update the date at the bottom of my page for copyright. This works find in ie but the new date() function fails in Fire fox. Has anyone seen a way around this? Cheers Paul. <script language="JavaScript"> //script to keep the copyright date current...
  15. styleBunny

    Div height in firefox

    Hi folks, Im sure this is the same old problem that comes up time and time again, but i cant find a clear answer. How do i make my containing divs scale in height to match that of their content? In this example, http://members.optusnet.com.au/porle/referenceCode/divHeight.htm , the div...
  16. styleBunny

    Zoom in zoom out script for vector.

    Hi Peeps, I have created an enterframe script to tween a movie clip. The tween changes the _xscale/_yscale values (uniformly), and the _x and _y positions. The script will increase the scale and move the x and y positions in one direction, but when i want it to decrease the scale back down...
  17. styleBunny

    Repeat loop, plays too fast?

    I folks, i am using a repeat loop to fade / fade out image, but i want to controll the speed of the transition, the repeat loops so quickly, i fear it might lag on some older systems. Even if thats not the case i would like the fade in / out to be a little slower over all.. repeat with...
  18. styleBunny

    Global Array

    Hi Guys, I am trying to use an array to store numbers generated at random, using the below script: function mouseUp(Javatest) { //javascript var myArray = new Array(); Javatest = test myArray.push(Javatest); trace(myArray); } Where 'test' contains the randomly generated number...
  19. styleBunny

    PuppetSound

    Hi folks, Looks like i have all the questions ;) I am using this frame script to puppet/change cast members. When the cast members change, i also want to puppet a sound, the sounds play sometime, but they sound like they are getting stuck, being cut off early or looping over and over (although...
  20. styleBunny

    load a cast member to an empty channel?

    Hi folks, I am familiar with swapping a sprite to a different cast member using the member or membernum command, but how do i load a sprite to a new channel, one without any existing sprite? How do i create a new instance of a cast member and place it into a specific sprite channel? Thanks in...

Part and Inventory Search

Back
Top