hello,

trying to get my portfolio site presentable. just made some changes to my
stylesheet and lost a 1px repeating background image in ie. renders fine in
ff. notice the missing drop shadow on the right side of the middle box.

www.mcmonagle.biz/gildeas2.htm


here is the div that contains the bg image.
something with the margins and padding in ie...


* html #content{width:750px;
  background-image: url(../bodyback.gif);
  background-repeat:repeat-y; }



#content
        { background-image: url(../bodyback.gif); background-repeat:repeat-y;
        /*\*/
        position: absolute;
        /* Exclude abs positioning for Mac IE5 */
padding: 25px 25px 0 25px;
        width: 706px;
        /*\*/
        top: 115px;
        bottom: 55px;
        left: 40%; height: 600px;
        margin: 0;
        margin-left: -240px;

        /* Exclude all previous props for Mac IE5 */
        /*\*/ overflow: hidden; /* no neetd for Mac IE5 to see this */
        }


got the code from frames w/o frames site and its become a bit messy as ive
been editing it, changing ems to pixels and so on. any help would be
appreciated.

thanks
kvnmcwebn


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to