|
Posted by eslachance on 10/14/05 02:39
Hey there,
Thanks for your help in previous matters. Now I have something new that
popped up just recently.
I'm displaying a blog, and each blog title is in a div with a class of
"title" (<div class="title">Blog Title</div>)
The css is:
div.title { font-weight: bold; font-size: 14pt; border-bottom: 1px
solid; border-top: 1px solid; padding: 0 10px 0 10px; background: #DDD;
margin: 20px 0 10px 0;}
Now, I have more than one of these entries evidently, but for some
goddamed reason, the first one refuses to display the background color
and borders, and the second one does it intermittently (if I select the
text, sometimes they dissapear).
The weirdest thing is, firefox displays it properly, but IE messes it
up.
The URL for the page is:
http://b2blog.sh.nu:81/users/test/
The "Recent Entries" page does this, and "Links" actually doesn't show
the background and borders under any circumstances... (remember firefox
users, you won't see the problem).
Help!
Eric
[Back to original message]
|