Question:

I Need help with stickam html ?

by  |  earlier

0 LIKES UnLike

On my stickam page whenever I hover over ''view all'' or etc, everything re-aranges on the page.. it like moves quick, and then when i move my mouse from it it goes back to normal. help?

 Tags:

   Report

2 ANSWERS


  1. The normal links font size is set differently from the hover font size which will cause this.

    If you can edit the code (css), look for:

    a:link { font-size: YYYY; } and  a:hover { font-size: ZZZZ; }

    There may be other stying in this CSS.

    Ron


  2. I would need to see the code, but it most likely has to do with one of your "onHover" events. Remove everything that says OnHover=" " and try that.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions