A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Blurring Listbox Text

  1. #1
    Member
    Join Date
    Oct 2006
    Posts
    37

    Blurring Listbox Text

    Hey all

    I have a slight few problems that are bugging me.

    First of all, i am loading in data from a database into a listbox and in some areas of the listbox on different names it sometimes blurs quite strangly.

    Ive attached an image for you to see (picture 1)

    Notice the blur on "My Neck of the Woods"



    My next problem is that in the subscribe to newsletter section of the site ive built when i test it in safari its fine but in internet explorer and firefox it gives me this in the top right hand corner:

    ";
    } else {
    print NewMenu();
    }

    as you can see in attached image 2.

    If i view source on the page it comes out below and i can see the bit of code but how do i get rid of it?! i have inherited working on this site from someone else so iam fixing some small glitches etc.

    Code:
        <style type="text/css">
    .poweredphplist {font-family: arial, verdana, sans-serif;font-size : 10px; font-variant: small-caps; font-weight : normal; padding: 2px; padding-left:20px;}
    a:link.poweredphplist,
    a:active.poweredphplist,
    a:visited.poweredphplist  {font-family: Arial, verdana, sans-serif; font-size : 10px; font-variant: small-caps; font-weight : normal; color : #666666; text-align : center; text-decoration : none; padding: 2px;}
    a:hover.poweredphplist {color : #7D7B7B;}
    </style>
        <span class="poweredphplist"></div>
    </td>
    <td>
    <div class="menutableright">
    <?php
    if (0) {#$_SESSION["sidebar_enabled"]) {
    	print "<!-- menu is in the sidebar -->";
    } else {
    	print NewMenu();
    }
      ?>
    </div>
    </td>
    </tr>
    Any help will be greatly appreciated.

    Thanks!
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    this may be part of your problem:

    http://www.adobe.com/cfusion/knowled...fm?id=21dfb54d
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center