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 dencom 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: floofy7
  • Content: Threads
  • Order by date
  1. floofy7

    Flash loadMovie

    This ActionScript loads my movie clip: myContainer.loadMovie("the_show.swf"); How can I load that movie clip at a width and height smaller than its default size?
  2. floofy7

    Keep a:hover style when user mouses over sub-nav

    Hi, When the user mouses over Link One, a sub-nav div opens. While that div is open, I want Link One's a:hover style to persist, even though the user isn't technically mousing over it. I've tried a few different ways to make this happen with limited success. Can anyone help? My code is below...
  3. floofy7

    Character count minus spaces

    I need this character count to NOT include spaces typed in each of the 4 fields. Can you help? Thanks! :) MY CODE: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
  4. floofy7

    Help - Javascript doesn't work in Firefox

    It works fine in IE. Any advice? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />...
  5. floofy7

    Character entity as bullet in &lt;ul&gt;?

    Can you use a character entity (for example: &gt;) as the bullet in an unordered list? Thanks!
  6. floofy7

    Please help! drop-down list + set text of layer + switch statement que

    I want the user to select a state and then info about that state will populate a div. I got it to work if I have a list of state links. I want the states to be in a drop-down list though. Also, I'm not sure if my switch statement syntax is correct. Please help! Here's my code: <!DOCTYPE html...

Part and Inventory Search

Back
Top