Results 1 to 2 of 2

Thread: Another IE positioning issue

  1. #1
    Join Date
    Jul 2007
    Location
    Irmo, SC
    Posts
    96
    Thanks
    10
    Thanked 7 Times in 7 Posts

    Default Another IE positioning issue

    I dont know why, but I never can spot them.

    The navigation menu is the issue, in FF it floats the middle just fine but in all ie's its at the top.

    Code:
    .chromestyle ul   { background: repeat-x center; text-align: center; margin: 0; padding: 0px; width: 100%;vertical-align:middle }
    
    .chromestyle ul li { display: inline; }
    
    .chromestyle ul li a    { color: #FFFFFF; font-family: Arial; font-weight:bold; text-decoration: none; margin: 0; padding: 0px 15px 0 15px; font-size:14px; vertical-align:middle}
    
    .chromestyle ul li a:hover  { color: #BABABA; background: repeat-x center }
    Last edited by gpigate; 07-21-2009 at 08:35 PM.

  2. #2
    Join Date
    Jul 2007
    Location
    Irmo, SC
    Posts
    96
    Thanks
    10
    Thanked 7 Times in 7 Posts

    Default

    it takes me postting, to figure it out.... blasted hanging valigns ... i always try to fix it in too many places

Bookmarks

Posting Permissions

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