MyBB Community Forums

Full Version: remove something in front of the logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://gyazo.com/537a28ebacd1276de7d2c2bb4b054af6
http://www.Vizzy.VisualizeEdits.com/

There is something in front of the logo in the middle if you hover over it, I can't seem to remove it and it seem like a little block?

Can anyone help me?
Site link required.
Sorry, forgot, posted above.
Sorry, I can't see any "little block" there.
(2013-07-11, 05:24 AM)effone Wrote: [ -> ]Sorry, I can't see any "little block" there.

You have to hover over it, in the middle of the logo, it won't glow up because there's something there.

I checked in internet explorer and it's not there, but for some reasons, it does it in google chrome.
I'm using Chrome and there is nothing.
Clean your monitor :p
you try to press ctrl + u

and press ctrl + f search Vizzy.

and see where it is located.
it appears to be my mistake! please change p tag with div tag in below code and check
<p class="signin"><a class="sign_in" href="#">Login / Register</a></p>
change above to <div class="signin"><a class="sign_in" href="#">Login / Register</a></div>
(2013-07-11, 05:32 AM)effone Wrote: [ -> ]I'm using Chrome and there is nothing.
Clean your monitor :p

Lol, I laughed. Thanks I needed that. Toungue But I don't mean it as "block", for example.
http://gyazo.com/24ee96efcce38eb3cf80f9997126529c

I can hover the top and bottom of the logo and it would glow but seem like when I hover in the middle, it stop glowing (the cursor hand turn into a point).

(2013-07-11, 05:38 AM).m. Wrote: [ -> ]it appears to be my mistake! please change p tag with div tag in below code and check
<p class="signin"><a class="sign_in" href="#">Login / Register</a></p>
change above to <div class="signin"><a class="sign_in" href="#">Login / Register</a></div>

Okay, I fixed it but the issue still exists. I guess since nobody see it except me, then I guess I shouldn't worry. :/