WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]
SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('in-progress') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1

WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]
SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('pending') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1

opacity | Loop and Break

opacity

The opacity CSS property specifies the transparency of an element, that is, the degree to which the background behind the element is overlaid.

Example

<html>
    <head>
        <style>
            div.background {
                width: 500px;
                height: 250px;
                background: url(klematis.jpg) repeat;
                border: 2px solid black;
            }
            
            div.transbox {
                width: 400px;
                height: 180px;
                margin: 30px 50px;
                background-color: #ffffff;
                border: 1px solid black;
                opacity: 0.6;
                filter: alpha( opacity = 60); /* For IE8 and earlier */
            }
            
            div.transbox p {
                margin: 30px 40px;
                font-weight: bold;
                color: #000000;
            }
        </style>
    </head>
    <body>
        <div class="background">
            <div class="transbox">
                <p>
                This is some text that is placed in the transparent box.
                This is some text that is placed in the transparent box.
                This is some text that is placed in the transparent box.
                This is some text that is placed in the transparent box.
                This is some text that is placed in the transparent box.
                </p>
            </div>
        </div>
    </body>
</html>
Share

You may also like...

1 Response

  1. WilliamSit says:

    Im thankful for the article post.Thanks Again. Fantastic. Rawles