Hi,
My CSS validated, but making my text bold for the picture links on my portfolio
page isn't working via the pseudo class selectors. Does someone have a minute
to give it a glance? http://www.brianmcurran.com/portfolio.html
Here it is below also (It's in the #content section):
Sincerely,
Brian
body {
margin: 0; padding: 0;
font-size: small;
font-family: Arial,sans-serif;
color: #333;
}
#bodycontainer {
margin: 0 auto;
width: 780px;
text-align: left;
}
#nav {
float: right;
width: 780px;
margin: 45px 0 10px 0;
padding: 0;
list-style: none;
}
#nav li {
float: right;
margin: 0 0 0 1px;
padding: 0;
}
#nav a {
float: left;
margin: 0;
padding: 0.11em 1em;
color: #333;
text-decoration: none;
}
#nav a:hover {
color: white;
background: #333;
}
#header {
clear: right;
margin: 0 0 10px 0; padding: 0.11em 1em;
border: 1px solid #333;
border-top: none;
border-right: none;
border-left: none;
}
#header h1 {
margin: 0; padding: 0 0 0 0;
font-size: 140%;
color: #333;
}
#nav #t-portfolio a {
color: white;
background: #333;
}
#content {
margin: 0; padding: 0 1em;
float: left;
width: 250px;
font-size: 80%;
background: #eee;
}
#content a:link {
color: #333;
font-weight: bold;
}
#content a {
color: #333;
font-weight: bold;
}
#content a:hover {
color: white;
background: #333;
font-weight: bold;
}
#content a:active {
color: white;
background: #333;
font-weight: bold;
}
#sidebar {
float: right;
width: 500px;
font-size: 80%;
}
#sidebar div {
padding: 0;
}
#footer {
clear: both;
margin: 0; padding: 0;
font-size: 80%;
}
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/