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.

    • CommentAuthorsquawk
    • CommentTimeAug 12th 2007 edited
     permalink
    I am currently working on the grid for … and i am having some problems with floating the menu and the image gallery... I haven't got it too work in IE6, but even in other browsers the last menu item or the last column of images will not float behind the first ones...
    The css is located at …
    What am I doing wrong?
    • CommentAuthornimbupani
    • CommentTimeAug 13th 2007 edited
     permalink
    You have a margin on the right hand side. For the box model the total width of the elements within the ul is the width of the <li>s plus the margins. The last image has a margin-right which on adding will exceed the width of the ul.

    Increase the width of the ul to 95em and see it fix itself.
    • CommentAuthorsquawk
    • CommentTimeAug 19th 2007
     permalink
    thanks for the comment nimbupani. One more question: Changing the width of the ul works in all browsers except for ie6 (of course). What would I have to do in order to get it too work there?
Add your comments
    Username Password
  • Format comments as (Help)