Results 1 to 2 of 2

Thread: New IE creates problems

  1. #1
    Join Date
    Jul 2007
    Posts
    15

    New IE creates problems

    In my javascript pop down menu this code:

    mm_menu_0630134909_0.addMenuItem("Vision and Values","location='/vision_values.htm'");

    I noticed after my department upgraded to IE 7, the spaces in the "Vision and Values" acts as a return.

    IE 6 appears fine, in one line, but IE 7 messes it up;

    Vision
    and
    Values

    Has anyone notice this problem with their stuff, and does anyone have a solution for this?

  2. #2
    Join Date
    Dec 2004
    Posts
    2,788
      in place of the spaces will create space in the text and obviously remove them in the code. If you want the spaces to act like regular spaces (and allow line breaks, if necessary), you could put in the HTML entity for a space character (which off hand I don't remember).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •