• Resolved steve

    (@davidsonsteve)


    Hey guys, I’ve got a few lines of CSS that I used on my old site for pullquotes and to float images with captions on the right or left. A sample is as follows:

    .imageleft {
    background: white;
    color:#997A40;
    float: left;
    font-size: 7pt;
    border:1px solid white;
    font-weight:normal;
    line-height:140%;
    padding:5px;
    text-align: right;
    border-right: 2px solid #666;
    }

    That’s pretty much the same code for the pullquotes and the rightimage too, and when I make a post I’d use

    <p class=”imageleft”><img src=”…”><br>Caption</p>

    and it would show up fine on my old site in FF or IE, but now on my new site, it only shows in IE. Anyone have any ideas? I know FF is more picky about code, is there something I’m missing? Any ideas would be greatly appreciated, thanks!

    post with samples of problems: https://slaptheface.com/blog/?p=3

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like it’s working just fine. Are you still having problem with this?

    Thread Starter steve

    (@davidsonsteve)

    Wow, that’s so bizarre! I swear it wasn’t working in my Firefox last night, but like you said, it does look fine now. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS works in IE not Firefox’ is closed to new replies.