Results 1 to 2 of 2

Thread: Custom Scrollbar and Music Player Disappeared in IE?

  1. #1
    Join Date
    Apr 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Custom Scrollbar and Music Player Disappeared in IE?

    So I am currently making a website, and have been viewing it in both IE and Firefox all throughout the creating process. It was going along swimmingly, that was until I added in my custom scrollbar. After that happened, both the scrollbar and music player disappeared in IE, though it is still viewable in Firefox. Before that, the music player was visible in both IE and Firefox. So I am sure the addition of my custom scrollbar has something to do with it - but I would much rather not use a standard scrollbar for this particular layout, because I don't think it's as aesthetically pleasing.

    Since seeing is believing, and pictures are worth a thousand words, here is a link to my website.

    http://awesomesvenn.webs.com/

    Any input would be much appreciated! I am so close to finishing the layout too!

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    i see this using ie.7, the position of your arrow scroll bar is out off position (same thing with your music button):


    To fix it you can use:
    Code:
    <!--[if IE]>
    According to the conditional comment this is Internet Explorer<br />
    <![endif]-->
    or

    Code:
    <!--[if IE 7]>
    According to the conditional comment this is Internet Explorer 7<br />
    <![endif]-->
    one more thing, i saw in your css, you are using
    Code:
    #container {
    margin-left: 27%;
    margin-top: -8px;
    may be the % thing will make the IE goes wrong. Use the "px" ore safe i think.

    good luck
    _____________________

    David Demetrius // davejob
    _____________________

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •