Byrnesys Blabberings

Byrnesys Blabberings random header image

Quick screen survey

November 12th, 2007 · 4 Comments

I have had my new look up for about a week and although I cant work out why, on the same screen resolution but on different machines the side bar sometimes has dropped off the bottom of the posts.

Let me know if the side bar is where its meant to be (on the right side) or whether its at the bottom of the posts, and if its at the bottom let me know you screen  resolution, OS, browser etc.

Many Thanks!

Tags: Blogging · Miscellaneous

4 responses so far ↓

  • 1 billythekid // Nov 12, 2007 at 4:02 pm

    looks fine to me on FF on XPProSP2

    I have the same issue with IE(6) though, page is fine in FF but menu drops to the bottom of the posts in IE.

    I did spend a while trying to fix it then thought, bollox to it, if they want to use a non compliant browser then that’s the price they pay! (not that i’m anti-ie but it does need tweaking)

    btk

  • 2 billythekid // Nov 12, 2007 at 4:03 pm

    ohhh, one thing that’s better, your comments now preserve carriage return/linefeeds. That was a pain before, all the text got “compressed”.

    btk

  • 3 billythekid // Jan 8, 2008 at 10:42 am

    I realise it doesn’t matter a damn now you have a whole rework/theme but I fixed this issue in my blog today. Turns out there were

    #sidebar ul, #sidebar ul ol {
    padding: 0 10px;
    }

    and

    #sidebar ul ul li, #sidebar ul ol li {
    margin: 2px 0 0;
    background: url(images/os_sidearrow.gif) 0 3px no-repeat;
    padding: 0 0 0 14px;
    }

    lines in my stylesheet. commenting out the padding lines thus

    #sidebar ul, #sidebar ul ol {
    /*padding: 0 10px;*/
    }

    and

    #sidebar ul ul li, #sidebar ul ol li {
    margin: 2px 0 0;
    background: url(images/os_sidearrow.gif) 0 3px no-repeat;
    /*padding: 0 0 0 14px;*/
    }

    sorted it out loverly. Worth remembering for future point scoring when you “fix” someone’s site who has the same bother! lol

    Cheers

    Billy

  • 4 Liam // Jan 8, 2008 at 12:25 pm

    Thanks for the tip Billy.

Additional comments powered by BackType