Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthorAvean
    • CommentTimeJan 7th 2009
     permalink
    Another weird problem hehe.
    First of all the div itself:

    #slideshow {
    position: absolute;
    top: 150px;
    left: 0px;

    }

    This shows up perfectly in Firefox and aligns to the left which it should. In IE7 on the other hand it centers.
    Cant figure out why, and tried even floating it to the left which also doesnt work. It centers and thats all there is to it :)
    IE is so weird with CSS, its frustrating.
    • CommentAuthorrejamesuk
    • CommentTimeJan 7th 2009
     permalink
    anywhere you can link to?

    possibly there is a text-align:center somewhere?

    anyway first things first.... run it through w3c's validator. you may have missed a </div>
    the reason i say this is that firefox will do it's best to "fix" problems in code, which is why it works - explorer doesn't which could by why it doesn't.
    • CommentAuthoreggpoker
    • CommentTimeJan 27th 2009
     permalink
    Have a look at outer tags you have.
    if you've set one of those text-align:center; this may cause some problems.
    I wish it may help
    •  
      CommentAuthorAvean
    • CommentTimeJan 31st 2009
     permalink
    Forgot about this thread, fixed it a long time ago. Just another CSS file overriding my main css file :)
Add your comments
    Username Password
  • Format comments as (Help)