CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #4
    Join Date
    Aug 2005
    Location
    Milwaukee, WI
    Posts
    55

    Re: CSS Layout Issues

    Well Peej, apparently you are wrong as it wasn't working. I think the major difference here is that inline and nowrap weren't applied to the same element. Rather the nowrap was being applied to a child of the inline'd divs. Even more importantly, there weren't any elements between the inner nowrap'd elements, and the browsers didn't appear to be smart enough to realize they should break to a new line. In any case, I have found a simple solution.

    Cheers!
    Last edited by gitter1226; May 1st, 2008 at 12:11 PM.
    Meddle not in the affairs of dragons, human, for thou art crunchy and taste good with ketchup.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured