The CSS `line-height` property determines how much vertical space to allow for text to be drawn, the text will always be centred within the `line-height`.

learn more… | top users | synonyms

0
votes
2answers
42 views

how to find real DIV height?

I have the following html structure: <div id="container"> <h1>This is an h1 element</h1> </div> When I try to find the height of the container in firefox or chrome div ...
0
votes
1answer
33 views

Line-height on nav in safari is different than every other browser

I have looked all over for a solution to this problem and nothing seems to work and I really don't want to use a hack if I can avoid it. When I set the line-height to vertically center my nav it's ...
2
votes
3answers
30 views

Weird result when animating line-height with jQuery

I have a table with four rows, whose line-height I want to animate with jQuery. I use the following code to shrink and hide the rows: $("table tr").animate({ 'line-height': 'hide' }, 5000); But ...
0
votes
0answers
9 views

google custom search line-height

I've got a question about my google custom search widget on http://luzlol.me. When I'm using a Mac the “tip” image inside the field is shown like normal, but when using windows or iOS the “tip” covers ...
0
votes
0answers
18 views

Why does Respond.js change my font and line-height?

I am using a Google web font on my website. When using IE 8 it looks just fine. As soon as I include respond.js to enable responsive design it will change my font to Arial and my line-height. Does ...
1
vote
1answer
46 views

why does this not vertically center?

html code: <div class="container"> <a class="ank"> <img src="http://www.w3schools.com/images/w3schoolslogoNEW310113.gif" /> </a> </div> css code: .ank { ...
0
votes
1answer
37 views

Smaller font size, but not line height

I have a code displayed on an HTML page with line numbering, like this (with float: left for numbers pre): <div> <pre> ...numbers... </pre> <pre> ...code lines... ...
0
votes
2answers
51 views

Dynamically setting line-height/keeping text vertically centered when parent div changes size in JavaScript

I'm trying to achieve the following in HTML/Javascript: have a coloured circle with a piece of text perfectly centred (both horizontally and vertically) within it; dynamically from JavaScript, be ...
0
votes
2answers
47 views

Vertical align and line-height in css

I have two probably easy CSS questions here: http://web288.merkur.ibone.ch/klingler/ How can I get the © Klingler Fahrzeugtechnik AG 2013 in the footer vertically aligned to the bottom? I tried ...
1
vote
1answer
469 views

IE10 line-height bug with display:inline-block; and overflow:hidden;

So, I've recently run in to a peculiar problem in IE10 (sigh). It appears that if you use display:inline-block; in conjunction with overflow:hidden; IE10 messes up your line-height. I tried fixing it ...
1
vote
1answer
65 views

regex get decimal value from a string e.g 1.4em

I have been scratching my head and searching around and i cannot seem to find another question quite like the problem i am having. i have a variable e.g: var style = ' font-size: 12px; line-height: ...
0
votes
1answer
65 views

CSS: Height of span and li won't match

http://goldencraft.co/stackoverflow-test/ HTML: <ul class="list"> <li><a href="#">item 1</a></li> <li>item 2 <ul class="list"> <li>item 2 -> sub ...
0
votes
1answer
43 views

How to control line height between non block level elements with different font sizes?

I have a layout where I need to control the line height between wrapped non block level elements: <p class="payments"><small class="light">You Pay</small><abbr ...
1
vote
4answers
75 views

How to deal with line height adding padding at bottom of divs

I have a site where I have <div>s that expand to contain images and a title. What I have done so far is create a hierarchy like this: <div class="thumb"> <img src="image_url"/> ...
1
vote
1answer
51 views

Vertical & horizontal flow with line height on <small> tag

I'm sorting out my typography for a new website and have a strange occurrence with the <small> tag - it's throwing my line-height out. Everything else is fine (heading tags, paragraph etc) but ...
0
votes
2answers
45 views

Padding vs. line-height in styling anchor

are there any rules/advice when to use padding-top/bottom instead of fixed height and vertical centering with line-height in css styling element ? What is better/more universal solution (from any ...
0
votes
2answers
70 views

CSS - make the left+right borders exact same height as the text

Take a look at the following code, which is a simplified version of a bigger problem I'm having: <!DOCTYPE html> <html> <head> <style type="text/css"> div ...
6
votes
2answers
68 views

When a relative line-height is inherited, it is not relative to the element's font-size. Why? And how do i make it relative?

I have a global reset that sets font-size and line-height to inherit for every element: * { font-size: inherit; line-height: iherit; } For html, i define them explicitly: html { ...
0
votes
2answers
68 views

Div height is incorrect when font size, family and line-height are supplied

I am trying to set font size, family and line-height on a div. I then need to know the correct height of the div for some layout stuff. However, the height I am getting is wrong, and a scrollbar is ...
0
votes
1answer
68 views

Sync html element's text with Raphael paper.print()

I am trying to create editor which will create pixel perfect copy of text by using paths. To create SVG paths I use Raphael.js print method. The problem is I can't understand how to setup print ...
2
votes
3answers
216 views

Changing line-height in a textarea causes a vertical scrollbar in IE9 an IE10

I have a textarea that needs to be able to be sized using the Rows attribute. I also want to be able to adjust the line-height of the text within the textarea. However, this causes a scrollbar in IE9 ...
0
votes
1answer
533 views

Outlook line-height ignored html mail

I created a short and simple HTML email for a newsletter. Everything displays perfectly on gmail and hotmail. However on Outlook there's some space between the images. Checking with firebug I can see ...
2
votes
1answer
74 views

consistent text-height using css

In a big testsuite I'm testing how layout is interpreted in detail and have found that Google Chrome on Mac and Linux calculates the size of the text area differently, see this jsfiddle: ...
1
vote
0answers
141 views

Titillium Web Font applied to Select element

I have to use Titillium Web font for a Select element inside a web-page, and I have also to use specific font-size and font-weight values. the problem is, with the specified values, the text inside ...
2
votes
2answers
81 views

The browser seems to have a minimum line-height on this block that contains text. Why?

I expect that I could set the line-height of a block element to zero, and each line box inside that element would then be aligned based only on the line-heights of its content. However, when I try to ...
1
vote
1answer
29 views

Changing the properties of a degrading font

was wondering if this was possible.. Different Webfonts have different line heights which can change the dynamic of a webpage if your initial choice isn't present in the users browser. Is there a way ...
2
votes
1answer
27 views

How can I make the line-height of equations in MediaWiki equal to that of normal text (to make it flow)?

I'd like to utilise MediaWiki for notetaking with the Math extension to show equations, but the equations disrupt the uniform line-height when nested inside paragraphs. Is there any way to make it ...
0
votes
0answers
117 views

Setting line-height equal to font-size causes line height to increase radically

I was under the impression that line height would be slightly larger than font-size(about 20%). What I am seeing instead is that I have to set line height below that of font size to get a reasonable ...
1
vote
1answer
94 views

line height rendering with google font

I have a line height issue regarding a google font, specifically josefin sans. In MAC Os the line-height is greater than in Windows OS, is there any fix for this, I need them to be the same because Im ...
1
vote
2answers
122 views

Wrong rendering of inherited line-height

I have SPAN wrapped into another SPAN: <span id="outer"> <span id="inner"> Some long text </span> </span> And CSS: #outer { font-size: 20px; font-family: ...
0
votes
1answer
31 views

How to write into a span without any padding?

Maybe this question has been already answer but i want to have a span which contains only one big letter with : font-size : 300px; but i can't erase the top and bottom margin I can't post my ...
0
votes
3answers
59 views

Always same line-height?

Is there any solution that the height between two lines are always the same? I mean that text with font size 14px and font size 19px have the same distance. In the attachted picture you can see an ...
0
votes
2answers
68 views

Inline image affecting line-height

I have a div and I am adding an image in-line, the problem is when the image is bigger than the line-height it just increases the line-height instead of having the image go over the text. Here is my ...
0
votes
1answer
362 views

HTML to iTextSharp line-height conversion

I'm creating a PDF using iTextSharp for check-printing purposes. My issue is that I cannot get the name/address to print on the check where the little window is on the envelope for the check. The ...
0
votes
1answer
234 views

Cross-browser fix for screwed up line-height in IE8

Check out the "Signs of Hope" hero text in IE8: [removed] Do I have to hack away at a conditional stylesheet, or is there a better, IE8-compatible way to do this typography?
1
vote
1answer
366 views

Responsive Web Typography (for line-height calculation in ems) Code Explanation Needed

Thank you in advance for your assistance. I am attempting to understand the CSS calculation process that went into the following CSS stylings. The code comes from a responsive Wordpress theme, and I ...
3
votes
2answers
81 views

Font positioning error relating to either font-size or font encoding

I've run into a problem where the glyphs are positioned as I expect when I specify line height:1 UNTIL the font-size became greater than 255px. Set the font-size to 256 and bam, the glyphs change ...
0
votes
1answer
73 views

CSS: line-height renders differently when applying two CSS styles inline Vs internal

I have the following problem: I developped a tool that extracts styles from the HTML tags and put them into the header (i.e. it makes inline CSS internal). It seems however that line-height renders ...
1
vote
1answer
54 views

line height for % height

When I want to center text vertically in div, add line-height for example; <div class="text"> Text </div> .text{ height:50px; line-height:50px; } But if height:5%, how to give ...
0
votes
0answers
35 views

&bull @ hover state

I have a problem with &bull characters as links in different, consecutive lines. When set in large font-size (e.g. 40px) and 0 line-height (so as to diminish their distance), their hover state ...
0
votes
2answers
330 views

vertical-align:middle for text in button

I have this layout: My CSS: body{background: #e2eaed;} a{ text-decoration: none; color: #fff; font-size: 30px; height: 62px; line-height: 62px; /* vertical-align: ...
2
votes
1answer
51 views

Why is the height of a <p> or <h> not a multiple of the line-height CSS property?

I am trying to make a lined paper effect for my personal blog, but I have run into a snag getting each line to render on one of the actual lines on the paper. Everything starts out just right, but ...
0
votes
1answer
149 views

line-height vs. font-size/line-height

If in a font-size: CSS attribute you encounter font-size: 14px/19px, that's the same thing as saying font-size: 14px; line-height: 19px, isn't it? If so then why aren't the following two paragraph ...
1
vote
1answer
707 views

css line-height rendering differently in IE, Safari and Chrome

Pre word: initially I kept in mind only Windows, but after a while testing on Mac Air, realized it is even worse there. Though in real code it is not such a hassle, although there is some ...
2
votes
0answers
87 views

List Items Vertical Align no working for IE 7 8 or 9

I did some research and tried some methods but nothing seems to work for IE. I have a Vertical List Style Menu. Example would be <ul class="menuleft"> <li><a href="index.php" ...
0
votes
2answers
434 views

Can line-height Attribute Inherit Parent Div's Height Property Or Access Height Property Of The Div To Which It Belongs?

I have a div with height 50px that contains a child div. The height of the child div is inherited from the parent by using the css attribute/value pair: height: 100%. <div style="height: ...
0
votes
1answer
210 views

LineHeight in EGOTextView

Im employing EGOTextView to do rich text editing. But the lineHeight of the EGOTextView appears a little smaller than in the UITextView, which are set the same font. I have tried to set the ...
1
vote
3answers
156 views

How can I dynamically assign css line-height to nested objects using jQuery?

I'm developing a horizontal family tree. Current Step - Assigning CSS Line-Height to vertically center each item based on nested content. Problem - The nested item's Line-Height value grows ...
0
votes
3answers
139 views

Setting different line heights depending on the font

I'd like to set different line-height for different fonts from a list fall-back fonts. For example: body { font-family: "Small x-height font", "Larger x-height font", sans-serif; } When the ...
1
vote
2answers
212 views

Wrapped Text Background Overlapping other text on different line

I'm having a problem with line-height + text background styling with css. <style> .wrap { width: 70%; line-height:0.9; } .hl { background-color: orange; } </style> ...

1 2 3 4