Text Positioning Problem (Vertical align)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ilya Kraft
    New Member
    • Jan 2011
    • 134

    #16
    Ohhh.... And By the way, Text is now where I want it, but it is still same in Chrome and I guess safari (as both are similar a bit), Shall I apply v-align to make it work in chrome? Or is it something different?

    Thnx

    Comment

    • Dormilich
      Recognized Expert Expert
      • Aug 2008
      • 8694

      #17
      change the line-height of the <span>s to 25px (currently set at 14px)

      Comment

      • ilya Kraft
        New Member
        • Jan 2011
        • 134

        #18
        I did, but this cut's off the image > http://inelmo.com

        Code:
        .pulse_vote_buttons {line-height:25px;}
        
        .pulse_result_format {line-height:25px;}

        Comment

        • Dormilich
          Recognized Expert Expert
          • Aug 2008
          • 8694

          #19
          the spans are still too small. may be due to the height of the non-floated ancestor div.

          Comment

          • ilya Kraft
            New Member
            • Jan 2011
            • 134

            #20
            Changed

            Code:
            .pulse_votes_container thumb1 {float:left;}
            also tried setting line-height of spans to bigger (30px;) this cut's of more image.

            I checked it in mozzila firefox, it look alright there but not in chrome.
            Last edited by ilya Kraft; Jul 25 '11, 03:38 PM. Reason: I checked it in mozzila firefox, it look alright there but not in chrome.

            Comment

            Working...