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.

    • CommentAuthorFLaKes
    • CommentTimeJun 20th 2006
     permalink
    I need help with this page Im creating. I have already managed to make it work on explorer the way I wanted it to look, but it doesnt seem to be working in firefox. Ive tried everything I know, and searched some here and there, Ive even tried the post about Naskiga or something like that but the page no longer exists. My problem can be seen here on this page:

    http://www.tlahtoa.com.mx/indexnu.htm

    if you see it in explorer you will be able to see the page with some height and the future footer in black.

    If you view it with Firefox, you will notice that the height of the gray container is as high as the length of the text.

    -----You can view the css here (so the message is easier and less bulky to read--
    http://www.tlahtoa.com.mx/estilos57.css

    the code is sort of dirty, and has some useless code because I have been on a lot of trial and error. I am sort of new to css.

    Thanks anyone in advance for their help!
    •  
      CommentAuthorcola
    • CommentTimeJun 20th 2006
     permalink
    Here ya go...

    In your html file replace the line:
    <div id="contenido"><div style="height:100%;">asdfdsasdfdsa</div></div>

    WITH
    <div id="contenido">asdfdsasdfdsa</div>
    as it's not necessary to create a new div with an in-line style.

    In your CSS replace one of your styles.
    REPLACE
    #contenedor {min-height:100%;}
    WITH
    #contenedor {height:100%;}
    • CommentAuthorFLaKes
    • CommentTimeJun 21st 2006
     permalink
    Wow! Thanks a lot! I couldve sworn I tried everything. I guess I was already too tired of that page, but your solution relieved me a lot. Thank you, very much! =)
Add your comments
    Username Password
  • Format comments as (Help)