The css isn’t showing up when I visit.
Weird. It happened to me too but now it works. Try again. Thanks
Looks nice and simple. I like that. But your sidebar is all the way at the bottom.
Hmm … Really? what browser? It looks okay on FF.
I’m using FF 1.0, I suppose I should upgrade to 1.01. It seems to work in Moz, FF and IE (I was told, I don’t have it myself).
Also, the shifting posts aren’t annoying or distracting are they?
i liked it how did you do the menus at the top??
I embedded it in the header.php for now, it’s static. Using pure CSS to style the buttons. I would like to make it more dynamic, ie for “theme” purposes. I pasted the CCS below.
#buttons {
border-bottom: 1px solid #525354;
margin: 10px 0px 0px 0px;
padding: 5px 0px 0px 0px;
}
.xml_button {
border: 1px solid outset #525354;
color: #333333;
background-color: #D5D6D7;
text-decoration: none;
padding-left:0.5em;
padding-right:0.5em;
padding-top:0em;
padding-bottom:0em;
font-size: 14px;
text-decoration: none;
margin: 0px;
}
.xml_button:visited {
border: 1px solid outset #525354;
color: #333333;
background-color: #D5D6D7;
text-decoration: none;
padding-left:0.5em;
padding-right:0.5em;
padding-top:0em;
padding-bottom:0em;
font-size: 14px;
text-decoration: none;
}
.xml_button:hover {
background-color: #CC6600;
color: #FFFFFF;
text-decoration: none;
}
.xml_button:active {
background-color: #CC6600;
border: 1px solid inset #D5D6D7;
text-decoration: none;
}
Iit looks different in FF and IE as usual, but still works.