0
votes
1answer
30 views
Can’t get rid of margin beneath CSS sticky footer
I'm using the CSS Sticky Footer technique described here, and have it sort of working.
Problem is, in most of my pages it ads an extra 20px margin or padding at the very bottom, a …
1
vote
1answer
48 views
Get position of element by javascript
I've seen a dozen of script that can catch the x and y position of an element/object within the page. But i am always having trouble with catching the x and y when the webpage is u …
0
votes
3answers
25 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 re …
0
votes
3answers
46 views
CSS margin quirks - please help me understand
When using margin on the child element (h2) why does it give margin to the parent(#box) instead? If I change margin to padding it works as expected.
Did something change or am I mi …
0
votes
2answers
48 views
Floats and Margin Collapse
Hi,
so I'm having a hard time understanding the circumstances under which a float can have margins collapse through it and how that affects the position of the float. I've include …
0
votes
2answers
185 views
IE7 & IE8 Padding/margin problems
Hi, I've already posted this problem but i didn't manage to resolve the issue from the answers i received... Hopefully i will get lucky this time.
I've also include all the code e …
0
votes
3answers
26 views
How to insert a margin at the right and left of the page?
Hello people, I want to insert this margin, but I don't know why... I want it to be like Twitter or TwitPic
My CSS:
body {
margin: 40px;
margin-bottom: 50px;
…
0
votes
2answers
125 views
Where are the margins/padding set on a wpf ListView GridView?
I've got a WPF ListView/GridView spec'd in XAML. The first column uses a CellTemplate to specify icons and the others use DisplayMemberBinding to populate themselves. The icons c …
0
votes
1answer
58 views
Strange margin-behaviour with Sifr spans in link (screens)
I'm making a menu and it's supposed to look like picture nr 1 on this link.
However, at this moment, it looks like picture nr 2.
There's no logic in this behaviour, since all thr …
0
votes
1answer
73 views
verb/lstinline text flows out of the line margins without line break in Latex
The listings package supports line breaks inside lstlisting environment. But it doesn't produce automatic line breaks for lstinline environment. For example, in the following parag …
1
vote
1answer
66 views
vim left and right column highlight
I need to highlight anything beyond column 72 with a different background color. What's the best method? Something similar to a visible line margin that some editors do is also g …
0
votes
1answer
50 views
Getting around using Absolute Positioning
Hey all, I have a image I am absolutely positioning and it works perfect on firefox, but in a totally different spot on safari, Is there any other way to position it where I want(o …
2
votes
3answers
71 views
Page margins change in pdflatex
I use a style file that specifies page margins. I cannot understand the style file, but I guess it specifies bottom margins by using commands such as \vspace, \vskip, \vfil.
When …
1
vote
2answers
356 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 …
0
votes
2answers
72 views
css layout: margins and padding versus absolute positioning?
I'd like to get some feedback on using padding and margins for page layout versus absolute positioning. I realize that there are and will be scenarious where either or both are pre …
