jovialnazgul
Dec 14th, 2009, 02:29 AM
id really like my links centered in my nav bar. they won't budge!
here's what it looks like:
http://img696.imageshack.us/img696/2641/problemt.jpg
html:
<body>
<div id="wrapper">
<div id="header">
</div>
<div id="navbg">
<div id="navtext">
<a href="http://www.freewebsitetemplates.com">Home</a>
<a href="http://www.freewebsitetemplates.com">About us</a>
<a href="http://www.freewebsitetemplates.com">Services</a>
<a class="lastchild" href="http://www.freewebsitetemplates.com">Contact us</a>
</div>
</div>
css:
}
#wrapper {
width: 778px;
margin: auto;
text-align: left;
}
#navbg {
width:760px;
background-image:url(images/nav.gif);
background-repeat:no-repeat;
margin-left:20px;
display:inline;
float:left;
}
#navtext {
margin-left:200px;
display:inline;
text-align:center;
}
#navtext a {
font-size:18px;
font-style:italic;
color:#260403;
font-family:Georgia, "Times New Roman", Times, serif;
margin: 12px 0px 10px 0px;
padding: 0px 20px 0px 20px;
display:inline;
float:left;
border-right-width: 2px;
border-right-style: inset;
border-right-color: #76644f;
}
#nav a:hover {
color:#862e06;
text-decoration:none;
}
.lastchild {
border-right: none 0px !important;
}
thanks in advance for your help- i swear ive tried everything!
here's what it looks like:
http://img696.imageshack.us/img696/2641/problemt.jpg
html:
<body>
<div id="wrapper">
<div id="header">
</div>
<div id="navbg">
<div id="navtext">
<a href="http://www.freewebsitetemplates.com">Home</a>
<a href="http://www.freewebsitetemplates.com">About us</a>
<a href="http://www.freewebsitetemplates.com">Services</a>
<a class="lastchild" href="http://www.freewebsitetemplates.com">Contact us</a>
</div>
</div>
css:
}
#wrapper {
width: 778px;
margin: auto;
text-align: left;
}
#navbg {
width:760px;
background-image:url(images/nav.gif);
background-repeat:no-repeat;
margin-left:20px;
display:inline;
float:left;
}
#navtext {
margin-left:200px;
display:inline;
text-align:center;
}
#navtext a {
font-size:18px;
font-style:italic;
color:#260403;
font-family:Georgia, "Times New Roman", Times, serif;
margin: 12px 0px 10px 0px;
padding: 0px 20px 0px 20px;
display:inline;
float:left;
border-right-width: 2px;
border-right-style: inset;
border-right-color: #76644f;
}
#nav a:hover {
color:#862e06;
text-decoration:none;
}
.lastchild {
border-right: none 0px !important;
}
thanks in advance for your help- i swear ive tried everything!