ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

EEPoll in FF

September 26, 2007 4:17pm

Subscribe [1]
  • #1 / Sep 26, 2007 4:17pm

    Scitec

    4 posts

    I have a problem with EEPoll 1.7 in FireFox.

    I “call” the poll with:

    {exp:eepoll poll_id="latest"}
    {poll}
    {/exp:eepoll}

    The CSS:

    .pollQuestion {
    float: left;
    width: 170px;
    color: #222;
    font: 11px Verdana, arial,sans-serif;
    margin: 0 0 5px 0;
    }
    
    .pollResultAnswer {
    color: #222;
    font: 11px Verdana, arial,sans-serif;
    }
    
    .pollResultPercent {
    color: #222;
    font: 9px Verdana, arial,sans-serif;
    }
    
    .pollSelectedPercent {
    color: #222;
    font: 10px Verdana, arial,sans-serif;
    }
    
    .pollTotalVotes{
    color: #6d6d6d;
    font: bold 11px Verdana, arial,sans-serif;
    margin: 0 0 8px 0;
    }
    
    .pollResultVotes {
    color: #000;
    font: 9px Verdana, arial,sans-serif;
    }
    
    .pollSelectedVotes {
    color: #000;
    font: 10px Verdana, arial,sans-serif;
    }
    
    
    .pollBlock {
    margin: 0;
    padding: 0;
    width: 181px;
    }
    
    .pollButtonBlock {
    margin: 10px 0 0 0;
    }
    
    .pollResult {
    border-bottom: 1px solid #eee;
    padding: 5px 0 5px 0;
    }

    You can see the view in FF (FirexFox) and IE on this piocture:
    How I can make in FF the same view as in IE

  • #2 / Sep 26, 2007 4:50pm

    Nutmeg

    111 posts

    Hi Scitec,

    Try adding a height=1% to the Pollresult class.

  • #3 / Sep 27, 2007 2:11am

    Scitec

    4 posts

    It does not work…

  • #4 / Sep 27, 2007 2:16am

    Scitec

    4 posts

    And why I have in FF two percents (“in the clor” and right from them)

  • #5 / Sep 27, 2007 3:20am

    Nutmeg

    111 posts

    Hi Scitec, do you want to send me the html your poll puts out? I will be able to experiment with you:-)

  • #6 / Sep 27, 2007 7:46am

    silenz

    1651 posts

    I remember that one. Took me ages to figure it out myself.
    The probelm is that it doesn’t find the pollimg.gif

    I ended up opening mod.eepoll.php

    In line 78 you’ll find the following:

    var $pollimg = '/images/pollimg.gif';

    Turn that into the full URL to that image:

    var $pollimg = 'http://mydomain.com/images/pollimg.gif';

    Enjoy.

  • #7 / Sep 29, 2007 11:32am

    Scitec

    4 posts

    Tnx! 😊 It works

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases