Forums

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

Home Forums CSS My Resumé website – IE help please! Re: My Resumé website – IE help please!

#89344
bananablues
Participant

Add a top and right positioning value to the #subName, like so:

#subName {
margin: 0;
padding: 0;
position: absolute;
top: 70px; /* approx. */
right: 200px; /* approx. */
}

…that “should” work.