Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Horizontal Scrollbar – Where’d you come from?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25447
    rebelbwb
    Member

    Here’s the URL I’m working with – getting hor. scrollbar in IE7 on every page minus index.php

    http://www.buycustomwristbands.com

    Any help detecting this is greatly appreciated.

    Thanks so much

    #60923
    TheDoc
    Member

    The problem is being caused by:

    Code:
    #talltabs-black ul {
    left: 50%;
    }

    AND

    #talltabs-black ul li {
    right: 50%;
    }

    Remove both of those and you should be fine methinks.

    #60934
    rebelbwb
    Member

    i’ll give that a shot.

    thanks for the reply

    #61040
    rebelbwb
    Member

    it removed the scrollbar yes but what it did was remove the center positioning. for the meantime I added padding-left:20px to get it centered. so in essence your suggestion was I guess a partial/temp fix. any other ideas. all pages have a separate stylesheet associated with it to render certain colors on certain pages. i notice that the stylesheet associated with the front page, main.css, still has that left 50% on the UL and 50% right on the ul li and there is no hor. scrollbar in IE7 so that tells me there is something on that sheet that is different than the others.

    let me know if you’ve got other ideas.

    thx

    #60979
    TheDoc
    Member

    Oh, you are right, I thought the main page didn’t have it. I’ll have another look today.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.