Kiros
August 2nd, 2010, 05:00 AM
Awhile ago, I noticed that the logo partially overlaps the global (site) navigation bar. I am using Google Chrome, but I have tried browsing VT in Internet Explorer and Mozilla Firefox as well. The problem does not occur in Internet Explorer.
I have included a screenshot of the logo overlapping the "Home" and "Community ..." part of global navigation bar. It is a widescreen picture, so the issue may look different to some people. At any rate, since this doesn't happen on the static content portion of the site (everything located in /topics/), I'm assuming there is something in the forum's style sheets that is to blame. Or maybe it's being caused by either the distance fix or the out-dated ad division?
Forums (bugged) source >
<div id="top">
<div id="logo"> </div>
<div id="disfix"> <br /> <br /> </div>
<div class="advert" id="topad">
</div>
<div id="navbar">
<a href="http://www.virtualteen.org/">Home</a> /
<a href="http://www.virtualteen.org/topics/community">Community and Forums</a> /
<a href="http://www.virtualteen.org/topics/teens">Teen Topics</a> /
<a href="http://www.virtualteen.org/topics/parents">Parent Topics</a> /
<a href="http://www.virtualteen.org/topics/about">About Us</a>
</div>
</div>
Home source >>
<div id="top">
<div id="logo"> </div>
<div id="navbar">
<a href="http://www.virtualteen.org/">Home</a> /
<a href="/topics/community/">Community and Forums</a> /
<a href="/topics/teens/">Teen Topics</a> /
<a href="/topics/parents/">Parent Topics</a> /
<a href="/topics/about/">About Us</a>
</div>
</div>
Screenshot of bug >>
http://a.imageshack.us/img824/9478/vtlogoproblem.th.png (http://a.imageshack.us/img824/9478/vtlogoproblem.png)
Thanks :]
I have included a screenshot of the logo overlapping the "Home" and "Community ..." part of global navigation bar. It is a widescreen picture, so the issue may look different to some people. At any rate, since this doesn't happen on the static content portion of the site (everything located in /topics/), I'm assuming there is something in the forum's style sheets that is to blame. Or maybe it's being caused by either the distance fix or the out-dated ad division?
Forums (bugged) source >
<div id="top">
<div id="logo"> </div>
<div id="disfix"> <br /> <br /> </div>
<div class="advert" id="topad">
</div>
<div id="navbar">
<a href="http://www.virtualteen.org/">Home</a> /
<a href="http://www.virtualteen.org/topics/community">Community and Forums</a> /
<a href="http://www.virtualteen.org/topics/teens">Teen Topics</a> /
<a href="http://www.virtualteen.org/topics/parents">Parent Topics</a> /
<a href="http://www.virtualteen.org/topics/about">About Us</a>
</div>
</div>
Home source >>
<div id="top">
<div id="logo"> </div>
<div id="navbar">
<a href="http://www.virtualteen.org/">Home</a> /
<a href="/topics/community/">Community and Forums</a> /
<a href="/topics/teens/">Teen Topics</a> /
<a href="/topics/parents/">Parent Topics</a> /
<a href="/topics/about/">About Us</a>
</div>
</div>
Screenshot of bug >>
http://a.imageshack.us/img824/9478/vtlogoproblem.th.png (http://a.imageshack.us/img824/9478/vtlogoproblem.png)
Thanks :]