Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
516 views
6
votes
1answer
1k views

Webkit ignores vertical-align for inline-blocks containing line-boxes

When Webkit (Safari, Chrome) encounters an inline-block where... the line-height height is specified the content is rendered using multiple line-boxes ...the inline-block element ignores the ...
5
votes
2answers
1k views

jQuery/CSS: line-height of “normal” == ?px

I'm calling $("#foobar").css("line-height") and getting back "normal". How do I translate this to a pixel amount? Is "normal" defined in the CSS spec or is it browser specific?
5
votes
1answer
439 views

HTML Strict increases line height

Why does XHTML 1.0 Strict display a line height as appearing larger than a line height of the same value in XHTML 1.0 Transitional? This therefore pushing down content within table cells (i.e Hotmail ...
5
votes
2answers
1k views

Baseline inconsistency in fonts between Firefox/Mac and Safari/Mac or Firefox/Win

Noticing a strange rendering anomaly in Firefox 3.5/3.6 (haven't tried other versions) in Mac OS X. Looking around, I've seen similar issues reported and addressed, but most were surrounding CSS ...
4
votes
3answers
1k views

JavaScript: Find DIV's line-height, not CSS property but actual line-height

Let's say I have a DIV: <div></div> and I want to find out with JS what its line-height is. I know one can check the style attribute style.lineHeight, but I want to check the actual ...
4
votes
2answers
1k views

Firefox line-height issue with input fields

I have realized the problem before but I guess it didn't matter as much then as it did now. What I discovered is that Firefox has a default line-height value of 1.2 for input fields which can not be ...
3
votes
4answers
140 views

Traditional leading and CSS line-height

CSS specification states that line-height should be applied to text by dividing the specified value by two and applying the result above and below a line of text. This varies significantly from the ...
3
votes
1answer
62 views

How to get a QTextBlock's offset relative to the current document layout?

Given a text block, is there a way to determine its offset relative to the coordinates (0, 0) of the current document layout? For example, suppose I have a QPlainTextEdit with the following contents: ...
3
votes
3answers
103 views

Looking for an idea how to measure line count

I want to take a text on a webpage and measure it's height in lines, regardless of any other parameter, so if I shrink the text width and get more lines, i will get the new line count. Any ideas how ...
3
votes
3answers
290 views

CSS: Empty inputs have a different line height to inputs with content?

This is not so much a specific problem for a certain site, just something that I seem to nortice in every project. If you take a look here. Click inside the input, the caret stretches to the height ...
3
votes
1answer
443 views

Firefox not respecting line-height

The problem may appear in other browsers too, I haven't checked yet. Sorry but this will take some amount of work on your part. Please bear with me. Open Firefox. You need the Firebug extension or ...
2
votes
2answers
44 views

Conflict between line-height and actual height when Italics are used

I have the following problem: I have a span element with line-height 18px and font-size 16px. This works great when the text inside is not italics; the span remains 18 pixels tall. The problem ...
2
votes
1answer
62 views

What's the ideal relationship between line-height, font-size, and paragraph margin?

For a long time I've noticed that adjusting line-height and adding some extra space between paragraphs both relative to the chosen font-size can make a huge impact on the readability of Web site ...
2
votes
2answers
53 views

How to create multiples of line-height in javascript?

I am still new to Javascript and JQuery. I have written a small function I run from document-ready. Its purpose is to set the height of a div as a multiple of line-heights: function ...
2
votes
1answer
139 views

Html anchor height issue with unitless line heights

Trying to conform to unitless line heights I have a problem with overflow: auto and anchor elements. Consider the following simple page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
2
votes
0answers
100 views

How to increase line height in NetBeans 7?

I found a hack how to increase it in 6.9, but it does not work in NetBeans 7. Is there any way to increase the space between the lines in ver. 7? Please help, googled it too - no info about it :/
2
votes
3answers
424 views

Adjusting line-height of label elements in HTML forms

I have a form with a wrapping <label> element, but the space between the <label>'s two lines is too big and I can't seem to adjust the line-height of the <label>. Here is an ...
2
votes
1answer
227 views

align block elements on top when using line-height

If I give a line-height to a block element like h1 it adds the space above and below the each text line, that means the element does not begin on the same top position. What if I just want a spacing ...
2
votes
2answers
83 views

How to fix this kind of problem?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta ...
1
vote
3answers
27 views

CSS overwrites only some values

I have this CSS declaration: .columns { width: 950px; font-family: verdana, arial; font-weight: normal; font-size: 13px; line-height: 21px; text-align: justify; color: ...
1
vote
1answer
93 views

Finding/setting css line-height defaults

One strange thing I've noticed when trying to normalize my css across browsers is that default line-height properties for h-elements and other major tag types are different across browsers like Chrome ...
1
vote
1answer
73 views

Buttons with equal line-height in ALL browsers

I've been searching for answers, but unfortunately still havn't found one the right one.. I'm creating buttons using images and the button itself looks good in ALL browsers.. The thing is though ...
1
vote
1answer
106 views

CSS: 62.5% reset not working for line-height only

I'm using a reset so that ems will be 10x normal pixel sizes. This is working fine for everything EXCEPT line-height. I want to have a h2 line-height of 24px (under normal text sizing) but declaring ...
1
vote
1answer
91 views

Set line height in Html <p> to make the html looks like a office word when <p> has different font sizes

How to set the line height in ONE html tag <p>, when this <p> have two different font sizes? If I set the <p style="line-height:120%"> .... </p>, then the whole <p> will ...
1
vote
1answer
147 views

CSS font-size & <img> tag

Problem with font-size (line-height) affecting <img ... > elements (at least in webkit / safari) It seems that extra space is applied under elements according to the font-size / line-height ...
1
vote
2answers
272 views

Different line-height on iphone using font-face

To vertically center my text in a box I use the same line-height as the height of the box. It works perfect on the iphone for system fonts. But when I use @font-face I have to ad at least 3px to the ...
1
vote
3answers
518 views

CSS line-height issue across browsers

I have some button controls with CSS line-height: 18px. Some are input controls type="button", and others are anchors stylized to appear as buttons like the input controls. In FF3.6.12/IE8 they are ...
1
vote
1answer
254 views

Problem with line-height in Webkit (partially unclickable links)

Here is HTML code: <div class="row"> <span class="item"><a href="#">A</a></span> <span class="item"><a href="#">B</a></span> <span ...
1
vote
1answer
201 views

HTML CSS Unicode “entity” different line height than standard font?

I have this code: <button class='arrow month'>&#x25C2;</button> <button name='nv' value='2011' class='month selected'>2011</button> <button class='arrow ...
1
vote
2answers
291 views

Text rendering between OS X and Windows throwing off my padding?

Hey folks, I'm attempting to style a client's article h1's with a simple background color and padding. I need the text to be centered vertically and horizontally within the padding, but I'm finding ...
1
vote
0answers
256 views

IE and mobile safari cut off text.. possibly a line height issue?

I've got a page that displays properly (and beautifully) in Chrome, Safari, Firefox, and Opera, but very slightly reformats in Internet Explorer and iPhone's mobile version of Safari. Specifically, ...
1
vote
2answers
340 views

Incorrect height calculation when CSS property line-height is set

I need to exactly set the height of a parent ul element dependent on the included li's. But as soon as I have a line-height CSS property with fractional digits the whole calculation isn't correct ...
1
vote
3answers
5k views

How to set PDF paragraph or font line-height with iTextSharp?

How can I change the line-height of a PDF font or paragraph using iTextSharp?
0
votes
1answer
38 views

Line-height not working in Outlook 2010 for HTML Email

Outlook 2010/ Outlook 2007 does not appear to be honoring line-height whatsoever in my HTML Email. (It works perfectly in Outlook 00 and Outlook 03) I've been doing some extensive googling - and HTML ...
0
votes
3answers
83 views

Remove white space from image

please take a look at this fiddle : http://jsfiddle.net/cX47v/1 I am simply trying to preserve the effect that you see, but i want to remove the white space below the image. I know about ...
0
votes
4answers
16 views

CSS to reduce spacing in list item with wrapped text

I made this fiddle to show my problem. I have a list and I need to set a negative margin to overlap the list items. The issue comes when the text is so long that it wraps itself and I can't see how ...
0
votes
0answers
40 views

Line-height in JLabel doesn't work

I am trying to set the line height in my JLabel but it doesn't work : Here is the text I am setting : <html> <body> <p style="padding:20; line-height:150%;"><b><font ...
0
votes
1answer
17 views

Extra pixels being added to my line-height

Very simple. A <div> with one word of text at 16px with line-height of 1. Somehow, Chrome and Firefox add an extra pixel of space above the text and the bottom of the text bleeds out of the ...
0
votes
0answers
68 views

Firefox, Safari and the line-height issue

There seems to be a slight difference in how Safari renders a page compared to Firefox - it seems that the line heights differ by default. Now when i set them, it seems that there is still one pixel ...
0
votes
2answers
45 views

How to style a Javascript snippet

I want to embed this Javascript snippet (webform from AWeber) into my website: <script type="text/javascript" src="http://forms.aweber.com/form/49/522310949.js"></script> My site uses the ...
0
votes
1answer
34 views

HTML line-height unwanted gaps

Line-height causes gaps between images and other elements but changing its value to 0 makes any text impossible to read, is there any easy fix for that? Imagine some repeatable DOM element like a ...
0
votes
2answers
64 views

webkit vs firefox height of text

I have quite large text (font size 28) I'm trying to align vertically in a fixed-height container. I'm doing this by eye and just setting a margin-top so that it gets to the right spot. However, ...
0
votes
1answer
66 views

Why isn't the css property 'line-height' not letting me make really tight line-spaces but works fine for wide ones in chrome?

I have a paragraph tag that I defined elsewhere with a line height of 15px, and I have another paragraph tag further down the page where I want to make the line height around 10px. Funny thing is, it ...
0
votes
1answer
57 views

Problem with line height in FF5

I'm currently developing a site ( http://landscaping.jvsoftware.com/ ) but I'm having some strange problems in FF5 with the line heights, it just looks a bit bigger (like 0.1ems) in comparison to any ...
0
votes
2answers
416 views

CSS line-height problem in Firefox 5

I'm running into a vertical positioning problem with a couple of elements on a page in Firefox 5. When I set a line-height on a piece of text, and give it an equal height, it doesn't center vertically ...
0
votes
1answer
88 views

css heading tags “standards”?

I'm looking for a way to standardize my h1, h2, h3, etc tags after I apply a css reset, I know this mostly depends on the design but I remember seeing in a site that there was some sort of "golden ...
0
votes
1answer
168 views

CSS Line Height and Padding

I have a box that is 300px wide and 30px high. I have text that waps and goes onto the next line. The first line of text is valigned close to the center. But the broken second line is still shown ...
0
votes
1answer
276 views

How to calculate height of html string?

I want to display html text on a label(TTStyleLabel). I am receieving text in form of html. How do I calculate height of html string?
0
votes
0answers
38 views

float + overflow:hidden hides, but still uses the content's height for its displayed height in OP11/GC11

http://www.lijji.com/pixel_art.php I made some floating blocks to adjust automatically with the width of the browser, but the content of my description boxes doesn't display properly. with float: ...

1 2