Jump to content

j22cal

Member
  • Posts

    28
  • Joined

  • Last visited

Everything posted by j22cal

  1. take that back, the centering still is not working in IE7, although it is better.
  2. Ok, thanks for looking at it. Actually, I did not even think about that being part of the centering problem, but it seemed to fix it. However, now that the menu is not a fixed size (I made the a percentage of their containing element so that I could keep them centered, the drop down part of the menu is not consistent. Is there anyway to correct this? Here is what I have, but it is not working: #rightLinks ul.topMenu li > ul { display: none; font-size: 1.0em; position: absolute; right: 119%; top: 1%; I changed this part to percentage as well, thinking that it might correct the problem, but it didn't work. Thanks!
  3. Hey all. I am not new to this site, but had to re-register. However, I was hoping someone could help me with a IE7 CSS issue that I am having? On www.commentsandcapers.com my menu on the right it not centering in the containing element. Could one of you take a look at it and see if you could point out what it is. Of course, it looks fine in IE8 and Firefox. http://www.commentsandcapers.com Here is the menu code: #rightLinks ul.topMenu { text-align: center; z-index: 20; } #rightLinks ul.topMenu li { list-style-type: none; position: relative; text-align: center; } #rightLinks ul.topMenu li > ul { display: none; font-size: 1.0em; position: absolute; right: 200px; top: 2px; z-index: 20; } #rightLinks ul.topMenu ul.topMenu { display: block; } #rightLinks ul.topMenu li:hover > ul { display: block; } #rightLinks ul.topMenu li a { background-image: url(../images/Cbutton.png); background-repeat: no-repeat; color: white; display: block; font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif; height: 20px; letter-spacing: 4px; margin: 0 auto 3px auto; text-align: center; text-decoration: none; width: 192px; } #rightLinks ul.topMenu ul { background: #F2F2F2; text-align: center; width: 145px; } #rightLinks ul.topMenu li li a { background-image: url(../images/CSubbutton.png); font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif; letter-spacing: 0px; text-align: center; width: 140px; padding:0; } #rightLinks ul.topMenu li:hover > a { background-image: url(../images/Cbutton2.png); background-repeat: no-repeat; } #rightLinks ul.topMenu li li:hover > a { background-image: url(../images/CSubbutton2.png); background-repeat: no-repeat; color: #fff; z-index: 20; }
×
×
  • Create New...