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

    Thanks for all your help!
  4. 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>...
  5. floofy7

    Help - Javascript doesn't work in Firefox

    Thank you SO much - you saved the day!
  6. 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" />...
  7. floofy7

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

    Yeah, I found that page, but it doesn't show me the CSS. If you look at the code, the character entity has been entered before each item.
  8. floofy7

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

    So other than using an image, it can't be done?
  9. 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!
  10. floofy7

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

    Ah, I see. The only problem is that it's literally rendering the HTML. I've run into this problem several times.
  11. 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