Skip to content Skip to sidebar Skip to footer
Showing posts with the label Margin

Trouble Styling Li And Span - Margin / Padding / Positioning

I have my theme's pagination links set in a div within a div. Ideally, the pagination link div … Read more Trouble Styling Li And Span - Margin / Padding / Positioning

Margin Auto Goes To Negative Values

I have problem with margin: auto - vertical centering #something { width: 97%; height: 300… Read more Margin Auto Goes To Negative Values

Iframe Body Remove Space

My iframe a style of style='width:100%', and it almost covers the page width. But it leaves… Read more Iframe Body Remove Space

Why Doesn't Html Body Background-color Obey Margin?

According to w3, the margin of an element is transparent: I've built a very basic HTML page: D… Read more Why Doesn't Html Body Background-color Obey Margin?

Why There Is A Blank Line At The Top Of The Page?

I've just learning HTML/CSS for a few days and I'm having trouble with this: Why there is … Read more Why There Is A Blank Line At The Top Of The Page?

How To Get Rid Of Unwanted Space Between Tables?

I have a page with two large tables, one positioned above the other: http://www.sportsmogul.com/Enc… Read more How To Get Rid Of Unwanted Space Between Tables?

How Can I Center Something If I Don't Know Ahead Of Time What The Width Is?

I am trying to center a paragraph tag with some text in it within a div, but I can't seem to ce… Read more How Can I Center Something If I Don't Know Ahead Of Time What The Width Is?

What Does Margin Auto Mean?

I checked MDN to see what means to have an auto value for margin property and it says: 'auto is… Read more What Does Margin Auto Mean?

Website Left Aligned On Ipad

I'm having problems with margin: 0 auto with my iPad. The div aligns to the left, not the cente… Read more Website Left Aligned On Ipad

Html Blank I Want To Erase

I have a new problem that bugs me ... I am making a web page that I want to be fixed with no scroll… Read more Html Blank I Want To Erase

Div With Margin-left And Width:100% Overflowing On The Right Side

I have 2 nested div's that should be 100% wide. Unfortunately the inner div with the Textbox ov… Read more Div With Margin-left And Width:100% Overflowing On The Right Side

Why Does A Percentage Margin Cause A New Line?

a b c Solution 1: Unfortunately, the CSS2.1 spec doesn't appear to have a clear answer to this… Read more Why Does A Percentage Margin Cause A New Line?

Padding Of A Certain Percentage Of Screen Width

I have a main container div, and I'd like it to be margined from the top of the screen exactly,… Read more Padding Of A Certain Percentage Of Screen Width

Excessive Ul Margin In Chrome And Firefox

In my html, I have a generated ul element that hold li's with img's in them. I get a strang… Read more Excessive Ul Margin In Chrome And Firefox

Stop Text From Wrapping Around Image

I want to stop text from wrapping around image. Is there any way to do this without using margin? … Read more Stop Text From Wrapping Around Image

Internet Explorer Wrong Margin, Others Good

I got a tiny problem. First time I am doing a UL menu with an arrow poping on the right... without … Read more Internet Explorer Wrong Margin, Others Good

Firefox Body Margin Bug?

I have this simple example: Item Item Item It Solution 1: This is, without a doubt, a bug. The mar… Read more Firefox Body Margin Bug?

How Can I Remove Unwanted Left Margin/padding From Post Images?

I'm fairly new to the whole HTML and CSS thing, so apologies in advance for my cluelessness! I&… Read more How Can I Remove Unwanted Left Margin/padding From Post Images?