Viewing 9 replies - 1 through 9 (of 9 total)
  • It’s css. Play with your code/quote class in your css file:

    This is what he’s using for that rounded corner box —

    -moz-border-radius: 5px;
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    padding: 8px 8px 18px 8px;
    margin: 0;
    width: 420px;
    overflow: auto;

    If you have firefox, get the web developer extension — it’s great for realtim experimenting with stuff like this.

    Thread Starter pineapplemike

    (@pineapplemike)

    sorry this is dumb question but, i updated my css, now how do i call it for use?

    Thread Starter pineapplemike

    (@pineapplemike)

    oh i got it:

    <div class=”boxborder”>

    but the borders aren’t rounded.

    https://amytoons.com/blog/seeds/cucumbers/cucumber-big-king-075/

    also, is there something i can do so that my text doesn’t run over the picture on the right?

    your css only calls “radius” the css quoted from Coldforged’s site calls for “moz-border-radius”.
    Bare in mind that IE users won’t see the rounded corner, I don’t believe.
    The issue of the box extending is the fact that you are calling for it to be 480 px. There’s no way to “wrap” that around the photo. You may want to cut it down to 290px, and work from there.

    Thread Starter pineapplemike

    (@pineapplemike)

    oh that’s it…thanks alot.

    If you delete the width declaration, the box should size to fit (you will probably need some extra padding round your images though as otherwise your rounded box will touch it.

    Just curious, why do you have a ML Design link in your footer to a yahoo page that’s non-existant, however you’re using a theme by Becca Wei https://beccary.com ?

    Isn’t this a blockquote?

    It could be a block quote, but it’s a css styling that can be used anywhere to offset some text. But the style could be set to the blockquote, and then your block quote in Mozilla based browsers would see the rounded corners.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Is this a plug in – shaded box for quotes’ is closed to new replies.