• The CSS dropshadow filter won’t work on my WP. Go to this link and see » http://na-magodai.net/index1.html My blog is on the left column in tables and on the bottom row of the center of table is the comments link. Hover over it, as you can see the dropshadow is not working. I’ve been trying to get it to work for like the longest time.

Viewing 15 replies - 1 through 15 (of 16 total)
  • Are you talking about CSS’ text-shadow property? If so, that property is not yet supported by any internet browser out there. You have to use image.

    Thread Starter laling

    (@laling)

    No. Not the text shadow property. The code is a filter, called dropshadow.

    Which filter? I need a link to it.

    Uh oh, I smell IE here. CSS “filters” with the meaning of a CSS filter property (as opposed to a way of using CSS commenting patterns so that only certain browsers “see” the CSS) are an IE only thing. Meaning they are NOT standards compliant and NOT interoperable. So it’s really NOT a good idea to use them.
    Further than that I cannot help you. I never have and never will use them unless they ever become part of any CSS specification by the W3C.

    Thread Starter laling

    (@laling)

    Well back when it was b2, I used the CSS dropshadow filter. Here is a link to the code » http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/filters/dropshadow.asp
    But I use my code like this » filter:dropshadow(color=000000,offX=1,offY=1);
    It has always worked out on my b2. But I don’t know why it won’t work with my WP.

    I’ll pass on this one. Sorry.

    Thread Starter laling

    (@laling)

    Okay. Umm next?!?!?! Anyone wanna help me out a bit? LOL

    Doubt it. This is probably the first question of its kind, and likely to be the last. Good luck, tho.

    Thread Starter laling

    (@laling)

    Well I figured it out. I guess the only way that you can use the dropshadow filter is if you directly put your blog code on the main blog page instead of using iframes. BUT I need help on a little something. I keep getting this error message. Can someone help me please. Check out the error message » http://www.na-magodai.net/index1.php I really don’t understand PHP much. I really want to learn though so I can understand what the heck is going on. LOL


    Warning: main(/home/laling/public_html/blog/./blog/wp-comments.php): failed to open stream: No such file or directory in”
    It is looking for the comments file way to deep – what do you have in index.php where is calls the comments template ?
    (Not the whole index, just the comment bit)

    Thread Starter laling

    (@laling)

    How do I posts codes on here without screwing up the whole forum?

    Thread Starter laling

    (@laling)

    Um……here I’ll post the whole code.

    <?php
    /* Don't remove this line. */
    require('./blog/wp-blog-header.php');
    ?>
    <html>
    <head>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <title>» Na'Magodai «</title>
    <?php comments_popup_script() ?>
    <?php wp_head(); ?>
    <link rel="stylesheet" href="http://na-magodai.net/css/layout1.css" type="text/css">
    </head>
    <body>
    <div style="position: absolute; top: 0px; left: 0px;">
    <img src="images/layout.png">
    </div>
    <div style="position: absolute; top: 513px; left: 553px; width: 360px; height: 800px; border-width: 0px; border-color: #000000; border-style: solid; padding: 10px;">
    <center>
    <table width="100%">
    <tr>
    <td class="right">
    » WELCOME TO NA-MAGODAI.NET
    </td>
    </tr>
    </table>
    <br>
    Welcome to the personal site of Laling. To view this site properly, 1024x768 resolution, text size set to medium, Internet Explorer 5 or 6, Javascript, HTML, CSS, and DIV, must be acquired with your browser. Have fun veiwing! Sign the guestbook on your way out.
    <br><br>
    *NOTE: I do not tolerate with haters. (Not that I have any) Haters will be automatically be banned from viewing this site, with the help of today's internet technology called IP addresses. So post your hate messages and comments at your own risk.
    <br><br>
    <table width="100%">
    <tr>
    <td class="right">
    » THE GIRL
    </td>
    </tr>
    </table>
    <br>
    <img src=" images/ling1.png" align="left">Laling, 18 years old, June 18, gemini, female, taken, deeply in love with Gil Lizama. 4'9" short, weight is confidential information due to the fact that it has increased, brown skin, brown/black long hair, brown eyes. Small hands, small feet, big boobs, and big ass. Currently residing in Oregon. Chamorro, Chamorrita, Guam, Rota, Tinian, Saipan, Micronesia Islands, Mariana Islands. Na'magodai, Taisacan, pugua picker. Chews pugua (betelnut) from time to time. Unemployed. Plays the ukelele, drums, piano, and guitar. Fun, crazy, funny looking, straight forward. Photography, digital art, webmaster. House-cleaner, perfectionist, Hard-working. Don't tolerate with bullshit, or shitty attitudes. Need to know more?
    <br><br>
    <table width="100%">
    <tr>
    <td class="right">
    » CONTENTS
    </td>
    </tr>
    </table>
    <br>
    « <img src="images/block.gif"> » The Girl
    <br>
    « <img src="images/block.gif"> » The Visitors
    <br>
    « <img src="images/block.gif"> » The Photogallery
    <br>
    « <img src="images/block.gif"> » The Guestbook
    <br>
    « <img src="images/block.gif"> » The Forums
    <br>
    « <img src="images/block.gif"> » The Domain
    <br><br>
    <table width="100%">
    <tr>
    <td class="right">
    » ISLAND JAMS
    </td>
    </tr>
    </table>
    <br>
    <iframe src="radio.blog/radio.blog/index.php" name="radio" scrolling="no" width="218" height="298" frameborder="0" style="border-width: 1px; border-color: #000000; border-style: solid;"></iframe>
    <br><br>
    <table width="100%">
    <tr>
    <td class="right">
    » SHOUTBOX
    </td>
    </tr>
    </table>
    <br>
    <iframe src="tagger/index.php" scrolling="no" width="160" height="300" frameborder="0" style="border-width: 0px; border-color: #000000; border-style: solid;"></iframe>
    </center>
    </div>
    <div style="position: absolute; top: 514px; left: 112px; width: 361px; height: 800px; border-width: 0px; border-color: #000000; border-style: solid; padding: 10px;">
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
    <table cellspacing="0" cellpadding="2px">
    <tr>
    <td class="namedate">
    <?php the_date(); ?> <?php the_time() ?>
    </td>
    </tr>
    <tr>
    <td class="blog">
    <b><?php the_title(); ?></b>
    <br><br>
    <?php the_content(); ?>
    </td>
    </tr>
    <tr>
    <td class="namedate">
    <?php comments_popup_link(__('Na-Mag0dai'), __('Na-Mag1dai'), __('Na-Mag%dai')); ?>
    </td>
    </tr>
    </table>
    <?php include(ABSPATH . './blog/wp-comments.php'); ?>
    <?php endforeach; else: ?>
    <?php endif; ?>
    </div>
    </body>
    </html>

    change this one
    <?php include(ABSPATH . './blog/wp-comments.php'); ?>
    to this one
    <?php include(ABSPATH . 'wp-comments.php'); ?>

    Thread Starter laling

    (@laling)

    THANK YOU SO MUCH alphaoide! YOU ARE SUCH A BIG HELP! CAN I HAVE YOUR NUMBER IN CASE SOMETHING ELSE GOES WRONG? LOL JUST JOKING! 😉

    My number? sure: http://wordpress.org/support
    and leave a message

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘CSS DropShadow Filter Help’ is closed to new replies.