Results 1 to 2 of 2

Thread: Help with Div allignment

  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Div allignment

    I've spent quite a bit of time trying to get these 2 issues resolved, but with no luck. Seems simple - but not for me.

    The first issue has a button in a text row that needs to be middle alligned.
    Second issue has a floating orange button over an image, but then the text under both of those images has a big space above it.

    Here's a screenshot of the problems.

    Here's the site with the problems.

    Any insight/solution would be fantastic!!!

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    For the first issue give the style:
    Code:
    vertical-align: middle;
    Then, the second issue has to do with the relative position of the red span.
    Jeremy | jfein.net

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
  •