• Oh wow, how much do I hate IE? TONS. But you need to at least cater to them because a lot of people still uses them. Which is a problem because my Internet Jobs theme isn’t lining up correcty. The entire sidebar (on the right) is shoved all the way down to the footer instead of, well, showing up on the side like it’s supposed to. This only happens on IE. On Firefox, it couldn’t get any more perfect.

    Here’s the site: https://www.beyondhollywood.com/news/

    (Pop-ups removed)

    TIA

Viewing 15 replies - 1 through 15 (of 20 total)
  • Well for one thing, I HATE THE FUCKING POPUP I get when going there!! I can’t just go to your website!!

    I have to close that little prick out to begin with, before viewing your site, to help ya to start with…

    Anyways! What’s your settings for the sidebar?

    spencerp

    Thread Starter jackburton

    (@jackburton)

    Sorry about the pop-ups. Guy’s gotta earn a living, you know. ??

    But anyways, I can’t find any settings for “sidebar” (I’m assuming it’s in the stylesheet?) but I found these:

    #right {
    float: left;
    width: 220px;
    }

    #rightmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

    The same?

    The way it looks is, your sidebar in IE just isn’t wide enough for the actual content or sidebar width for FF. Which you already KNOW I’m sure…Maybe try adjusting the paddings or margin sizes on the “post” parts, and or “sidebar” parts of the css once……

    spencerp

    Sorry about the pop-ups. Guy’s gotta earn a living, you know. ??

    Earn a living? You can’t be serious? All it does is piss people off and they leave, never to return. Not there long enough to give you any help!

    Thread Starter jackburton

    (@jackburton)

    Earn a living? You can’t be serious? All it does is piss people off and they leave, never to return. Not there long enough to give you any help!

    Jesus. I’m just looking for some help with a sidebar issue. ??

    Thread Starter jackburton

    (@jackburton)

    Still need some help guys. I’ve removed the pop-up code so please don’t curse me out anymore. ?? Thanks in advance.

    It’s not really that shitty popup that’s doing it, sometimes it just takes awhile for ppl to respond to your needs. LOL! I’m still trying to figure out how to help ya, but it’s not my coding..ya know?

    Myself is still trying to think of ways to make it work without it fucking up your layout. But, that’s everyone..ya gotta tinker with it here and there first. To get it like ya wanna.

    Try:

    #rightmenu {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
    }

    once…

    If it don’t work, put the original CODES BACK!! Copy the original codes to a blank file quick..

    spencerp

    Thread Starter jackburton

    (@jackburton)

    Interesting. In this section?

    #right {
    float: left;
    width: 220px;
    }

    #rightmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

    If I remove the first grouping, the sidebar works, but it’s NOT QUITE right. The whole sidebar sort of moves leftward halfway. BUT the sidebar DOES work in IE! It just doesn’t look that good unfortunately…

    Thread Starter jackburton

    (@jackburton)

    Got it at last!

    Can you post your solution please for the other one person who may have identical problems.

    Thank you.

    Yeah Jack, can you post your solution to the problem? This might be useful in a latter date for others that happen to have this same problem as you. Thanks.. =)

    spencerp

    Hey, I’m not really here on this topic, but looking for help. What do I need to do to completely remove any mention of comments from my site? I don’t want there to be comments, so don’t like just seeing “comments 0” all over the place…thanks.

    As far as I know, remove these lines in your post.php file, single.php file, maybe even the index.php file. Depends on what theme you’re using..where ever you see something like this here:

    <?php comments_popup_link(__('No Comments Yet'), __('Comments (1)'), __('Comments (%)')); ?>&nbsp;&nbsp; <?php edit_post_link('Edit'); ?>&nbsp;&nbsp; <?php the_category('&amp;');?>

    Unless I’m wrong, and someone else says something different. Also, why are you still using the 1.5.1 alpha version of WP? Why not upgrade it to 2.0? =)

    <meta name=”generator” content=”WordPress 1.5.1-alpha” />

    Just got that from the header section of your blog when viewing the source code of page..lol. =)

    spencerp

    probably because he’s smart enough not to upgrade until all the bug issues have been fixed ??

    Ah Kate, that must be the reason then.. <walks away with head down thinking..jesus fuck!>…. sips beer and continues walking..

    spencerp

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘The Sidebar Doesn’t Work in IE — NO!!!!’ is closed to new replies.