Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Div is over the text Re: Div is over the text

#66849
AshtonSanders
Participant

Sure man,

Your problem is:

Code:
.dealhead a {
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.