Forum bookmarking feature not working when viewing post
Forum bookmarking feature not working when viewing post
![benallfree](https://secure.gravatar.com/avatar/71137e6e1c94b72f162da3262b700017/?default=https%3A%2F%2Fvanillicon.com%2F71137e6e1c94b72f162da3262b700017_200.png&rating=g&size=120)
Not sure where to report this, but I think the bookmarking feature is not working when you view a post. The star is visible but not clickable.
It does work when you're listing posts.
Tried in Chrome and FF.
Removing [code]position: relative[/code] from style.css:1727 fixes the problem and appears to have no adverse effects:
[code]
div.MessageForm, div.Tabs, div.Headings {
display: block;
border-bottom: 1px solid #ABDAFB;
padding: 5px 8px;
margin: 0;
background: #CFECFF;
/* position: relative; */
}
[/code]
It does work when you're listing posts.
Tried in Chrome and FF.
Removing [code]position: relative[/code] from style.css:1727 fixes the problem and appears to have no adverse effects:
[code]
div.MessageForm, div.Tabs, div.Headings {
display: block;
border-bottom: 1px solid #ABDAFB;
padding: 5px 8px;
margin: 0;
background: #CFECFF;
/* position: relative; */
}
[/code]
This discussion has been closed.
Replies
Allan