Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS :after and/or :before pseudo-class not working properly

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37040
    villancikos
    Member

    Hey guys, I don’t have an idea of what I am doing wrong… hope somebody can help..
    This is my Index page and I want it to show a Red thingy =

    
    	
    #98456

    Use this snippet instead, and then position accordingly:

    #middle:after {
    content: '';
    background: url("http://dl.dropbox.com/u/1132280/Sitios/Proyecto_Ferreteria/img/eskinarara.png") no-repeat;
    position: absolute;
    top: 100px;
    width: 500px;
    height: 300px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.