We have a few divs inside of each other.
(lhsblock) contains the entire left column
(mrabox) contains a set of information
(lhsbox) sits below mrabox and has a different background
(lhscat) sits inside of lhsbox and contains links
Code:
#lhsBlock {
padding:0 20px 0 10px;
width:130px;
float:left;
}
.mraBox {
padding: 13px 6px 6px 6px;
background-image: url(/lhs_cap.png);
background-repeat: no-repeat;
background-color: #ccc;
}
#lhsBox {
background-image:url(/lhs_bg.png);
background-repeat:repeat-x;
padding-top:8px;
min-height:600px;
height:auto !important;
height:600px;
.lhsCat {
background-image:url(/lhs_cat_bg.png);
background-repeat:no-repeat;
background-color:#fff;
padding: 4px 4px 4px 8px;
margin: 4px;
}
Sorry, I can post a url to the site. I came in on the project towards the end and there's probably some hacking that happened in the css. BUT, the site works perfect in every browser, every platform, EXCEPT if someone on a PC has their display settings set to 120dpi and is using a widescreen. Which may be a small amount of people (less than our Safari users). 
I'm still expected to look into the issue and see if I can find a fix. Even though I can't replicate the issue locally (which makes it extremely difficult).
Bookmarks