S
SlowRyde
http://daytona2005.fljaycees.org
Can anyone tell me why the menu causes a horizontal scroll bar? (IE,
Mozilla and Opera) Here is the relevant CSS:
=====
body {background-color:white;
margin: 0px 0px 0px 0px;
color:navy;
font-family:Arial, Helvetica, Sans-Serif;}
#navcontainer ul{padding:5px;
margin:0;
list-style-type:none;
background-color:indigo;
width:100%;
fontblique 110% arial, helvetica, sans-serif;
text-align:center;}
li {display:inline;}
li a {text-decoration:none;
background-color:#7733ff;
color:white;
padding: .1em .3em;}
li a:hover{background-color:indigo;
color:white;}
=====
The list items (and links) are in a side include, but the results are
the same when included in the page(s)
Thanks for any insights
Can anyone tell me why the menu causes a horizontal scroll bar? (IE,
Mozilla and Opera) Here is the relevant CSS:
=====
body {background-color:white;
margin: 0px 0px 0px 0px;
color:navy;
font-family:Arial, Helvetica, Sans-Serif;}
#navcontainer ul{padding:5px;
margin:0;
list-style-type:none;
background-color:indigo;
width:100%;
fontblique 110% arial, helvetica, sans-serif;
text-align:center;}
li {display:inline;}
li a {text-decoration:none;
background-color:#7733ff;
color:white;
padding: .1em .3em;}
li a:hover{background-color:indigo;
color:white;}
=====
The list items (and links) are in a side include, but the results are
the same when included in the page(s)
Thanks for any insights