Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

97
votes
7answers
18k views

When to use margin vs padding in CSS

When writing CSS, is there a particular rule or guideline that should be used in deciding when to use margin and when to use padding?
37
votes
4answers
8k views

Difference between a View's Padding and Margin

What is the difference between a View's Margin and Padding?
18
votes
3answers
29k views

Set margins in a LinearLayout programmatically

I'm trying to use Java (not XML) to create a LinearLayout with buttons that fill the screen, and have margins. Here is code that works without margins: LinearLayout buttonsView = new ...
16
votes
4answers
6k views

WPF: Grid with column/row margin/padding?

Is it easily possible to specify a margin and/or padding for rows or columns in a WPF Grid? I could of course add extra columns to space things out, but this seems like a job for padding/margins (it ...
11
votes
3answers
4k views

Margin on child element moves parent element

I have a div (parent) that contains another div (child). Parent is the first element in body with no particular CSS style. When I set .child { margin-top: 10px; } The end result is that top of ...
10
votes
5answers
24k views

Why can't I center with margin: 0 auto?

I have a #header div that is 100% width and within that div I have an unordered list. I have applied 'margin: 0 auto' to the unordered list but it won't center it within the header div. Can anybody ...
10
votes
12answers
3k views

How to remember in CSS that margin is outside the border, and padding inside

I don't edit CSS very often, and almost every time I need to go and google the CSS box model to check whether padding is inside the border and margin outside, or vice versa. (Just checked again and ...
9
votes
7answers
1k views

Where do you put your CSS Margins?

When you want to add whitespace between HTML elements (using CSS), to which element do you attach it? I'm regularly in situations along these lines: <body> <h1>This is the ...
8
votes
8answers
4k views

CSS: Margin-top when parent's got no border

As you can see in this picture, I've got an orange div inside a green div with no top border. The orange div has a 30px top margin, but it's also pushing the green div down. Of course, adding a top ...
8
votes
2answers
5k views

Footnote spacing in LaTeX

I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space between the text and the start of the footnotes is too small. Is there a way to do ...
7
votes
4answers
249 views

How to remove TextView top margin?

I do have a problem with TextView. I don't want to have any margin/padding above it. <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" ...
7
votes
3answers
239 views

CSS: clean solution to the margin collapse issue when floating an element

Example HTML+CSS: <html> <body style="padding: 0; margin: 0;"> <div style="float: right;">first</div> <div style="margin-top: 2em;">second</div> ...
7
votes
3answers
3k views

WPF equivalent of margin-top?

How do you do the equivalent of css's margin-top in WPF? I have an image which I want to add a margin on the top, but all I can seem to get to work is margin, which effects each side of the image.
6
votes
7answers
241 views

How can I have a div at 73px and an iframe at 100% on the same page?

This should be easy, but I've spent a while trying to figure this out... I have a div that is 73px in height. I also have an Iframe that is suppose to stretch to the rest of the page but it overflows ...
6
votes
2answers
463 views

How to set margin for Vertical Scrollbar from the right edge in ListView?

For Android Platform: I need to put margin on right side of the vertical scrollbar in listview (it is customized). Please see the attached image. Default scrollbar sticks to the extream right side of ...
6
votes
6answers
704 views

CSS Negative Margin

Are negative margins in CSS a good/bad practice? Will using them cause confusion/development issues?
6
votes
7answers
3k views

CSS: Chrome and Safari seem to 'add' border to width, while IE, Firefox & Opera don't

Hey guys, I'm trying to achieve cross-browser consistency for my website, but I have been trying all day now and its driving me nuts (0.38 am here in Europe now..). It's about this page: ...
6
votes
7answers
7k views

IE8 - Container with margin-top: 10px has no margin

EDIT: This happens only in IE8, it works fine in IE7, Firefox, Opera etc First of all, here is a picture I have made in photoshop to demonstrate my problem: http://richardknop.com/pict.jpg Now you ...
6
votes
5answers
2k views

Setting Margin Properties in code

MyControl.Margin.Left = 10; Error: Cannot modify the return value of 'System.Windows.FrameworkElement.Margin' because it is not a variable
5
votes
3answers
86 views

is there anyway to have just right or just left horzontal space using ckeditor

I am using ckeditor and i have a number of pictures in my content. One issue i see is that you have the ability to add horizontal or vertical space around a picture but you can't just set a right or ...
5
votes
1answer
3k views

margin:0 auto; not working

In this example the image is not centered. Why? My browser is Google Chrome v10 on windows 7, not IE.
5
votes
2answers
15k views

How to set margin of ImageView using code, not xml

I want to add an unknown number of ImageView views to my layout with margin. In xml, I can use layout_margin like this: <ImageView android:layout_margin="5dip" android:src="@drawable/image" /> ...
5
votes
3answers
2k views

margin-top in a nested div

I have a problem with the margin-top in a nested div, when I try apply margin-top in a nested div the margin is applicated to parent div, any idea ?
5
votes
5answers
639 views

what's the difference between padding and margin?

In W3 CSS and also in XUL/CSS? (not between CSS and XUL/CSS).
5
votes
1answer
1k views

Why would margin not be contained by parent element?

When an element with a margin is contained within another element, the parent does not consistently wrap that margin. Many things will cause the parent to wrap the child's margin: border:solid; ...
5
votes
6answers
263 views

CSS - Margins a bad thing?

I've noticed that some browsers have trouble with margins, especially when an element is floated. For example, this website I'm doing looks fine in Firefox, but IE7 screws up the margins completely it ...
5
votes
1answer
936 views

Window.Margin & Window.Padding don't work

I am setting peroperty Margin and Padding of a window and it doesn't take effect: Here is an example: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
5
votes
6answers
14k views

CSS Cell Margin

In my HTML document, I have a table with two columns and multiple rows. How can I increase the space in between the first and second column with css? I've tried applying "margin-right: 10px;" to each ...
5
votes
2answers
6k views

What is the .NET Control.Margin property for?

i assumed that the C# margin property had a meaning like in CSS - the spacing around the outside of the control. But Margin values seem to be ignored to matter what values i enter. Then i read on the ...
4
votes
1answer
283 views

AS3 TextField setting top margin of text because some chars are cutted out

I am trying to figure out why some letters (like the norwegian Ã… (Å)) are cutted out in the middle of the top "o": My code is this: var titleFormat:TextFormat = new TextFormat(); ...
4
votes
1answer
234 views

Trying to understand margins in LinearLayout inside a ScrollView

I need to have a LinearLayout inside a SrollView and that LinearLayout must have a margin from the ScrollView. At first, the only way I could think of to solve that issue was having a LinearLayout ...
4
votes
4answers
109 views

The confusion about * {margin:0; padding:0;}

In some articles that I've read, the use of * {margin:0; padding:0;} is discouraged as it would affect the web site's performance. So I turned to a reset.css stylesheet. But I'm wondering, how does ...
4
votes
4answers
200 views

Margins and negative margins

I've always thought I understood margins and negative margins but apparently I don't! I've just started a new design and running into problems already. I have a div (hill3Cont) and another div ...
4
votes
2answers
674 views

How to add margin between radiobutton ant it's drawable?

This my current layout: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/scrollview" ...
4
votes
1answer
429 views

Why does margin override marginLeft in Android (same with radius, etc)?

This makes no sense to me, coming from CSS. In CSS, if you specify a margin and then margin-left, the left margin will assume the more granular value. In Android, it is the opposite. Same goes for ...
4
votes
3answers
868 views

How do I increase the spacing of the line number margin in vim?

I have a problem with my colorscheme in vim: The line numbers are too close to the code. How I can increase the width of the line numbers' right margin?
4
votes
3answers
473 views

For what reason margin collapse rules were introduced in CSS?

Just can't figure out the situation when this clever set of rules can be helpful. They break the simplicity of the box model and provide infinite source of troubles when you combine different pieces ...
4
votes
3answers
16k views

How to disable indentation of LaTeX list items?

By default the "enumerate" environment is indented with respect to the current environment. How can I disable this indentation so that an enumerate environment of three items would produce the same ...
4
votes
2answers
666 views

Simple But Annoying Problem: Can't add top margin to footer that uses clear:both

I can't add top margin to footer that uses clear:both. Using padding seem to solve the problem. But it ruins the top solid border of the footer. index.php: <!DOCTYPE html PUBLIC "-//W3C//DTD ...
4
votes
4answers
3k views

IE7 : an excessive margin in form for textarea

I am trying to deal with an IE7 bug in my application. Here is the HTML/CSS code <div style="margin-left: 320px"> <form method="post" action=""><fieldset> <textarea ...
3
votes
1answer
36 views

Adjusting the margin-top of a div inside of a container div pushes both the inner div and container div down from body

I feel like this must be an issue of me doing something silly, but I can't figure it out. Here's a demo page showing my problem. The source of the page: <html> <head> ...
3
votes
3answers
58 views

Unwanted margin when setting background on HTML element in CSS

So it is fairly well known that you can add a background image to the HTML tag and the BODY tag to get a double background effect without adding extra div elements. I love that you can do this, but ...
3
votes
5answers
58 views

Margin auto nightmare

I'v tried every way I can think of, but for the life of me I can't figure our why the navigation menu won't center. I've tried text-align, margin-auto, block display... On both the parent and child. ...
3
votes
1answer
69 views

In Firefox table margins don't collapse

I made this fiddle to demonstrate the problem. Table margins don't collapse in Firefox, whereas they do in Chrome and IE. Firefox Chrome and IE Is there any workaround for this problem?
3
votes
2answers
76 views

Positioning listbox within a richtextbox

I have a richtextbox and inside I have a listbox. I would like the listbox to be positioned just underneath the caret and to move as the caret moves. How can I do this? Should I manipulate the first ...
3
votes
4answers
427 views

jQuery.css() - marginLeft vs. margin-left?

With jQuery.css() I've been told I can use the following two functions for the same results: $(".element").css("marginLeft") = "200px"; $(".element").css("margin-left") = "200px"; I've always used ...
3
votes
1answer
357 views

How are margins and padding used in FireMonkey?

Does anyone know how to use the Margin and Padding fields? Apparently they can be used in place of Anchors, since FM doesn't support Anchors. I've been playing around with them this morning but ...
3
votes
2answers
105 views

Overflow:hidden messing with margins in Chrome and Safari

I have set up some divs for my layout, a main div and a menu div. They look perfect in Firefox, but for some reason, Chrome and Safari get messed up. For some reason the width of the div gets ...
3
votes
3answers
344 views

CSS unwanted spacing between anchor-tag elements

I have this stylesheet: *{ padding: 0px; margin: 0px; } a{ background:yellow; } and this webpage: <a href="/blog/">Home</a> <a href="/about/">About</a> <a ...
3
votes
1answer
71 views

how do you workaround this inconsistency between IE, Firefox and Chrome

i have a background image on a webpage and i am placing an image in my body to line up over the image: here is my css: Background: body { font: 12px tahoma, Arial, Helvetica, sans-serif; ...

1 2 3 4 5 11