Skip to content Skip to sidebar Skip to footer

Div With Background Won't Show

Okay so this is what I'm printing:

Solution 1:

Maybe this will help out.

your css isn't placed right.

Take a look at the jsFiddle.

a:last-childdiv {
    margin-right: 0%;
}

http://jsfiddle.net/4fuzm/

Updated Code The below code works when there is no text.

http://jsfiddle.net/4fuzm/2/

Post a Comment for "Div With Background Won't Show"