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.

    • CommentAuthorTim
    • CommentTimeApr 19th 2006
     permalink
    Hello.

    I just created this site - http://luna-ext.di.fc.ul.pt/~pqsi020/
    I tested it with Firefox and IE.
    But with IE6 at bottom appears some junk but i can't discover were is the problem - can someone help me?

    The H2 are rendered with sIFR but i tested it with http://www.snugtech.com/safaritest/ and the result was that the headers didn't showed up.
    Could someone see if with mac it works?

    Thanks
    Tim
  1.  permalink
    your siFr works fine in Mac FF1.5.0.2 and Safari 2.0.3
    • CommentAuthorTim
    • CommentTimeApr 20th 2006
     permalink
    And the junk that appears in IE - can someone help me?
    • CommentAuthoradmin
    • CommentTimeApr 20th 2006
     permalink
    you might want to take a look here

    http://positioniseverything.net/explorer.html

    Duplicate contentn bug ?
  2.  permalink
    What exactly you mean by the junk on a page?

    DS
    • CommentAuthorTim
    • CommentTimeApr 20th 2006
     permalink
    If you scroll all the way down in IE6, you see the word "mente" and the a page icon.
    But that isn't suposed to be there. :-(
  3.  permalink
    Hi Tim!

    There is a problem with you CSS
    .seccao {
    PADDING-RIGHT: 0px; PADDING-LEFT: 200px; FLOAT: left; WIDTH: 100%; PADDING-TOP: 200px
    }
    remove FLOAT:left: from here it wil fix you problem.

    Also <DIV class=seccao id=tarefas> you can't do that. Use either class or ID not both it causing some problems too.
    Also all you HTML tags in Uppper case which is invalid XHTML.
    It will not validate it should be in a lower case.

    Best, Dmitry
    • CommentAuthorTim
    • CommentTimeApr 20th 2006
     permalink
    Thanks!
    That was the problem!

    About the use of ID and CLASS in the same DIV... i think that is not wrong and it is a common aproach... :-S
    The markup validated at w3c.

    Thank you all!
    •  
      CommentAuthorisdereks
    • CommentTimeApr 22nd 2006
     permalink

    Yes you can use both a class and id for a DIV.

    •  
      CommentAuthornifkin
    • CommentTimeApr 23rd 2006
     permalink
    Yes you can use both a class and id for a DIV.

    Yes, totally acceptable. ID's are much easier to hook into when you're doing javascript based on things on a page than classes are.
Add your comments
    Username Password
  • Format comments as (Help)