• Need help with a few issues if anyone is good with these things. I’ve got 2 pending issues I found this morning when I tried the site in IE at work.

    The first is the next post blurb when in single post view shows up to the right of the image instead of under it? Any remedy there?

    The second is the spacing for the single image in a post or on a page -vs- where the images all site on the “home” page of the photo blog version. If you check the demo page, a single post view has the image sitting roughly 35 pixels lower than it does in the home view in FF, chrome and safari. The same happens when you make a page with an image in it. But if you go to IE, the images line up for all pages?

    now, I’ve found a walkaround for this, but it messes up the spacing in IE… You add “margin-top:-35px;” to these 2 lines:
    ‘.single .post .full-photo, .single .attachment .full-photo {margin: 0;margin-top:-35px;background:transparent;vertical-align:top;}’

    ‘.page .page {background:transparent;width:800px;height:inherit;clear:both;float:none;margin-bottom:3em;margin-top:-35px;}’

    but if you do that and go back to the page in IE the pic then covers the parts of the header making it impossible to get to all your links.

    anyone know how to make the images on the home page match where they line up on both the single post view and the page view in all browsers? I know it’s pretty minor, but I don’t like the white space above the pics on the posts/pages. The biggest issue is when you view a page with a slideshow, there’s 35 wasted pixels in there and I know some of my viewers have small screens.

    Thanks!

    if you’d like to see my site using autofocus, check it out here:
    gear.benjacobsen.com. That site is basically a filler blog I use to trial things like this. I’d like to migrate this theme over to my 2 other blogs ASAP but I don’t want to be editing the theme three times over….

Viewing 4 replies - 1 through 4 (of 4 total)
  • gear.benjacobsen.com: No such url

    Thread Starter jacobsen1

    (@jacobsen1)

    sorry, gear.benjacobsenphoto.com

    I just made it active on benjacobsenphoto.com as well.

    The first is the next post blurb when in single post view shows up to the right of the image instead of under it?

    I’m seeing it under the image in FF3.

    anyone know how to make the images on the home page match where they line up on both the single post view and the page view in all browsers?

    You are never going to get pixel-perfect matching across all of the major browsers. They use very different rendering engines. You can, however, address IE specific issues using conditional CSS.

    https://quirm.net/2009/06/29/wordpress-conditional-comment-css/

    Thread Starter jacobsen1

    (@jacobsen1)

    yeah, I probably tweaked it before you saw it.

    One thing I’m seeing now though is if you use any link in the archive with IE the tiny little smiley face in the bottom right gets GIGANTIC? Anyone know how to edit him out?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘issues with IE -vs- FF, chrome and safari:’ is closed to new replies.