Home › Forums › CSS › Div is over the text › Re: Div is over the text
November 20, 2009 at 8:02 pm
#66849
Participant
Sure man,
Your problem is:
Code:
.dealhead a {
color:#222222;
position:relative;
size:16px;
[b]top:-5px;[/b]
}
color:#222222;
position:relative;
size:16px;
[b]top:-5px;[/b]
}
You’re having your link move 5 pix up under the header div. I’d make your first div shorter, and increase the size of your text div.