On this site :http://www.semlogic.com/

there is some unwanted spacing on the right margin where my h2 is for
testimonials is. (between the header and top gray bar). I am not sure
where this is coming from. Can someone take a look and give me some
possible suggestions?

thanks!

the relevent CSS is:

#right
                {
                _margin-right: -132px;  /* must be 1 pixel less than width*/
                float: right;
                width: 133px;         /* must be same as right margin
on #middle*/
                position: relative;
                right: -2px;          /* line up */
                display: inline;      /* ie fix*/
        background-color:#DFDEDE;
                }

             * html#right
                {
                margin-left: -3px; 
                } /* 3 pixel jog*/

            #right h2
                {
                font-style: normal;
                font-weight: bold;
                color: #fff;
                font-size: 1em;
                font-family: arial, helvetica, sans-serif;
                background-color: #403f3e;
                width: 100%;
                text-align: center;
                padding: 5px 0 5px 0;
                margin: 0;
                }

-- 
::Bruce::
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to