Negative margin is used for positioning block level elements.

learn more… | top users | synonyms

0
votes
1answer
43 views

HTML Fluid layout with percentile margins

How do I get my yellow boxes layout in one line. Html (Updated - small boxes with the numbers must be inline): <table style='table-layout: fixed; border-collapse: collapse; width: 100%;'> ...
1
vote
1answer
44 views

IE9 negative top margin - floated and cleared child makes the element stuck

I've run into a strange problem in IE9, spent a lot of time tracking and reproducing it. So we have the following markup: <div class="container"> <div class="movable"> ...
1
vote
1answer
88 views

How can I use flying saucer to show an image that takes up the full top of a page?

I'm attempting to use flying saucer with itext 5 to create a pdf that contains text as well as some images that take up the entire top half of the page, including margins. Using css properties for ...
0
votes
1answer
50 views

Why the developers use negative margin when they float items?

Why to use negative margin if i float items? ul { {negative margin} } ul li { float:left; margin-right:10px; } I saw that somewhere but I don't remember. Can you explain it why they use negative ...
0
votes
2answers
41 views

Negative top margin will not work on child image

This is what I want the chicklet box to look like:![]1 For some reason I can not use negative margins to get the twitter image to go to the center of the box. Is there something wrong with my ...
0
votes
0answers
61 views

3 Column float, paragraph in one div positions relative to paragraph in other div

I have been working on a multi-part CSS assignment and have been stumped with one section in particular; a 3 column float (using negative margins.) The assignment is very specific on the order in ...
0
votes
1answer
64 views

Negative relative positioning firefox chrome compatibility

I can't figure out why the negative relative positioning in firefox and chrome are different. I'm also not really sure Flexbox is the latest and work. e.g. On firefox works wit: margin-right:-200px ...
1
vote
2answers
55 views

Using negative margins to make a block-level element sit outside it's content area

I need to make a block-level element sit outside it's content area. The content area has a margin round it of 10px; which means that (as expected) the items within sit with a 10px edge around them. I ...
-1
votes
3answers
262 views

CSS Using position relative+absolute or negative margin

I want to put a small div (50x50) on the center of another div (200x200). I got 2 ways to do it: Using position absolute and relative position:relative position:absolute top:75px; left:75px; or ...
1
vote
0answers
117 views

Negative margin on IE8

I have a list of products. Passing in the mouse over a product the box enlarges and you can see thumbnails of the other images of the product. I found a solution only with css: HTML: <div ...
0
votes
1answer
50 views

how can I position an element on top of a div witouth using negative margins?

how can I position an element on top of a div without using negative margins or padding? check the image to see what I'm trying to achieve: grey area is the div #content and blue is h1. I need the ...
0
votes
2answers
127 views

How to crop and align images next to each other?

On this grammar page there's a main 590px X 183px image at the top and 5 121px X 137px images at the bottom, aligned horizontally next to each other: The bottom images are a resized crop of the ...
0
votes
2answers
468 views

Weird margin differences between Chrome/Safari and Firefox

I recently designed a website (http://willryan.us/typefun01), mainly using Chrome while coding to test. I recently noticed that there are some weird things happening at the end of certain sections, ...
0
votes
1answer
189 views

draw line behind headline on transparent background

I want to draw a line to the left and right of a headline, like this: Normally I would do this by adding a border-top to the surrounding element and the following style for the headline. h2 { ...
0
votes
2answers
454 views

Negative margin-top css issue in IE9 [closed]

I have an issue in IE9 with CSS. The problem lies on several pages such as: http://viveirosalianca.w20labs.com/servicos But curiously on the login page is ok: ...
0
votes
1answer
113 views

Negative margin-right is not behaving correctly in chrome

Hi guys I'm trying to crop an image using another div. Margin -left,-top,-bottom work, but for some reason margin-right does not seem to be working for me on chrome. Any ideas what I should do? I've ...
0
votes
0answers
76 views

JQuery SlideToggle and Negative Top Margin Problems

I am using the slideToggle jQuery to open and close a div with optional inputs. The function works correctly, but as the div toggles open or close the top of the div moves. The div above uses rounded ...
1
vote
0answers
75 views

How to stop a <td> with a 100% width from overlapping the next <td>?

I'm trying to design a dummy website for me web design class. The left and right margins are elements with pictures as a background. For the life of me I cannot figure out how to set the that is ...
2
votes
4answers
104 views

the concept of negative margins - have i understood?

i read that negative margin-top and left takes the element and pushes it in this direction. On the other hand negative bottom and right margins draw the rest of the content over the element. ...
0
votes
1answer
55 views

Negative margin covering links underneath

I have two divs, neither floated, and the bottom one has a negative margin on top (pulling it upwards). That bottom div is ‘covering’ some of the links in the div underneath. I need links to work in ...
0
votes
1answer
96 views

negative margin layout shifts on small window size

Im experiancing a weird problem with my layout, it looks fine on full window but begins to shift to the right as i resize the window. The requirement is to have 3 full height columns 2 of which have ...
2
votes
1answer
269 views

Internet Explorer negative margin not working as expected

The guy who created the website for my church said there is no way to fix the issue and that we shouldn't worry about it. But I think he's wrong and I'm attempting to fix it myself. My coding ...
2
votes
4answers
461 views

Why does a negative bottom margin on an element decrease the height of parent of that element?

This might be due to margin collapsing and I know about margin collapsing, at least how it affects adjacent elements, but I don't understand how it works on nested elements when negative margins are ...
0
votes
2answers
340 views

Android - Multiple LinearLayouts positioning?

I am trying to create multiple linear layouts inside main LinearLayout. But i am having some trouble with margin. Here is my code and output: - public class CustomActivity extends Activity { private ...
1
vote
3answers
782 views

Background color on full-width child div

I´m trying to set a background color on a div that is stretched (using negative margins) to the full width of its outermost parent div. Here´s a simplified example: http://jsfiddle.net/U5dnd/ The ...
0
votes
0answers
260 views

Internet Explorer 8: Issue with Floated Element with Negative margin-top

I have 3 divs in a row, all floated:left. I try to set negative value for margin-top on the middle one and here is what is happening, only on Internet Explorer 8: The middle div moves up, but, if it ...
0
votes
0answers
122 views

Negative margin fail in IE8

Having a problem with negative margins. Works great in Firefox, Chrome, Safari, but not in IE8. Page has a sticky header with the nav, links in the nav jump (well, scroll, actually) to elsewhere on ...
0
votes
1answer
42 views

Image Positioning Changes in IE (All Versions) - Negative Margin Issue?

www.goo.gl/HDx9c You can see the difference here: http://img534.imageshack.us/img534/8269/screenshot20120813at557.png Any ideas? A negative margin is being used to pull the image "up" - I'm thinking ...
0
votes
3answers
41 views

Layout breaks when a block is “expanded” by increasing its padding & applying negative margin

Kind of hard to put into words, so here's the jsFiddle showing it. When hovering over one of the green blocks, I wanted its background to expand enough that it "touches" the contiguous rectangles (it ...
0
votes
3answers
228 views

my outer div background extends when using negative margins in the child div

Here is my stylesheet code #topwrapper { background: url(images/orangebg.jpg) repeat-x top; height: 502px; } #mainwrapper { background:url(images/bluebg.jpg) repeat; } #maincontent { ...
0
votes
1answer
87 views

How To Give Space Between THe EditText , Not Margin I want to set Padding in Android

I have to set padding between the EditText Feild, If I set padding it affects HintText not Field. So, How to set the padding,Margin effects but i don't want to use margin. Suggest me how to do it.
0
votes
1answer
84 views

CSS margin-left property doesn't exist?

I am trying to center something both horizontally and vertically on my page... I have seen several threads on stackoverflow of people experiencing the same issue, but I tried the solutions posted ...
1
vote
0answers
133 views

Scroll left into a negative margin area?

I have this development site here. It is a horizontally scrolling website with the left and right arrows to guide from panel to panel. The far left panel is a simple image that we currently have ...
1
vote
1answer
244 views

CSS right negative margins

please help me to solve a little problem with css margins. HTML: <body> <div id="wrapper"> <div id="content"></div> </div> </body> CSS: * { ...
2
votes
2answers
285 views

Negative Margin in Internet Explorer

I'm having a rather strange issue with a site I'm working on. It involves a "ribbon" navigation, with a folded corner on each end wrapping behind the container. On the left, the negative margin on the ...
0
votes
3answers
581 views

Negative top margin in Firefox moves elements to the right

When I apply a negative margin-top of -3px in a parent element, all the childs move to the right (in Firefox and IE8) but in Chrome looks perfectly fine (elements are centered). What can be causing ...
1
vote
3answers
1k views

Firefox displaying negative margin incorrectly

My layout is working correctly, but not in Firefox. I am using a negative margin to indent the top and the bottom of the green box behind the YouTube video. Here is how it should look: Here's how ...
1
vote
2answers
965 views

Issues with using a negative margin in background images to display bullets (IE6 and 7)

The subject here is the use of negative margins in bulleted lists to display an image in the gutter to the left of a title element: I found a Simplebits article which explains why this is a good ...
2
votes
4answers
181 views

Negative Left Margin issue and Mysterious 4px difference

I am scratching my head for quite a long time and finally decided to ask for help. Actually I have a simple form with two inputs (field + button) and I want to bring button over field while wrapping ...
2
votes
1answer
292 views

Negative margin “hovering” div goes under later elements

OK, so I have three <ul> tags that each have float: left; applied to them. The <li> tags have a :hover specification that causes them to increase in width and gain a negative margin equal ...
1
vote
3answers
309 views

Internet Explorer negative margin clipping div

EDIT: you can view the page here: http://websitem.gazi.edu.tr/test/index.html I'm trying to do the effect in the screenshot below: The first one is from Chrome. Firefox show the same. But Internet ...
8
votes
6answers
22k views

jQuery animate margin top

I have a script on jsfiddle: http://jsfiddle.net/kX7b6/ Nothing happens on hover On hover I want the green box to overlap the red box with a negative margin -50px. Nothing happens. The animation ...
2
votes
2answers
159 views

Is Using Negative Margin With Social Sharing Buttons (Counters) Okay?

I have created a JSFiddle of my case here: http://jsfiddle.net/gGCaX/ (Please take a look, so as to get some idea of what I am about to ask.) Now, coming to the point, Social Sharing buttons or ...
2
votes
1answer
329 views

css element margin for Firefox with Linux OS

I designed this website, and I have been unable to place an the element ( div#endinglogo ) in a way that renders properly for firefox / Linux operating system users. http://motivacionenlinea.com/ I ...
1
vote
1answer
111 views

Forcing a negative bottom margin on Flash

I have an .swf navigation carousel that is 650 pixels high, the bottom 200 pixels being reserved for the reflection of the carousel. The reflection is very subtle and is not considered important ...
0
votes
1answer
611 views

How do I fix a major margin issue programming in Chrome and Firefox?

After searching just about everywhere and validating my code a few times (and fixing the mistakes) I am at a loss as to what to do. I started programming this layout in firefox and everything looked ...
5
votes
1answer
1k views

Fixed inline-block div with negative margin-right and shifting float: what's special about -4px?

This is strange. I'm trying to have a fixed-width div next to a right-floated div, and I don't want to reorder the divs (because this is distributed theme). So I'm playing with negative margin-right ...
1
vote
1answer
2k views

IE8 negative margin issue

I have a layout issue in IE8 only where a negative margin does strange things. I have tried to use some of the fixes I have found in this forum, but to no avail. It is Friday night after all! The ...
4
votes
4answers
1k 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
3answers
4k views

Negative margins vs relative positioning

I've come across many layout techniques involving negative margins, such as this classic for sidebar positioning. It seems like these techniques could just as easily be applied with relative ...

1 2