I'm new to the list and also new to CSS design.  I'm trying to go fully
table-less and I'm running into a little problem.  I have to rebuild a
table-based site in CSS.  I have a div that I want 100% but with a border
around it.  The problem is that when the border is in place it causes the
browser to be able scroll ever so slightly to the right.

Here is my CSS code.  I have 2 divs, one above and one below it.  The one
below it has the border.

#header
                {
                position:absolute;
                left:0px;
                top:0px;
                width: 100%;
                height: 72;
                background-color: #C90016;
                background-image: url(images/topbargreen.gif);
                }

#navbar
                {
                position:absolute;
                left:0px;
                top:72px;
                width: 100%;
                height: 25px;
                background-color: #C90016;
                background-image: url(images/97AD89.gif);
                border: 1px solid;
                }

I'd appreciate any help that anyone could offer.  I normally get the digest
so if you could just copy your responses to [EMAIL PROTECTED] I'd
appreciate it.

Thanks,

Joshua


______________________________________________________________________
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