Home › Forums › CSS › My Resumé website – IE help please! › Re: My Resumé website – IE help please!
October 20, 2011 at 8:59 am
#89344
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.