Back Home

Open Designs

Community. Driven.

    •  
      CommentAuthorjanpd24
    • CommentTimeJun 7th 2008 edited by janpd24 on the 07th June 2008 at 08:12:19 EDT
     
    I'm having a problem with this in IE.

    Why are the two table rows not lining up in IE? Is there any other way I can achieve this? I need the top and bottom halves of the images to line up so it looks like one button, and I also need a bit of padding around each button/table.

    That said, I'd like to achieve that without too much additional code.

    The current table code is as provided by my client, and it'll be nice if I could use that.
  1.  
    td a img {
    display:block;
    }
    •  
      CommentAuthorjanpd24
    • CommentTimeJun 7th 2008
     
    Thank you, Christopher!