Forums

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

Home Forums CSS Trouble creating multiple borders with pseudo elements. Reply To: Trouble creating multiple borders with pseudo elements.

#158584
Anonymous
Inactive

The source code shows

#inner:after,#inner .after {
    content:" ";
    position:absolute;
    bottom:-1px;
    left:2px;
    right:2px;
    border-bottom:1px solid #9b9b9b;

which is working because the desired line is created at the bottom.

Best Regards.