Hi folks,  here's an odd one.  Site works perfect in IE and not in FireFox!

www.passivepokerincome.com

Hovering over login reveals the login using overflow:hidden.  In IE it works
fine, but in FF it shifts the whole layout over.

#sl_vert {
    height: 29px;
    float: right;
    text-align:left;
    overflow:hidden;
    padding: 5px;
    /*font-weight: bold;
    font-size: 110%;*/
}

#sl_vert:hover {
    height: 100%;
}

Do I need to use positioning to hide the data offscreen instead of using
height and overflow:hidden?

Thanks.
--------------------------------------------------------------------------------
www.adamstemple.com - My site for books, music, art and more.
www.pokerwhip.com- If you're playing online poker without rakeback, you're
leaving money on the table.
www.blindstraddle.com -Brand new poker magazine with articles by Lou
Krieger, Bob Ciaffone, Chris "Fox" Wallace, and more
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to