Link to home
Start Free TrialLog in
Avatar of brightsusan
brightsusanFlag for United States of America

asked on

Issue with absolute position

my site: http://mkdirectorservices.com/Bridget-Shaw/

I cannot figure out why the <div> unitlogo is being cut off.  I tried putting it with the wrapper and with the header.  
ASKER CERTIFIED SOLUTION
Avatar of brightsusan
brightsusan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brightsusan

ASKER

I figured out the issue before someone posted
your CSS file is wrong.

Go to style.css, go to  section

#unitlogo{
      background: url(images/unit-logo.png) no-repeat;
      width: 273px;
      height: 334px;
      position:absolute;
     top: -28px;
      left: -27px;


remove the bold item and try.