Forum bookmarking feature not working when viewing post
Forum bookmarking feature not working when viewing post
benallfree
Posts: 7Questions: 0Answers: 0
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