treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Issue on IE 6 & 7

  • hi, my first post here although I have been reading the rss feed for quite some time.

    If you go to this site: http://208.96.49.150/dbjoomla/index.php ... Itemid=112 and scroll down to section Service Management. The item "Manage ESD Changes" has rating stars next to it. It looks perfectly fine on Firefox but on IE 6 & 7 the stars are push to the next line.

    Could you please let me know how I can fix this issue in IE 6 & 7?
  • make the 5 stars one image instead of 5. then give it a class or id. then use this identifier to give it some relative positioning to make it line up how you want.

    Use this code in your html to give special instructions for IE6

    <!--[if IE 6]>
    Special instructions for IE 6 here
    <![endif]-->