Announcement

Collapse
No announcement yet.

CSS Vertical align

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CSS Vertical align

    My site (using Chrome) seems to have the text vertically aligned to middle but in IE it renders as expected.

    I have tried to add 'vertical-align:top' to several of the sections without success. Can anyone offer more other advice.

    http://www.cfmscotland.com/acatalog/Books.html

    #2
    the content is also pushed down the page within firefox.

    I don't think vertical align is your problem, it looks like something is pushing the content down.

    Having a quick look (using the CSS tools in the firefox web developer toolbar ), it looks like it's this declaration that's pushing your content downwards:

    Code:
    .page_header_terms_cart_login_container (line 1)
    
    {
    
    float: right;
    
    text-align: right;
    
    height: 200px;
    
    }
    Hope this points you in the right direction.

    Comment


      #3
      You're a star!

      Thanks,

      J

      Comment


        #4
        Originally posted by IanSaunders View Post
        Hope this points you in the right direction.
        Spot on from what I can see. Reduce the height and it should all fit into place.

        Army Gore-tex
        Winter Climbing Mitts
        webD's Blog: Website design, SEO and other ramblings…
        Twitter LinkedIN

        If you think a post is good, rate it!

        Find the answers in the Knowledge Base | Have you read the User Guides

        Comment

        Working...
        X