Forum Moderators: not2easy
h3 {
border: 2px solid #fff;
margin: 0;
padding: 5px 8px 13px 8px;
color: #690;
font-size: 18px;
background: #000 url(http://www.example.com/images/main_sliver.gif) right bottom repeat-x;
}
Granted, i'm working with a Wordpress template, but the HTML and CSS validate, and every other browser gets it right. This is the snippet of HTML:
<h3 class="storytitle">LOREM IPSUM DOLOR<a
href="http://www.example.com/2006/05/20/test/"
rel="bookmark">SIT AMET</a></h3>
The "storytitle" class is empty in the CSS file. Any ideas? Anyone? Bueller?
I know there is a stupid mistake here somewhere... i'm just too stupid to find the stupid mistake apparently. Obviously you can't knock Wordpress, but something bad seems to happen only once the code is integrated with the WP backend.