Cole Kuryakin wrote:

ANYWAY ... I really don't know what's causing the problem ... pretty straight forward stuff that I recall accomplishing in other designs.

Nothing is straight forward in IE/win when 'position: absolute' is used
- especially next to floats.

I suggest you change to...

#bottom_nav {
position: static;
float: right;
margin: -150px 9px 0 0;
height: 196px;
width: 535px;
*width: 570px;
background: url(/resources/5661/assets/images_community/footer.jpg)
no-repeat 0 0;
}

...and see if that's close enough for comfort.
I don't have time to go through the stylesheet in details, so the above is a complete override.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to