Connecting Tech Pros Worldwide Help | Site Map

Text doesnt align in IE but works with Mozilla and Chrome

Newbie
 
Join Date: Aug 2007
Posts: 23
#1: Jan 12 '09
I cant put the text (register,members,find) in the center of the three buttons using Internet explorer...

Any help will be much appreciated

(html code below)

Expand|Select|Wrap|Line Numbers
  1. <td class="ct">
  2. <!-- menu table starts here -->
  3. <table cellspacing="0" cellpadding="0" class="width100per" id="intro-menu-tbl">
  4. <tr>
  5. <td width="77" class="lt">&nbsp;</td>
  6. <td class="cm"><table cellspacing="0" cellpadding="0" class="width100per" id="top-mnu-tbl">
  7. <tr>
  8. <td width="172" class="cm bdr-l">&nbsp;</td>
  9.  
  10. <td class="menu-txt bdr-l "><a href="member.php"> members</a></td>
  11. <td align="middle" {if $tab_check eq 7}class="menu-txt-search bdr-l "{else}class="menu-txt-search bdr-l "{/if}><a align="middle" href="search_sp.php">find </a></td> 
  12. <td class="cm menu-txt bdr-l"><a href="become_user.php">register</a></td>
  13.  
  14. <td width="172" class="cm bdr-l">&nbsp;</td>
  15. </tr>
  16. </table></td>
  17. //css properties 
  18. .menu-txt{
  19. font-family: Arial, Helvetica, sans-serif;
  20. font-size:11px;
  21. color:#9E9E9E;
  22. text-align: center;
  23.  
  24. vertical-align:middle;
  25. /*text-transform:uppercase;*/
  26. }
  27. .menu-txt a{
  28. color: #FFFFFF;
  29. /*text-transform:uppercase;*/
  30. text-decoration:none; 
  31. }
  32. .menu-txt a:hover{
  33. color:#FB0206;
  34. }
  35. .ct, .cb, .cm {
  36. text-align:center;
  37. }
  38. .lt, .rt, .ct {
  39. vertical-align:top;
  40. }
  41. .lt, .lm, .lb {
  42. text-align:left;
  43. }
Newbie
 
Join Date: Jul 2006
Posts: 1
#2: May 7 '09

re: Text doesnt align in IE but works with Mozilla and Chrome


same problem here.... guess this is what we should expect from sub standard products like IE.. :(

any ideas people?

cheers!!
Reply