• Resolved whatelsenow

    (@whatelsenow)


    Hi,

    I have a little problem with the background of a table. I give it a new class : .tabact

    Indeed, i’ve created a table and modify the color of its border and the color of its background.

    borderbottom color is ok but background-color doesnt’t work.

    My css is :

    .tabact {
    	background-color: FFF6DF;
    	color: blue;
    	border-bottom: 5px solid #F5D425;
    }

    What is wrong ? My css attribute ? background-color can’t be applied in my table ? Is it wrong ?

    Thanks a lot

    (i’m sorry I can’t show my site)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter whatelsenow

    (@whatelsenow)

    Well, it’s ok.

    It was only the wrong attribute.

    With su-box-content (and not table or tabact in my case) it’s ok 🙂

    Thread Starter whatelsenow

    (@whatelsenow)

    So it’s resolved. I’ve forgotten to click on “Mark this topic as resolved” 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘background color / Table doesn't work’ is closed to new replies.