[WEB4LIB] Borders in CSS
Chris Gray
cpgray at library.uwaterloo.ca
Thu Aug 8 13:59:44 EDT 2002
The snippet you give looks OK and works fine in both Mozilla and IE in a
simple context. There must be something else causing the problem.
Chris Gray
Systems Analyst
University of Waterloo Library
On Thu, 8 Aug 2002, Drew, Bill wrote:
> I have my positioning worked out pretty well for my test page. I would like
> to get borders and background colors to display but can't seem to get them
> to work in any browser.
>
> In my style sheet I have the following for the navigation stuff at the top:
>
>
> .Navigation {
> position:relative;
> top: auto;
> left:auto;
> align: center;
> width: auto;
> height: auto;
> font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
> line-height : 110%;/*line-height set to 110% in order to*/
> text-align: center;
> background-color: #00FF00;
> border-color: #FF6633;
> border-style: groove;
> border-width: 2px;
>
> What am I doing wrong?
>
> Bill Drew
>
More information about the Web4lib
mailing list