• Resolved Robswaimea

    (@robswaimea)


    Zaphod Beeblebrox has lost his Up Down Arrows…

    Well not completely. Maybe it was the Vogon Destructor Fleet lurking about…

    Actualllly… the effect I would like to have is, in my <div> box… a background image. But when I have it in the code the Up/Down arrows disappear.
    It appears there is a conflict.. because the

    .collapseomatic {
        background-image: url('images/arrow-down.png');
        }

    Is being overwritten when I use this code….

    <p>[expand title="Arthur Dent Saved The Universe" rel="main01-highlander" startwrap="<strong>" endwrap="</strong>" tag="div style='width:300px;font-size: 14pt; background-color: #00ffff;background-image: url(../images/starsmall.gif); padding-left: 20px; padding-right: 20px; border: 3px solid; border-bottom-right-radius: 20px;'"]</p>
    <p><span style="font-size: 14pt; background-color: #4eff00; padding-left: 2px; padding-right: 80px; border: 3px solid; border-bottom-right-radius: 20px;"><strong>Trillion Was HOT !!!</strong></span>[/expand]

    I did read over many support threads, maybe I missed the work around, my apologies if I did.

    Thanks for the plugin… Happy Holidays !! and I enjoyed your humor on the website and the support threads.

    Cheers.

    https://wordpress.org/plugins/jquery-collapse-o-matic/

Viewing 1 replies (of 1 total)
  • Plugin Author Baden

    (@baden03)

    Shortcode:

    [expand title="Arthur Dent Saved The Universe" rel="main01-highlander" tag="div" trigclass="my_trigger" targclass="my_target"]Trillion Was HOT !!![/expand]

    CSS

    .my_trigger {
    width:300px;
    font-size: 14pt;
    background-color: #00ffff;
    background-image: url(../images/starsmall.gif);
    padding-left: 20px;
    padding-right: 20px;
    border: 3px solid;
    border-bottom-right-radius: 20px;
    }
    
    .my_target {
    font-size: 14pt;
    background-color: #4eff00;
    padding-left: 2px;
    padding-right: 80px;
    border: 3px solid;
    border-bottom-right-radius: 20px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Zaphod Beeblebrox has lost his Up Down Arrows…’ is closed to new replies.