Borders in CSS
Drew, Bill
drewwe at MORRISVILLE.EDU
Thu Aug 8 12:31:47 EDT 2002
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