|
Posted by Shelly on 12/04/07 16:29
Bergamot wrote:
> Helpful person wrote:
>>
>> When I look at your stylesheets with notepad, apart from a lack of
>> organization that makes them very difficult to read, I see a lot of
>> non printing characters.
>
> FYI, Notepad doesn't grok Unix-style newlines. Use a better editor and
> you'll see a big difference.
My daughter fixed a lot of her problem. She just sent me this message
asking me to post it:
**********
The only problem I have left is the "Vanishing Bullet" issue.
It happens on IE 6 and IE7. So you can look at it in IE7 to see.
If you pull up the "Boards" page, you may or may not see the star bullets.
Scroll up and down, and sometimes they go poof.
Here's the code that calls for the bullets:
li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
list-style-image: url(../i/img_bullet_star.png);
list-style-position: inherit;
padding-bottom: 5px;
}
(in IE6, it calls for .gif instead of .png)
****************
Navigation:
[Reply to this message]
|